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 3E6AF1382C5 for ; Sun, 4 Mar 2018 06:52:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B0AFE08EE; Sun, 4 Mar 2018 06:51:57 +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 DBBA0E08ED for ; Sun, 4 Mar 2018 06:51:56 +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 EE167335C39 for ; Sun, 4 Mar 2018 06:51:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93E40252 for ; Sun, 4 Mar 2018 06:51:52 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1520145934.8398716c48780d8b8fe0442f7ee391563ff96d10.whissi@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: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 8398716c48780d8b8fe0442f7ee391563ff96d10 X-VCS-Branch: master Date: Sun, 4 Mar 2018 06:51:52 +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: 215d0426-8b79-4874-9d4e-34f4b552fadb X-Archives-Hash: 9ebc9e5f6306059e4daa8b652ade5f50 commit: 8398716c48780d8b8fe0442f7ee391563ff96d10 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Mar 4 06:15:41 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Mar 4 06:45:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8398716c sys-auth/libyubikey: x86 stable (bug #649422) Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-auth/libyubikey/libyubikey-1.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/libyubikey/libyubikey-1.13.ebuild b/sys-auth/libyubikey/libyubikey-1.13.ebuild index d59885a9cd4..d8015a620b7 100644 --- a/sys-auth/libyubikey/libyubikey-1.13.ebuild +++ b/sys-auth/libyubikey/libyubikey-1.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -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 )