diff options
author | Sam James <sam@gentoo.org> | 2021-01-23 04:09:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-23 04:09:16 +0000 |
commit | faf19c5e119a9a45c2c507209ae36f5af503f7d7 (patch) | |
tree | 489e985ffa1f798bdec9f4ee26ffdf597d0a47c3 /dev-lua/luadbi | |
parent | dev-lua/luacheck: Stabilize 0.23.0-r100 amd64, #766528 (diff) | |
download | gentoo-faf19c5e119a9a45c2c507209ae36f5af503f7d7.tar.gz gentoo-faf19c5e119a9a45c2c507209ae36f5af503f7d7.tar.bz2 gentoo-faf19c5e119a9a45c2c507209ae36f5af503f7d7.zip |
dev-lua/luadbi: Stabilize 0.7.2-r102 amd64, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lua/luadbi')
-rw-r--r-- | dev-lua/luadbi/luadbi-0.7.2-r102.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/luadbi/luadbi-0.7.2-r102.ebuild b/dev-lua/luadbi/luadbi-0.7.2-r102.ebuild index 8958edd4d2c1..f36b7e3f480e 100644 --- a/dev-lua/luadbi/luadbi-0.7.2-r102.ebuild +++ b/dev-lua/luadbi/luadbi-0.7.2-r102.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="mysql postgres +sqlite test" REQUIRED_USE=" ${LUA_REQUIRED_USE} |