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 E4FBF1382C5 for ; Sun, 4 Mar 2018 10:19:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFAC5E0929; Sun, 4 Mar 2018 10:19:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BE68EE0923 for ; Sun, 4 Mar 2018 10:19:53 +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 BC92C335C2C for ; Sun, 4 Mar 2018 10:19:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21CB2240 for ; Sun, 4 Mar 2018 10:19:50 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1520158681.9f77cd8add7354db162af076b2248f4802d6bb28.perfinion@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.18.0.ebuild X-VCS-Directories: sys-auth/ykpers/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 9f77cd8add7354db162af076b2248f4802d6bb28 X-VCS-Branch: master Date: Sun, 4 Mar 2018 10:19:50 +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: 829b3c17-e710-455e-89b9-cf8cbc4cb4bf X-Archives-Hash: 3cca81ae9533e2d10b11669fd3b7aac6 commit: 9f77cd8add7354db162af076b2248f4802d6bb28 Author: Jason Zaman gentoo org> AuthorDate: Sun Mar 4 09:59:25 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Mar 4 10:18:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f77cd8a sys-auth/ykpers: amd64 stable Gentoo-bug: 649424 Package-Manager: Portage-2.3.19, Repoman-2.3.6 sys-auth/ykpers/ykpers-1.18.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/ykpers/ykpers-1.18.0.ebuild b/sys-auth/ykpers/ykpers-1.18.0.ebuild index 1d30f9d076d..f752624fdd0 100644 --- a/sys-auth/ykpers/ykpers-1.18.0.ebuild +++ b/sys-auth/ykpers/ykpers-1.18.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Library and tool for personalization of Yubico's YubiKey" SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz" HOMEPAGE="https://github.com/Yubico/yubikey-personalization" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" SLOT="0" LICENSE="BSD-2" IUSE="static-libs consolekit"