diff options
author | Matt Turner <mattst88@gentoo.org> | 2010-12-26 06:02:33 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2010-12-26 06:02:33 +0000 |
commit | 2d95bfdd073c4aa3e11c8d96bfbeafd0d2d88b63 (patch) | |
tree | 32e3e143c78970b16b31b2e89f9123a051dfb40f /sys-auth | |
parent | Added ~mips, bug 349393 (diff) | |
download | gentoo-2-2d95bfdd073c4aa3e11c8d96bfbeafd0d2d88b63.tar.gz gentoo-2-2d95bfdd073c4aa3e11c8d96bfbeafd0d2d88b63.tar.bz2 gentoo-2-2d95bfdd073c4aa3e11c8d96bfbeafd0d2d88b63.zip |
Added ~mips, bug 345465
(Portage version: 2.1.9.25/cvs/Linux x86_64)
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 f322ad7ea001..25cecac9699c 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.4 2010/12/06 03:02:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/ChangeLog,v 1.5 2010/12/26 06:02:33 mattst88 Exp $ + + 26 Dec 2010; Matt Turner <mattst88@gentoo.org> munge-0.5.9.ebuild: + Added ~mips, bug 345465 06 Dec 2010; Jeroen Roovers <jer@gentoo.org> munge-0.5.9.ebuild: Marked ~ppc (bug #345465). diff --git a/sys-auth/munge/munge-0.5.9.ebuild b/sys-auth/munge/munge-0.5.9.ebuild index f50774d5e9dc..ec8871d78e3b 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.4 2010/12/06 03:02:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/munge-0.5.9.ebuild,v 1.5 2010/12/26 06:02:33 mattst88 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 ~ppc ~x86" +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86" IUSE="gcrypt" DEPEND="app-arch/bzip2 |