diff options
author | Karel Kočí <cynerd@email.cz> | 2018-09-13 20:10:15 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-09-13 20:10:15 +0200 |
commit | ffce1a327fc9e8581f99ce4df13c2544e4e11b36 (patch) | |
tree | e0721529e3994d5b5123a798dfe357867312365f /dev-lua/luaposix | |
parent | de9fb85e62a675d601c753427c6eb9762c3d7585 (diff) | |
download | gentoo-personal-overlay-ffce1a327fc9e8581f99ce4df13c2544e4e11b36.tar.gz gentoo-personal-overlay-ffce1a327fc9e8581f99ce4df13c2544e4e11b36.tar.bz2 gentoo-personal-overlay-ffce1a327fc9e8581f99ce4df13c2544e4e11b36.zip |
luaposix: change dependency to lua-compat
Diffstat (limited to 'dev-lua/luaposix')
-rw-r--r-- | dev-lua/luaposix/luaposix-33.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/luaposix/luaposix-33.4.0.ebuild b/dev-lua/luaposix/luaposix-33.4.0.ebuild index 305aadf..94cec37 100644 --- a/dev-lua/luaposix/luaposix-33.4.0.ebuild +++ b/dev-lua/luaposix/luaposix-33.4.0.ebuild @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-lang/lua:= - dev-lang/lua-compat" + dev-lang/lua-compat[bit32]" DEPEND="${RDEPEND}" S="${WORKDIR}"/${PN}-release-v${PV} |