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 006B6138334 for ; Thu, 16 May 2019 09:37:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E831CE0856; Thu, 16 May 2019 09:37:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C5E3FE0856 for ; Thu, 16 May 2019 09:37:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 354643446AC for ; Thu, 16 May 2019 09:37:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 106B65E6 for ; Thu, 16 May 2019 09:37:46 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1557999461.862c3db8778393eeb1681ae97fbf831f6f44dd09.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/ykpers/ykpers-1.19.3.ebuild X-VCS-Directories: sys-auth/ykpers/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 862c3db8778393eeb1681ae97fbf831f6f44dd09 X-VCS-Branch: master Date: Thu, 16 May 2019 09:37:46 +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: 158043d6-7444-4745-8207-9f88c1de9f1d X-Archives-Hash: 8e7f2b4c74bf407b604e13676976a4dd commit: 862c3db8778393eeb1681ae97fbf831f6f44dd09 Author: Lars Wendler gentoo org> AuthorDate: Thu May 16 09:37:21 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu May 16 09:37:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=862c3db8 sys-auth/ykpers: Relaxed REQUIRED_USE a bit Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> sys-auth/ykpers/ykpers-1.19.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/ykpers/ykpers-1.19.3.ebuild b/sys-auth/ykpers/ykpers-1.19.3.ebuild index a014641d7eb..26d2f29dd56 100644 --- a/sys-auth/ykpers/ykpers-1.19.3.ebuild +++ b/sys-auth/ykpers/ykpers-1.19.3.ebuild @@ -26,7 +26,7 @@ RDEPEND="${DEPEND} elogind? ( sys-auth/elogind[acl] ) " -REQUIRED_USE="^^ ( consolekit elogind )" +REQUIRED_USE="?? ( consolekit elogind )" S="${WORKDIR}/yubikey-personalization-${PV}"