summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2020-10-12 01:21:30 +0200
committerConrad Kostecki <conikost@gentoo.org>2020-10-12 01:21:30 +0200
commit94ad38ecdc0957cb2ad93a652a4b1f440fca9384 (patch)
treea18d94df4447b99e8f2d918fb319eef62e6eb47d /dev-lua
parentnet-im/jabber-base: add ~ppc64 keyword (diff)
downloadgentoo-94ad38ecdc0957cb2ad93a652a4b1f440fca9384.tar.gz
gentoo-94ad38ecdc0957cb2ad93a652a4b1f440fca9384.tar.bz2
gentoo-94ad38ecdc0957cb2ad93a652a4b1f440fca9384.zip
dev-lua/luadbi: add ~arm64 keyword
Tested on packet-at. All tests passed. Bug: https://bugs.gentoo.org/747907 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r--dev-lua/luadbi/luadbi-0.5-r5.ebuild4
-rw-r--r--dev-lua/luadbi/luadbi-0.5-r6.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lua/luadbi/luadbi-0.5-r5.ebuild b/dev-lua/luadbi/luadbi-0.5-r5.ebuild
index e1cdb2f76572..e46445c3b8fa 100644
--- a/dev-lua/luadbi/luadbi-0.5-r5.ebuild
+++ b/dev-lua/luadbi/luadbi-0.5-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="https://luadbi.googlecode.com/files/${PN}.${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
IUSE="mysql postgres +sqlite"
REQUIRED_USE="|| ( mysql postgres sqlite )"
diff --git a/dev-lua/luadbi/luadbi-0.5-r6.ebuild b/dev-lua/luadbi/luadbi-0.5-r6.ebuild
index 2f194b5ab36c..2a24cb490174 100644
--- a/dev-lua/luadbi/luadbi-0.5-r6.ebuild
+++ b/dev-lua/luadbi/luadbi-0.5-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://luadbi.googlecode.com/files/${PN}.${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="mysql postgres +sqlite"
REQUIRED_USE="|| ( mysql postgres sqlite )"