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 B97CF1382C5 for ; Sun, 4 Mar 2018 09:13:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62B7EE08D9; Sun, 4 Mar 2018 09:13: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 45567E08D9 for ; Sun, 4 Mar 2018 09:13:21 +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 771FD335C30 for ; Sun, 4 Mar 2018 09:13:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8947F240 for ; Sun, 4 Mar 2018 09:13:17 +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: <1520154518.cc5f744ca516757ebf93724e3630696ec087979a.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/libyubikey/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/libyubikey/libyubikey-1.13.ebuild X-VCS-Directories: sys-auth/libyubikey/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: cc5f744ca516757ebf93724e3630696ec087979a X-VCS-Branch: master Date: Sun, 4 Mar 2018 09:13:17 +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: 66ef1440-b105-475d-a1be-8378424d2253 X-Archives-Hash: cdf899bed4c29c9c1437d53e0ad4950e commit: cc5f744ca516757ebf93724e3630696ec087979a Author: Jason Zaman gentoo org> AuthorDate: Sun Mar 4 09:08:38 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Mar 4 09:08:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5f744c sys-auth/libyubikey: amd64 stable Gentoo-bug: 649422 Package-Manager: Portage-2.3.19, Repoman-2.3.6 sys-auth/libyubikey/libyubikey-1.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/libyubikey/libyubikey-1.13.ebuild b/sys-auth/libyubikey/libyubikey-1.13.ebuild index d8015a620b7..b46c2ea7909 100644 --- a/sys-auth/libyubikey/libyubikey-1.13.ebuild +++ b/sys-auth/libyubikey/libyubikey-1.13.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://opensource.yubico.com/yubico-c/releases/${P}.tar.gz" SLOT="0" LICENSE="BSD-2" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="static-libs" DOCS=( AUTHORS ChangeLog NEWS README THANKS )