diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-12-07 00:05:06 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-12-07 00:11:28 +0100 |
commit | d5522c5ab5d0bec8f8d0fcb1588391e67f485443 (patch) | |
tree | 423b621128800a0c3c5e15036384b50dea870ae3 /dev-lua | |
parent | dev-lua/luadbi: amd64, x86 stable (diff) | |
download | gentoo-d5522c5ab5d0bec8f8d0fcb1588391e67f485443.tar.gz gentoo-d5522c5ab5d0bec8f8d0fcb1588391e67f485443.tar.bz2 gentoo-d5522c5ab5d0bec8f8d0fcb1588391e67f485443.zip |
dev-lua/luadbi: arm, arm64 stable
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/luadbi/luadbi-0.7.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/luadbi/luadbi-0.7.4.ebuild b/dev-lua/luadbi/luadbi-0.7.4.ebuild index 9340f0c3ab1c..ee5156418fea 100644 --- a/dev-lua/luadbi/luadbi-0.7.4.ebuild +++ b/dev-lua/luadbi/luadbi-0.7.4.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/mwild1/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~sparc x86" IUSE="mysql postgres +sqlite test" REQUIRED_USE=" ${LUA_REQUIRED_USE} |