summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2012-07-10 20:13:17 +0000
committerSven Vermeulen <swift@gentoo.org>2012-07-10 20:13:17 +0000
commita82c92cccc75db9db4d366ee953cb003ca85df0d (patch)
tree97cdd6c4b77d9c6a1cf3e270874b7bfcb511325f /sys-apps/policycoreutils
parentStabilization (diff)
downloadgentoo-2-a82c92cccc75db9db4d366ee953cb003ca85df0d.tar.gz
gentoo-2-a82c92cccc75db9db4d366ee953cb003ca85df0d.tar.bz2
gentoo-2-a82c92cccc75db9db4d366ee953cb003ca85df0d.zip
Stabilization
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/policycoreutils')
-rw-r--r--sys-apps/policycoreutils/ChangeLog5
-rw-r--r--sys-apps/policycoreutils/policycoreutils-2.1.10-r3.ebuild8
2 files changed, 7 insertions, 6 deletions
diff --git a/sys-apps/policycoreutils/ChangeLog b/sys-apps/policycoreutils/ChangeLog
index b532e14a7226..26af82cdf2f2 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.102 2012/07/10 20:01:25 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.103 2012/07/10 20:13:17 swift Exp $
+
+ 10 Jul 2012; <swift@gentoo.org> policycoreutils-2.1.10-r3.ebuild:
+ Stabilization, drop libcgroup dependency along the way
*policycoreutils-2.1.10-r4 (10 Jul 2012)
diff --git a/sys-apps/policycoreutils/policycoreutils-2.1.10-r3.ebuild b/sys-apps/policycoreutils/policycoreutils-2.1.10-r3.ebuild
index 090aa6308d04..ae0bf5260478 100644
--- a/sys-apps/policycoreutils/policycoreutils-2.1.10-r3.ebuild
+++ b/sys-apps/policycoreutils/policycoreutils-2.1.10-r3.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-r3.ebuild,v 1.2 2012/06/26 05:02:43 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.1.10-r3.ebuild,v 1.3 2012/07/10 20:13:17 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
@@ -107,7 +106,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() {