diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2008-05-26 15:03:39 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2008-05-26 15:03:39 +0000 |
commit | ca7cd8b5d99ef07fc53ccc4dcab772bf0a1dfa7f (patch) | |
tree | 81f8bdf9f6e626be4b73f4b91067260d5bcfb959 /sys-apps/policycoreutils | |
parent | sys-apps/checkpolicy: fix libsemanage dependency. (diff) | |
download | gentoo-2-ca7cd8b5d99ef07fc53ccc4dcab772bf0a1dfa7f.tar.gz gentoo-2-ca7cd8b5d99ef07fc53ccc4dcab772bf0a1dfa7f.tar.bz2 gentoo-2-ca7cd8b5d99ef07fc53ccc4dcab772bf0a1dfa7f.zip |
sys-apps/policycoreutils: fix libsemanage dependency.
(Portage version: 2.1.5)
Diffstat (limited to 'sys-apps/policycoreutils')
-rw-r--r-- | sys-apps/policycoreutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/policycoreutils/ChangeLog b/sys-apps/policycoreutils/ChangeLog index 7d3841840f5d..df10bbd141c8 100644 --- a/sys-apps/policycoreutils/ChangeLog +++ b/sys-apps/policycoreutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/policycoreutils # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.68 2008/05/13 02:22:47 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.69 2008/05/26 15:03:39 pebenito Exp $ + + 26 May 2008; Chris PeBenito <pebenito@gentoo.org> + policycoreutils-1.34.15.ebuild: + Fix libsemanage dependency. 13 May 2008; Chris PeBenito <pebenito@gentoo.org> -files/policycoreutils-1.28-quietlp.diff, diff --git a/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild b/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild index 355de89d87fc..219b731de537 100644 --- a/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild,v 1.2 2008/05/13 02:22:47 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild,v 1.3 2008/05/26 15:03:39 pebenito Exp $ IUSE="nls" inherit eutils python EXTRAS_VER="1.18" -SEMNG_VER="1.10" +SEMNG_VER="1.10.9" SELNX_VER="1.34" # BUGFIX_PATCH="${FILESDIR}/policycoreutils-1.30.6.diff" |