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 66DB9138334 for ; Wed, 5 Jun 2019 15:35:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FF95E0866; Wed, 5 Jun 2019 15:35:37 +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 44E77E0866 for ; Wed, 5 Jun 2019 15:35:37 +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 CAD0A34576F for ; Wed, 5 Jun 2019 15:35:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5832566 for ; Wed, 5 Jun 2019 15:35:33 +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: <1559748929.2ac915e3420ee11837d5c3e9e512b49b544c1160.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-r1.ebuild 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: 2ac915e3420ee11837d5c3e9e512b49b544c1160 X-VCS-Branch: master Date: Wed, 5 Jun 2019 15:35:33 +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: f17eac37-42a9-432a-914b-aedeef0958a2 X-Archives-Hash: 5cabfeeed59652e0ba3d0f6c8fe08d6c commit: 2ac915e3420ee11837d5c3e9e512b49b544c1160 Author: Lars Wendler gentoo org> AuthorDate: Wed Jun 5 15:30:43 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jun 5 15:35:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ac915e3 sys-auth/ykpers: Revbump to remove elogind USE flag. It turned out, one udev rule requires udev-acl from consolekit... Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Lars Wendler gentoo.org> .../{ykpers-1.19.3.ebuild => ykpers-1.19.3-r1.ebuild} | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/sys-auth/ykpers/ykpers-1.19.3.ebuild b/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild similarity index 79% rename from sys-auth/ykpers/ykpers-1.19.3.ebuild rename to sys-auth/ykpers/ykpers-1.19.3-r1.ebuild index 26d2f29dd56..4db6dbd05bb 100644 --- a/sys-auth/ykpers/ykpers-1.19.3.ebuild +++ b/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/Yubico/yubikey-personalization" KEYWORDS="~amd64 ~x86" SLOT="0" LICENSE="BSD-2" -IUSE="consolekit elogind static-libs" +IUSE="consolekit static-libs" DEPEND=" dev-libs/json-c:= @@ -23,11 +23,8 @@ BDEPEND=" virtual/pkgconfig" RDEPEND="${DEPEND} consolekit? ( sys-auth/consolekit[acl] ) - elogind? ( sys-auth/elogind[acl] ) " -REQUIRED_USE="?? ( consolekit elogind )" - S="${WORKDIR}/yubikey-personalization-${PV}" DOCS=( doc/. AUTHORS NEWS README ) @@ -35,10 +32,6 @@ DOCS=( doc/. AUTHORS NEWS README ) src_prepare() { default eautoreconf - - if use elogind ; then - sed '/TEST==/d' -i 70-yubikey.rules || die - fi } src_configure() { @@ -52,8 +45,10 @@ src_configure() { src_install() { default - if use consolekit || use elogind ; then - udev_dorules *.rules + + udev_dorules 69-yubikey.rules + if use consolekit ; then + udev_dorules 70-yubikey.rules fi find "${D}" -name '*.la' -delete || die