summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-12-15 21:51:11 +0100
committerMarek Szuba <marecki@gentoo.org>2020-12-15 22:19:50 +0100
commitd8b09316b27a10561433aaeb42e61aad326ffb30 (patch)
treeb4bde9a5a1abeb9c43dcc0095aa1edc0f135ee7c /media-gfx/exact-image
parentsys-kernel/dracut: bump to 051 (diff)
downloadgentoo-d8b09316b27a10561433aaeb42e61aad326ffb30.tar.gz
gentoo-d8b09316b27a10561433aaeb42e61aad326ffb30.tar.bz2
gentoo-d8b09316b27a10561433aaeb42e61aad326ffb30.zip
*/*: limit pkgs not migrated to lua eclasses to dev-lang/lua:0
Only ebuilds which previously were happy with any slot (those which explicitly specify one of the 5.x slots are allowed to keep doing so until they have been migrated to the eclasses) and which do not require a version of Lua higher than 5.1 (to prevent CI from complaining about non-existent dependencies; all of these should have been masked or USE-masked by now anyway). Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'media-gfx/exact-image')
-rw-r--r--media-gfx/exact-image/exact-image-0.8.1-r3.ebuild2
-rw-r--r--media-gfx/exact-image/exact-image-1.0.2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/exact-image/exact-image-0.8.1-r3.ebuild b/media-gfx/exact-image/exact-image-0.8.1-r3.ebuild
index 91c362a6c1e9..54e1fbe7f7f8 100644
--- a/media-gfx/exact-image/exact-image-0.8.1-r3.ebuild
+++ b/media-gfx/exact-image/exact-image-0.8.1-r3.ebuild
@@ -18,7 +18,7 @@ RDEPEND="x11-libs/agg[truetype]
sys-libs/zlib
expat? ( dev-libs/expat )
jpeg? ( virtual/jpeg )
- lua? ( dev-lang/lua:= )
+ lua? ( dev-lang/lua:0= )
openexr? ( media-libs/openexr )
php? ( dev-lang/php:* )
perl? ( dev-lang/perl )
diff --git a/media-gfx/exact-image/exact-image-1.0.2.ebuild b/media-gfx/exact-image/exact-image-1.0.2.ebuild
index 62b39e9d7e4d..de0d4b8a5af2 100644
--- a/media-gfx/exact-image/exact-image-1.0.2.ebuild
+++ b/media-gfx/exact-image/exact-image-1.0.2.ebuild
@@ -18,7 +18,7 @@ RDEPEND="x11-libs/agg[truetype]
sys-libs/zlib
expat? ( dev-libs/expat )
jpeg? ( virtual/jpeg )
- lua? ( dev-lang/lua:= )
+ lua? ( dev-lang/lua:0= )
openexr? ( media-libs/openexr )
php? ( dev-lang/php:* )
perl? ( dev-lang/perl )