diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2006-07-31 01:23:47 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2006-07-31 01:23:47 +0000 |
commit | adeb163a9224023b7821b4438c55c08ee1fc5296 (patch) | |
tree | 1eeceac658d18b5fe66d00357fdcf104002d10ba | |
parent | mark stable, long overdue (diff) | |
download | gentoo-2-adeb163a9224023b7821b4438c55c08ee1fc5296.tar.gz gentoo-2-adeb163a9224023b7821b4438c55c08ee1fc5296.tar.bz2 gentoo-2-adeb163a9224023b7821b4438c55c08ee1fc5296.zip |
mark stable, long overdue
(Portage version: 2.1.1_pre4)
-rw-r--r-- | sys-libs/libselinux/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libselinux/libselinux-1.30.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libselinux/ChangeLog b/sys-libs/libselinux/ChangeLog index c2add5ba8f58..d1a490c719b2 100644 --- a/sys-libs/libselinux/ChangeLog +++ b/sys-libs/libselinux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libselinux # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.47 2006/04/07 04:02:47 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.48 2006/07/31 01:23:47 pebenito Exp $ + + 31 Jul 2006; Chris PeBenito <pebenito@gentoo.org> libselinux-1.30.ebuild: + Mark stable, long overdue. 07 Apr 2006; Chris PeBenito <pebenito@gentoo.org> libselinux-1.30.ebuild: Split python wrapper compile into a separate emake to ensure the main diff --git a/sys-libs/libselinux/libselinux-1.30.ebuild b/sys-libs/libselinux/libselinux-1.30.ebuild index 7a172e43e640..e948f83596f4 100644 --- a/sys-libs/libselinux/libselinux-1.30.ebuild +++ b/sys-libs/libselinux/libselinux-1.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-libs/libselinux/libselinux-1.30.ebuild,v 1.3 2006/04/07 04:02:47 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-1.30.ebuild,v 1.4 2006/07/31 01:23:47 pebenito Exp $ IUSE="" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.nsa.gov/selinux" SRC_URI="http://www.nsa.gov/selinux/archives/${P}.tgz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" DEPEND="=sys-libs/libsepol-${SEPOL_VER}*" |