commit: 99493f018e1d7a902f163cf2f8ee3a0d434181fb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 22 03:12:00 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 22 03:12:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99493f01
www-client/luakit: fix webkit-gtk dep It doesn't actually support 4.1 right now. Closes: https://bugs.gentoo.org/902067 Bug: https://bugs.gentoo.org/893714 Signed-off-by: Sam James <sam <AT> gentoo.org> www-client/luakit/{luakit-2.3.3.ebuild => luakit-2.3.3-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/luakit/luakit-2.3.3.ebuild b/www-client/luakit/luakit-2.3.3-r1.ebuild similarity index 98% rename from www-client/luakit/luakit-2.3.3.ebuild rename to www-client/luakit/luakit-2.3.3-r1.ebuild index 4c994069bf52..b573bb34668b 100644 --- a/www-client/luakit/luakit-2.3.3.ebuild +++ b/www-client/luakit/luakit-2.3.3-r1.ebuild @@ -23,7 +23,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-db/sqlite:3 dev-libs/glib:2 - net-libs/webkit-gtk:4.1= + net-libs/webkit-gtk:4= x11-libs/gtk+:3 ${LUA_DEPS} $(lua_gen_cond_dep '
