diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2006-10-08 19:13:39 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2006-10-08 19:13:39 +0000 |
commit | f717a8b08797370bcb5cf2f39ba418e583da2915 (patch) | |
tree | 8e750660fb8841fb63114c91de1c6b1a17d0b665 | |
parent | add selinux package maskings to keep repoman happy since they need >=glibc-2.4 (diff) | |
download | gentoo-2-f717a8b08797370bcb5cf2f39ba418e583da2915.tar.gz gentoo-2-f717a8b08797370bcb5cf2f39ba418e583da2915.tar.bz2 gentoo-2-f717a8b08797370bcb5cf2f39ba418e583da2915.zip |
fix keywords
(Portage version: 2.1.2_pre2-r5)
-rw-r--r-- | sys-apps/policycoreutils/policycoreutils-1.30.30.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/policycoreutils/policycoreutils-1.30.30.ebuild b/sys-apps/policycoreutils/policycoreutils-1.30.30.ebuild index 1e2b63c6172e..c3aae85cb36e 100644 --- a/sys-apps/policycoreutils/policycoreutils-1.30.30.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-1.30.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.30.30.ebuild,v 1.1 2006/10/05 06:47:07 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.30.30.ebuild,v 1.2 2006/10/08 19:13:39 pebenito Exp $ IUSE="nls pam" @@ -19,7 +19,7 @@ SRC_URI="http://www.nsa.gov/selinux/archives/${P}.tgz mirror://gentoo/policycoreutils-extra-${EXTRAS_VER}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" RDEPEND=">=sys-libs/libselinux-${SELNX_VER} >=sys-libs/glibc-2.4 |