diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-10-06 16:39:54 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-10-06 16:39:54 +0000 |
commit | fdb421d058ad300a9e442603d01748571371290d (patch) | |
tree | 0266472d65e3029961845ed23ba261acffa19274 /sys-apps/policycoreutils | |
parent | Stabilization (diff) | |
download | gentoo-2-fdb421d058ad300a9e442603d01748571371290d.tar.gz gentoo-2-fdb421d058ad300a9e442603d01748571371290d.tar.bz2 gentoo-2-fdb421d058ad300a9e442603d01748571371290d.zip |
stabilize
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/policycoreutils')
-rw-r--r-- | sys-apps/policycoreutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/policycoreutils/policycoreutils-2.1.10-r5.ebuild | 9 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sys-apps/policycoreutils/ChangeLog b/sys-apps/policycoreutils/ChangeLog index c2acbadd721b..987f7d672218 100644 --- a/sys-apps/policycoreutils/ChangeLog +++ b/sys-apps/policycoreutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/policycoreutils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.104 2012/09/08 18:40:59 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.105 2012/10/06 16:39:54 swift Exp $ + + 06 Oct 2012; <swift@gentoo.org> policycoreutils-2.1.10-r5.ebuild: + Stabilize *policycoreutils-2.1.10-r5 (08 Sep 2012) diff --git a/sys-apps/policycoreutils/policycoreutils-2.1.10-r5.ebuild b/sys-apps/policycoreutils/policycoreutils-2.1.10-r5.ebuild index c381b6759481..4901c563f4d3 100644 --- a/sys-apps/policycoreutils/policycoreutils-2.1.10-r5.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-2.1.10-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.1.10-r5.ebuild,v 1.1 2012/09/08 18:40:59 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.1.10-r5.ebuild,v 1.2 2012/10/06 16:39:54 swift Exp $ EAPI="4" PYTHON_DEPEND="*" @@ -15,7 +15,7 @@ SEMNG_VER="2.1.6" SELNX_VER="2.1.9" SEPOL_VER="2.1.4" -IUSE="audit pam dbus sesandbox" +IUSE="audit pam dbus" DESCRIPTION="SELinux core utilities" HOMEPAGE="http://userspace.selinuxproject.org" @@ -25,7 +25,7 @@ SRC_URI="http://userspace.selinuxproject.org/releases/20120216/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" COMMON_DEPS=">=sys-libs/libselinux-${SELNX_VER}[python] >=sys-libs/glibc-2.4 @@ -35,7 +35,6 @@ COMMON_DEPS=">=sys-libs/libselinux-${SELNX_VER}[python] >=sys-libs/libsepol-${SEPOL_VER} sys-devel/gettext dev-python/ipy - sesandbox? ( dev-libs/libcgroup ) dbus? ( sys-apps/dbus dev-libs/dbus-glib @@ -83,7 +82,6 @@ src_compile() { use audit && use_audit="y"; use pam && use_pam="y"; use dbus && use_dbus="y"; - use sesandbox && use_sesandbox="y"; python_copy_sources semanage sandbox building() { @@ -104,7 +102,6 @@ src_install() { use audit && use_audit="y"; use pam && use_pam="y"; use dbus && use_dbus="y"; - use sesandbox && use_sesandbox="y"; # Python scripts are present in many places. There are no extension modules. installation() { |