diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2006-03-27 04:16:51 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2006-03-27 04:16:51 +0000 |
commit | 59d4a2948c9843d7def325fbf09c450174c0f026 (patch) | |
tree | c094793dc567f67dfd96b4c797e97b89fdc08289 /sys-libs/libsepol | |
parent | bugfix release for big endian machines. (diff) | |
download | gentoo-2-59d4a2948c9843d7def325fbf09c450174c0f026.tar.gz gentoo-2-59d4a2948c9843d7def325fbf09c450174c0f026.tar.bz2 gentoo-2-59d4a2948c9843d7def325fbf09c450174c0f026.zip |
fix keywords
(Portage version: 2.1_pre6-r6)
Diffstat (limited to 'sys-libs/libsepol')
-rw-r--r-- | sys-libs/libsepol/libsepol-1.12-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libsepol/libsepol-1.12-r1.ebuild b/sys-libs/libsepol/libsepol-1.12-r1.ebuild index 03317163b263..78a18b72e4de 100644 --- a/sys-libs/libsepol/libsepol-1.12-r1.ebuild +++ b/sys-libs/libsepol/libsepol-1.12-r1.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-libs/libsepol/libsepol-1.12-r1.ebuild,v 1.1 2006/03/27 04:14:32 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-1.12-r1.ebuild,v 1.2 2006/03/27 04:16:51 pebenito Exp $ IUSE="" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.nsa.gov/selinux" SRC_URI="http://www.nsa.gov/selinux/archives/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~mips" +KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" DEPEND="virtual/libc" |