From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83385139694 for ; Sat, 18 Feb 2017 02:02:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B871CE0C27; Sat, 18 Feb 2017 02:02:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 987AFE0C27 for ; Sat, 18 Feb 2017 02:02:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6C7D33FE7D for ; Sat, 18 Feb 2017 02:02:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 662DF4B96 for ; Sat, 18 Feb 2017 02:02:00 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1487383293.6c11960a4f056306d7edb2ffce91aaa1e52f79a2.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/openrc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/openrc/openrc-9999.ebuild X-VCS-Directories: sys-apps/openrc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 6c11960a4f056306d7edb2ffce91aaa1e52f79a2 X-VCS-Branch: master Date: Sat, 18 Feb 2017 02:02:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e8823373-d095-4411-8959-f8e1b355af74 X-Archives-Hash: 57cad99bc81b91fec5d22c98670df644 commit: 6c11960a4f056306d7edb2ffce91aaa1e52f79a2 Author: William Hubbs gentoo org> AuthorDate: Sat Feb 18 02:01:33 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Feb 18 02:01:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c11960a sys-apps/openrc: remove the tools use flag from the live ebuild for #600742 Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-apps/openrc/openrc-9999.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index 31b85734de..a5e27d9eed 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