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/dkjson/
Date: Mon, 12 Oct 2020 10:57:06
Message-Id: 1602500201.133e08da0d76811ad9f1b4a9b515a404b7479dfd.conikost@gentoo
1 commit: 133e08da0d76811ad9f1b4a9b515a404b7479dfd
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 12 09:57:53 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 10:56:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=133e08da
7
8 dev-lua/dkjson: 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 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
16
17 dev-lua/dkjson/dkjson-2.5.ebuild | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/dev-lua/dkjson/dkjson-2.5.ebuild b/dev-lua/dkjson/dkjson-2.5.ebuild
21 index 84633d383c1..4a443a7787c 100644
22 --- a/dev-lua/dkjson/dkjson-2.5.ebuild
23 +++ b/dev-lua/dkjson/dkjson-2.5.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2019 Gentoo Authors
26 +# Copyright 1999-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=5
30 @@ -11,7 +11,7 @@ SRC_URI="http://dkolf.de/src/dkjson-lua.fsl/tarball/${P}.tar.gz?uuid=release_2_5
31
32 LICENSE="MIT"
33 SLOT="0"
34 -KEYWORDS="amd64 arm ppc ppc64 x86"
35 +KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
36 IUSE=""
37
38 COMMON_DEPEND=">=dev-lang/lua-5.1:=