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 140FB1382C5 for ; Tue, 23 Mar 2021 01:40:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C3EDE0814; Tue, 23 Mar 2021 01:40:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A130E0814 for ; Tue, 23 Mar 2021 01:40:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4CA2335C16 for ; Tue, 23 Mar 2021 01:40:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D206C3 for ; Tue, 23 Mar 2021 01:40:18 +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: <1616463601.4ab8fcf3284cae822d487b462ce3056609feb303.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: 4ab8fcf3284cae822d487b462ce3056609feb303 X-VCS-Branch: master Date: Tue, 23 Mar 2021 01:40:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 179a032a-5901-4e30-89cf-35670cae4166 X-Archives-Hash: 6846fe8ceac7511562401b8b96cd5f9b commit: 4ab8fcf3284cae822d487b462ce3056609feb303 Author: William Hubbs gentoo org> AuthorDate: Tue Mar 23 01:40:01 2021 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Mar 23 01:40:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab8fcf3 sys-apps/openrc: live ebuild: cleanups - we don't need to unset LIBDIR now since we pass it directly to the Makefile - pambase has a dependency on pam so we don't need to pull it in separately Signed-off-by: William Hubbs gentoo.org> sys-apps/openrc/openrc-9999.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index 8a2efdbde56..2fa676f9d69 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -18,15 +18,11 @@ fi LICENSE="BSD-2" SLOT="0" -IUSE="audit bash debug ncurses pam newnet prefix +netifrc selinux sysv-utils - unicode" +IUSE="audit bash debug ncurses pam newnet prefix +netifrc selinux sysv-utils unicode" COMMON_DEPEND=" ncurses? ( sys-libs/ncurses:0= ) - pam? ( - sys-auth/pambase - sys-libs/pam - ) + pam? ( sys-auth/pambase ) audit? ( sys-process/audit ) sys-process/psmisc !