diff options
author | Sam James <sam@gentoo.org> | 2024-04-17 23:01:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-17 23:01:31 +0100 |
commit | d7fa2e1e18a33623fe5cca39b1008977c5964df3 (patch) | |
tree | 31b62e2ca5f26891598e640cb069a5ca10972cc8 /dev-lua | |
parent | www-servers/nginx: Keyword 1.24.0-r2 arm64, #930135 (diff) | |
download | gentoo-d7fa2e1e18a33623fe5cca39b1008977c5964df3.tar.gz gentoo-d7fa2e1e18a33623fe5cca39b1008977c5964df3.tar.bz2 gentoo-d7fa2e1e18a33623fe5cca39b1008977c5964df3.zip |
dev-lua/luadbi: Stabilize 0.7.3 x86, #930136
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/luadbi/luadbi-0.7.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/luadbi/luadbi-0.7.3.ebuild b/dev-lua/luadbi/luadbi-0.7.3.ebuild index ceace5bd8ac6..df570987d1f4 100644 --- a/dev-lua/luadbi/luadbi-0.7.3.ebuild +++ b/dev-lua/luadbi/luadbi-0.7.3.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 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="mysql postgres +sqlite test" REQUIRED_USE=" ${LUA_REQUIRED_USE} |