diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-12-06 00:42:45 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-12-06 00:42:45 +0000 |
commit | 5f05c5715232b6302d9ecb6902cb9ba9547e2188 (patch) | |
tree | 190db9d42d6e2e7edbbac7c6de7b072b52fc88b3 /sys-auth | |
parent | test version; #300078 (diff) | |
download | gentoo-2-5f05c5715232b6302d9ecb6902cb9ba9547e2188.tar.gz gentoo-2-5f05c5715232b6302d9ecb6902cb9ba9547e2188.tar.bz2 gentoo-2-5f05c5715232b6302d9ecb6902cb9ba9547e2188.zip |
Marked ~hppa (bug #345465).
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/munge/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/munge/munge-0.5.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/munge/ChangeLog b/sys-auth/munge/ChangeLog index ce18a6300850..40cbf07c089a 100644 --- a/sys-auth/munge/ChangeLog +++ b/sys-auth/munge/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/munge # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/ChangeLog,v 1.2 2010/12/04 18:22:24 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/ChangeLog,v 1.3 2010/12/06 00:42:45 jer Exp $ + + 06 Dec 2010; Jeroen Roovers <jer@gentoo.org> munge-0.5.9.ebuild: + Marked ~hppa (bug #345465). 04 Dec 2010; Justin Bronder <jsbronder@gentoo.org> munge-0.5.9.ebuild: Conditionally remove unnecessary directories; they're only created if certain diff --git a/sys-auth/munge/munge-0.5.9.ebuild b/sys-auth/munge/munge-0.5.9.ebuild index ce87f4f26767..3dec2d28dce3 100644 --- a/sys-auth/munge/munge-0.5.9.ebuild +++ b/sys-auth/munge/munge-0.5.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/munge-0.5.9.ebuild,v 1.2 2010/12/04 18:22:24 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/munge-0.5.9.ebuild,v 1.3 2010/12/06 00:42:45 jer Exp $ EAPI=3 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://munge.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~hppa ~x86" IUSE="gcrypt" DEPEND="app-arch/bzip2 |