diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2005-05-01 16:27:49 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2005-05-01 16:27:49 +0000 |
commit | f4b3748519584f8a061131ec00f1846f86c5e845 (patch) | |
tree | 3968327817ffca7397e4d8f42f46c53d9721d563 /sys-libs/libsepol | |
parent | Another smash hit from Andrew. Partial fix for #87978. (diff) | |
download | gentoo-2-f4b3748519584f8a061131ec00f1846f86c5e845.tar.gz gentoo-2-f4b3748519584f8a061131ec00f1846f86c5e845.tar.bz2 gentoo-2-f4b3748519584f8a061131ec00f1846f86c5e845.zip |
mark stable
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'sys-libs/libsepol')
-rw-r--r-- | sys-libs/libsepol/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libsepol/libsepol-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libsepol/ChangeLog b/sys-libs/libsepol/ChangeLog index 3638fbcf7674..8922777de456 100644 --- a/sys-libs/libsepol/ChangeLog +++ b/sys-libs/libsepol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libsepol # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.5 2005/03/13 13:29:39 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.6 2005/05/01 16:23:28 pebenito Exp $ + + 01 May 2005; Chris PeBenito <pebenito@gentoo.org> libsepol-1.4.ebuild: + Mark stable. *libsepol-1.4 (13 Mar 2005) diff --git a/sys-libs/libsepol/libsepol-1.4.ebuild b/sys-libs/libsepol/libsepol-1.4.ebuild index 8c2666ba265b..d3e5282f869c 100644 --- a/sys-libs/libsepol/libsepol-1.4.ebuild +++ b/sys-libs/libsepol/libsepol-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-1.4.ebuild,v 1.1 2005/03/13 13:29:39 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-1.4.ebuild,v 1.2 2005/05/01 16:23:28 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" +KEYWORDS="x86 ppc sparc amd64" DEPEND="virtual/libc" |