summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2017-02-17 20:01:33 -0600
committerWilliam Hubbs <williamh@gentoo.org>2017-02-17 20:01:33 -0600
commit6c11960a4f056306d7edb2ffce91aaa1e52f79a2 (patch)
tree711dabce2c96b3e8ba248ee69897aac0f00ef82a /sys-apps
parentapp-admin/yadm: Bump version to 1.07 (diff)
downloadgentoo-6c11960a4f056306d7edb2ffce91aaa1e52f79a2.tar.gz
gentoo-6c11960a4f056306d7edb2ffce91aaa1e52f79a2.tar.bz2
gentoo-6c11960a4f056306d7edb2ffce91aaa1e52f79a2.zip
sys-apps/openrc: remove the tools use flag from the live ebuild for #600742
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/openrc/openrc-9999.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild
index 31b85734dec0..a5e27d9eed29 100644
--- a/sys-apps/openrc/openrc-9999.ebuild
+++ b/sys-apps/openrc/openrc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -20,7 +20,7 @@ fi
LICENSE="BSD-2"
SLOT="0"
IUSE="audit debug ncurses pam newnet prefix +netifrc selinux static-libs
- tools unicode kernel_linux kernel_FreeBSD"
+ unicode kernel_linux kernel_FreeBSD"
COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc sys-process/fuser-bsd ) )
ncurses? ( sys-libs/ncurses:0= )
@@ -28,7 +28,6 @@ COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc sys-proc
sys-auth/pambase
virtual/pam
)
- tools? ( dev-lang/perl )
audit? ( sys-process/audit )
kernel_linux? (
sys-process/psmisc
@@ -80,8 +79,7 @@ src_compile() {
MKSELINUX=$(usex selinux)
MKAUDIT=$(usex audit)
MKPAM=$(usev pam)
- MKSTATICLIBS=$(usex static-libs)
- MKTOOLS=$(usex tools)"
+ MKSTATICLIBS=$(usex static-libs)"
local brand="Unknown"
if use kernel_linux ; then