diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-01-09 18:11:06 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-01-09 18:11:06 +0000 |
commit | 29251bdb7227cd8c400b40cba3f9ce3a6478cb05 (patch) | |
tree | 0b2f184698737fd63db701cff27671f20babf407 /sys-auth | |
parent | Version bump since upstream changed the tarball; now use stored versioned tar... (diff) | |
download | gentoo-2-29251bdb7227cd8c400b40cba3f9ce3a6478cb05.tar.gz gentoo-2-29251bdb7227cd8c400b40cba3f9ce3a6478cb05.tar.bz2 gentoo-2-29251bdb7227cd8c400b40cba3f9ce3a6478cb05.zip |
Add ~alpha/~ia64 wrt #345465
(Portage version: 2.1.9.25/cvs/Linux ia64)
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 430b0801114f..c97544c286a6 100644 --- a/sys-auth/munge/ChangeLog +++ b/sys-auth/munge/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/munge # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/ChangeLog,v 1.7 2011/01/06 17:10:43 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/ChangeLog,v 1.8 2011/01/09 18:11:06 armin76 Exp $ + + 09 Jan 2011; Raúl Porcel <armin76@gentoo.org> munge-0.5.9.ebuild: + Add ~alpha/~ia64 wrt #345465 06 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> munge-0.5.9.ebuild: Marked ~ppc64 wrt bug 345465 diff --git a/sys-auth/munge/munge-0.5.9.ebuild b/sys-auth/munge/munge-0.5.9.ebuild index aca4911d557a..050da7aaf49f 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-2011 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.7 2011/01/06 17:10:43 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/munge-0.5.9.ebuild,v 1.8 2011/01/09 18:11:06 armin76 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 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="gcrypt" DEPEND="app-arch/bzip2 |