Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/say/
Date: Mon, 12 Oct 2020 10:57:06
Message-Id: 1602500202.1da45f3091c477a95cd38b56ad8267a1b91e0d90.conikost@gentoo
1 commit: 1da45f3091c477a95cd38b56ad8267a1b91e0d90
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 12 10:02:11 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 10:56:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da45f30
7
8 dev-lua/say: add ~arm64 keyword
9
10 Tested on packet-at.
11 All tests pass.
12
13 Bug: https://bugs.gentoo.org/747484
14 Package-Manager: Portage-3.0.8, Repoman-3.0.1
15 RepoMan-Options: --force
16 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
17
18 dev-lua/say/say-1.3_p1-r1.ebuild | 4 ++--
19 1 file changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/dev-lua/say/say-1.3_p1-r1.ebuild b/dev-lua/say/say-1.3_p1-r1.ebuild
22 index 92eab17267b..931cbd14b21 100644
23 --- a/dev-lua/say/say-1.3_p1-r1.ebuild
24 +++ b/dev-lua/say/say-1.3_p1-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2019 Gentoo Authors
27 +# Copyright 1999-2020 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/Olivine-Labs/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.
32
33 LICENSE="MIT"
34 SLOT="0"
35 -KEYWORDS="amd64 arm ppc ppc64 x86"
36 +KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
37 IUSE="luajit test"
38 RESTRICT="!test? ( test )"