summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-12-03 14:41:45 +0100
committerMarek Szuba <marecki@gentoo.org>2020-12-03 14:50:10 +0100
commitcd15421e2e0354248b49773b603d9fa84531fc63 (patch)
tree16f0393c64390b056332a0fb5d01f492fd340704 /dev-lua/luacov
parentdev-lua/lanes: limit unmigrated ebuilds to dev-lang/lua:0 (diff)
downloadgentoo-cd15421e2e0354248b49773b603d9fa84531fc63.tar.gz
gentoo-cd15421e2e0354248b49773b603d9fa84531fc63.tar.bz2
gentoo-cd15421e2e0354248b49773b603d9fa84531fc63.zip
dev-lua/luacov: limit unmigrated ebuilds to dev-lang/lua:0
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-lua/luacov')
-rw-r--r--dev-lua/luacov/luacov-0.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/luacov/luacov-0.8.ebuild b/dev-lua/luacov/luacov-0.8.ebuild
index 280c33a87c1f..97c531edf6c9 100644
--- a/dev-lua/luacov/luacov-0.8.ebuild
+++ b/dev-lua/luacov/luacov-0.8.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
@@ -14,7 +14,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}"