diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2006-07-31 01:27:00 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2006-07-31 01:27:00 +0000 |
commit | b601d975dba180e0e94edb82b5a82b7023a18c83 (patch) | |
tree | fab8c9e5cd6b662264b12ecde931e95e29c425b1 /sys-libs/libsemanage | |
parent | New version of liferea; Add 64bit-clean patch for gtkhtml (diff) | |
download | historical-b601d975dba180e0e94edb82b5a82b7023a18c83.tar.gz historical-b601d975dba180e0e94edb82b5a82b7023a18c83.tar.bz2 historical-b601d975dba180e0e94edb82b5a82b7023a18c83.zip |
mark stable, long overdue
Package-Manager: portage-2.1.1_pre4
Diffstat (limited to 'sys-libs/libsemanage')
-rw-r--r-- | sys-libs/libsemanage/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libsemanage/libsemanage-1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libsemanage/ChangeLog b/sys-libs/libsemanage/ChangeLog index 849717b2e769..366f3b28333c 100644 --- a/sys-libs/libsemanage/ChangeLog +++ b/sys-libs/libsemanage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libsemanage # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.9 2006/04/27 23:22:04 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.10 2006/07/31 01:27:00 pebenito Exp $ + + 31 Jul 2006; Chris PeBenito <pebenito@gentoo.org> libsemanage-1.6.ebuild: + Mark stable, long overdue. 27 Apr 2006; Alec Warner <antarus@gentoo.org> files/digest-libsemanage-1.4, Manifest: diff --git a/sys-libs/libsemanage/libsemanage-1.6.ebuild b/sys-libs/libsemanage/libsemanage-1.6.ebuild index 38abb46ee5ac..c6b0ce243964 100644 --- a/sys-libs/libsemanage/libsemanage-1.6.ebuild +++ b/sys-libs/libsemanage/libsemanage-1.6.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/libsemanage/libsemanage-1.6.ebuild,v 1.2 2006/03/18 15:33:17 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-1.6.ebuild,v 1.3 2006/07/31 01:27:00 pebenito Exp $ IUSE="" @@ -14,7 +14,7 @@ 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="=sys-libs/libsepol-${SEPOL_VER}* =sys-libs/libselinux-${SELNX_VER}*" |