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 /dev-libs/keybinder
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 'dev-libs/keybinder')
-rw-r--r--dev-libs/keybinder/keybinder-0.3.1-r201.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
index 02e68ac665c5..e25af14fe258 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
@@ -17,7 +17,7 @@ RDEPEND=">=x11-libs/gtk+-2.20:2
x11-libs/libXext
x11-libs/libXrender
introspection? ( dev-libs/gobject-introspection )
- lua? ( >=dev-lang/lua-5.1 )"
+ lua? ( >=dev-lang/lua-5.1:0= )"
DEPEND="${RDEPEND}
virtual/pkgconfig"