diff options
author | 2020-12-03 13:59:47 +0100 | |
---|---|---|
committer | 2020-12-03 14:11:03 +0100 | |
commit | 53213bf91e837b9ffeb6e62f615dc442452af950 (patch) | |
tree | 2fa67f60dcc3e080e0a2c4aa3ef57c677e4ab761 /dev-lua/lua_cliargs/lua_cliargs-2.5_p5.ebuild | |
parent | dev-games/openscenegraph-openmw: limit unmigrated ebuilds to dev-lang/lua:0 (diff) | |
download | gentoo-53213bf91e837b9ffeb6e62f615dc442452af950.tar.gz gentoo-53213bf91e837b9ffeb6e62f615dc442452af950.tar.bz2 gentoo-53213bf91e837b9ffeb6e62f615dc442452af950.zip |
dev-lua/lua_cliargs: limit unmigrated ebuilds to dev-lang/lua:0
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-lua/lua_cliargs/lua_cliargs-2.5_p5.ebuild')
-rw-r--r-- | dev-lua/lua_cliargs/lua_cliargs-2.5_p5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/lua_cliargs/lua_cliargs-2.5_p5.ebuild b/dev-lua/lua_cliargs/lua_cliargs-2.5_p5.ebuild index 70388002989..15cdc866d78 100644 --- a/dev-lua/lua_cliargs/lua_cliargs-2.5_p5.ebuild +++ b/dev-lua/lua_cliargs/lua_cliargs-2.5_p5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -COMMON_DEPEND=">=dev-lang/lua-5.1:=" +COMMON_DEPEND=">=dev-lang/lua-5.1:0=" DEPEND="${COMMON_DEPEND} virtual/pkgconfig" RDEPEND="${COMMON_DEPEND}" |