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/luadbi/
Date: Sun, 11 Oct 2020 23:27:39
Message-Id: 1602458490.94ad38ecdc0957cb2ad93a652a4b1f440fca9384.conikost@gentoo
1 commit: 94ad38ecdc0957cb2ad93a652a4b1f440fca9384
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 23:21:30 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 23:21:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ad38ec
7
8 dev-lua/luadbi: add ~arm64 keyword
9
10 Tested on packet-at.
11 All tests passed.
12
13 Bug: https://bugs.gentoo.org/747907
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/luadbi/luadbi-0.5-r5.ebuild | 4 ++--
18 dev-lua/luadbi/luadbi-0.5-r6.ebuild | 4 ++--
19 2 files changed, 4 insertions(+), 4 deletions(-)
20
21 diff --git a/dev-lua/luadbi/luadbi-0.5-r5.ebuild b/dev-lua/luadbi/luadbi-0.5-r5.ebuild
22 index e1cdb2f7657..e46445c3b8f 100644
23 --- a/dev-lua/luadbi/luadbi-0.5-r5.ebuild
24 +++ b/dev-lua/luadbi/luadbi-0.5-r5.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2020 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=5
31 @@ -11,7 +11,7 @@ SRC_URI="https://luadbi.googlecode.com/files/${PN}.${PV}.tar.gz"
32
33 LICENSE="MIT"
34 SLOT="0"
35 -KEYWORDS="amd64 ~arm x86"
36 +KEYWORDS="amd64 ~arm ~arm64 x86"
37 IUSE="mysql postgres +sqlite"
38 REQUIRED_USE="|| ( mysql postgres sqlite )"
39
40
41 diff --git a/dev-lua/luadbi/luadbi-0.5-r6.ebuild b/dev-lua/luadbi/luadbi-0.5-r6.ebuild
42 index 2f194b5ab36..2a24cb49017 100644
43 --- a/dev-lua/luadbi/luadbi-0.5-r6.ebuild
44 +++ b/dev-lua/luadbi/luadbi-0.5-r6.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2019 Gentoo Authors
47 +# Copyright 1999-2020 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=6
51 @@ -11,7 +11,7 @@ SRC_URI="https://luadbi.googlecode.com/files/${PN}.${PV}.tar.gz"
52
53 LICENSE="MIT"
54 SLOT="0"
55 -KEYWORDS="~amd64 ~arm ~x86"
56 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
57 IUSE="mysql postgres +sqlite"
58 REQUIRED_USE="|| ( mysql postgres sqlite )"