diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2005-05-13 00:37:16 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2005-05-13 00:37:16 +0000 |
commit | 4b6fbb23d6a155b3382743f3fc4cc56eb854163d (patch) | |
tree | f53ec374fb50932de98df55cf3cfa0e28fbfff1f /sys-libs | |
parent | Removed outdated ebuild (diff) | |
download | gentoo-2-4b6fbb23d6a155b3382743f3fc4cc56eb854163d.tar.gz gentoo-2-4b6fbb23d6a155b3382743f3fc4cc56eb854163d.tar.bz2 gentoo-2-4b6fbb23d6a155b3382743f3fc4cc56eb854163d.zip |
mark stable
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libselinux/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/libselinux/libselinux-1.22-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/libselinux/ChangeLog b/sys-libs/libselinux/ChangeLog index 8684c5c58fed..015ac5439913 100644 --- a/sys-libs/libselinux/ChangeLog +++ b/sys-libs/libselinux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/libselinux # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.32 2005/05/10 18:23:40 spb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.33 2005/05/13 00:37:16 pebenito Exp $ + + 13 May 2005; Chris PeBenito <pebenito@gentoo.org> + libselinux-1.22-r1.ebuild: + Mark stable. 10 May 2005; Stephen Bennett <spb@gentoo.org> libselinux-1.22.ebuild: mips stable diff --git a/sys-libs/libselinux/libselinux-1.22-r1.ebuild b/sys-libs/libselinux/libselinux-1.22-r1.ebuild index 6d2b4626e86f..7f2151d8a408 100644 --- a/sys-libs/libselinux/libselinux-1.22-r1.ebuild +++ b/sys-libs/libselinux/libselinux-1.22-r1.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/libselinux/libselinux-1.22-r1.ebuild,v 1.1 2005/05/08 23:02:28 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-1.22-r1.ebuild,v 1.2 2005/05/13 00:37:16 pebenito Exp $ IUSE="" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.nsa.gov/selinux" SRC_URI="http://www.nsa.gov/selinux/archives/${P}.tgz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~mips" +KEYWORDS="x86 ppc sparc amd64 mips" DEPEND="virtual/libc" |