Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/libyubikey/
Date: Sat, 09 May 2020 08:47:49
Message-Id: 1589014036.b93faf6d18f6a77db4e1c7932d8fa97ae6b04833.leio@gentoo
1 commit: b93faf6d18f6a77db4e1c7932d8fa97ae6b04833
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Sat May 9 02:47:19 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat May 9 08:47:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b93faf6d
7
8 sys-auth/libyubikey: arm64 keyworded (bug #721666)
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 sys-auth/libyubikey/libyubikey-1.13.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-auth/libyubikey/libyubikey-1.13.ebuild b/sys-auth/libyubikey/libyubikey-1.13.ebuild
18 index b46c2ea7909..39900d5ff3b 100644
19 --- a/sys-auth/libyubikey/libyubikey-1.13.ebuild
20 +++ b/sys-auth/libyubikey/libyubikey-1.13.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -12,7 +12,7 @@ SRC_URI="http://opensource.yubico.com/yubico-c/releases/${P}.tar.gz"
28
29 SLOT="0"
30 LICENSE="BSD-2"
31 -KEYWORDS="amd64 x86"
32 +KEYWORDS="amd64 ~arm64 x86"
33 IUSE="static-libs"
34
35 DOCS=( AUTHORS ChangeLog NEWS README THANKS )