Skip to content

Commit

Permalink
app-admin/cgmanager: Add selinux dep
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
perfinion committed Sep 6, 2015
1 parent 98a4f30 commit 6732697
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app-admin/cgmanager/cgmanager-0.39.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ SRC_URI="https://linuxcontainers.org/downloads/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="pam"
IUSE="pam selinux"

RDEPEND="
sys-libs/libnih[dbus]
sys-apps/dbus"
RDEPEND="sys-libs/libnih[dbus]
sys-apps/dbus
selinux? ( sec-policy/selinux-cgmanager )"
DEPEND="${RDEPEND}"

src_prepare() {
Expand Down

0 comments on commit 6732697

Please sign in to comment.