diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2006-01-17 01:07:23 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2006-01-17 01:07:23 +0000 |
commit | 82656563ff6994fce57b2b0f4723d6d2e150c94b (patch) | |
tree | b552745cf740d0ed268245dd9c1bd6859ba83bc5 /sys-libs/libsepol | |
parent | deprecate 2004.1 selinux profile. (diff) | |
download | historical-82656563ff6994fce57b2b0f4723d6d2e150c94b.tar.gz historical-82656563ff6994fce57b2b0f4723d6d2e150c94b.tar.bz2 historical-82656563ff6994fce57b2b0f4723d6d2e150c94b.zip |
Mark stable, x86, amd64, ppc, sparc.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'sys-libs/libsepol')
-rw-r--r-- | sys-libs/libsepol/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libsepol/libsepol-1.10.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/libsepol/ChangeLog b/sys-libs/libsepol/ChangeLog index 6cbd612808b8..5e4bad099b60 100644 --- a/sys-libs/libsepol/ChangeLog +++ b/sys-libs/libsepol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libsepol # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.12 2006/01/14 00:48:32 spb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.13 2006/01/17 01:04:37 pebenito Exp $ + + 17 Jan 2006; Chris PeBenito <pebenito@gentoo.org> libsepol-1.10.ebuild: + Mark stable, x86, amd64, ppc, sparc. 14 Jan 2006; Stephen Bennett <spb@gentoo.org> libsepol-1.10.ebuild: Added ~alpha diff --git a/sys-libs/libsepol/libsepol-1.10.ebuild b/sys-libs/libsepol/libsepol-1.10.ebuild index f53e8783f53e..10a06b2063d8 100644 --- a/sys-libs/libsepol/libsepol-1.10.ebuild +++ b/sys-libs/libsepol/libsepol-1.10.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.10.ebuild,v 1.2 2006/01/14 00:48:32 spb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-1.10.ebuild,v 1.3 2006/01/17 01:04:37 pebenito Exp $ IUSE="" @@ -11,7 +11,8 @@ HOMEPAGE="http://www.nsa.gov/selinux" SRC_URI="http://www.nsa.gov/selinux/archives/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" + +KEYWORDS="~alpha amd64 ~mips ppc sparc x86" DEPEND="virtual/libc" |