Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/oath-toolkit/
Date: Thu, 07 May 2020 16:36:00
Message-Id: 1588869352.08b8153317b92fa624a7567413ace02e5dd14b15.zlogene@gentoo
1 commit: 08b8153317b92fa624a7567413ace02e5dd14b15
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Thu May 7 12:58:18 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 16:35:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b81533
7
8 sys-auth/oath-toolkit: arm keyworded
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
13 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
14
15 sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild b/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild
19 index 00237b0bc4e..806bac6bb68 100644
20 --- a/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild
21 +++ b/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -10,7 +10,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
29 LICENSE="GPL-3 LGPL-2.1"
30
31 SLOT="0"
32 -KEYWORDS="amd64 ~arm64 ~ppc64 x86"
33 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
34 IUSE="pam pskc test"
35 RESTRICT="!test? ( test )"