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 026E6138359 for ; Tue, 25 Aug 2020 01:11:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18E46E0872; Tue, 25 Aug 2020 01:11:48 +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 01966E0872 for ; Tue, 25 Aug 2020 01:11:47 +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 DECC733CEF2 for ; Tue, 25 Aug 2020 01:11:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6008532D for ; Tue, 25 Aug 2020 01:11:44 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1598317891.91a1c9276575946f05a0577418d83cf3363caf7a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/sudo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/sudo/sudo-9999.ebuild X-VCS-Directories: app-admin/sudo/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 91a1c9276575946f05a0577418d83cf3363caf7a X-VCS-Branch: master Date: Tue, 25 Aug 2020 01:11:44 +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: bf163dd7-fcf3-471d-9539-1e138c3f18f6 X-Archives-Hash: cc048429f0cd1e2109fc717ee4231f03 commit: 91a1c9276575946f05a0577418d83cf3363caf7a Author: Matt Turner gentoo org> AuthorDate: Tue Aug 25 01:10:10 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Aug 25 01:11:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a1c927 app-admin/sudo: Assume sssd without IUSE=sudo has it enabled I'm planning to remove it. Signed-off-by: Matt Turner gentoo.org> app-admin/sudo/sudo-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/sudo/sudo-9999.ebuild b/app-admin/sudo/sudo-9999.ebuild index cecc68448ea..7d0daa6f350 100644 --- a/app-admin/sudo/sudo-9999.ebuild +++ b/app-admin/sudo/sudo-9999.ebuild @@ -49,7 +49,7 @@ DEPEND=" !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) - sssd? ( sys-auth/sssd[sudo] ) + sssd? ( sys-auth/sssd[sudo(+)] ) " RDEPEND=" ${DEPEND}