diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-12 23:51:54 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-12 23:54:40 +0100 |
commit | a9911a34061f16c9e43d7f37f291decf2888781a (patch) | |
tree | dee9ca2a556dbea6f62c558cb38712df399c0215 /dev-lua/luadbi | |
parent | sys-apps/hw-probe: x86 stable (bug #754186) (diff) | |
download | gentoo-a9911a34061f16c9e43d7f37f291decf2888781a.tar.gz gentoo-a9911a34061f16c9e43d7f37f291decf2888781a.tar.bz2 gentoo-a9911a34061f16c9e43d7f37f291decf2888781a.zip |
dev-lua/luadbi: x86 stable (bug #754183)
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-lua/luadbi')
-rw-r--r-- | dev-lua/luadbi/luadbi-0.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/luadbi/luadbi-0.7.2.ebuild b/dev-lua/luadbi/luadbi-0.7.2.ebuild index 3c01ee07123f..be0d0803b560 100644 --- a/dev-lua/luadbi/luadbi-0.7.2.ebuild +++ b/dev-lua/luadbi/luadbi-0.7.2.ebuild @@ -11,7 +11,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="|| ( mysql postgres sqlite )" RESTRICT="test" |