diff options
author | brahmajit das <listout@protonmail.com> | 2022-09-19 22:24:53 +0530 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-09-20 11:29:54 -0400 |
commit | e27455236ca6ce43cd9b49f0f3a39de07097d2a9 (patch) | |
tree | 30280e3f74d578722eef8f73059b0554486b60b4 /www-client/epiphany | |
parent | net-im/telegram-desktop: Using webkit-gtk in slot 4 (diff) | |
download | gentoo-e27455236ca6ce43cd9b49f0f3a39de07097d2a9.tar.gz gentoo-e27455236ca6ce43cd9b49f0f3a39de07097d2a9.tar.bz2 gentoo-e27455236ca6ce43cd9b49f0f3a39de07097d2a9.zip |
www-client/epiphany: Using webkit-gtk in slot 4
In the checks for webkit-gtk[jpeg2k] slot was not explicitely mentioned.
This is needed for as webkit-gtk will now have slots to handle
webkit2gtk-4.0 and webkit2gtk-4.1
Closes: https://github.com/gentoo/gentoo/pull/27359
Signed-off-by: brahmajit das <listout@protonmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'www-client/epiphany')
-rw-r--r-- | www-client/epiphany/epiphany-42.3.ebuild | 2 | ||||
-rw-r--r-- | www-client/epiphany/epiphany-42.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www-client/epiphany/epiphany-42.3.ebuild b/www-client/epiphany/epiphany-42.3.ebuild index 19e7f2c4789c..e88f8c52fdd6 100644 --- a/www-client/epiphany/epiphany-42.3.ebuild +++ b/www-client/epiphany/epiphany-42.3.ebuild @@ -74,7 +74,7 @@ pkg_postinst() { xdg_pkg_postinst gnome2_schemas_update - if ! has_version net-libs/webkit-gtk[jpeg2k]; then + if ! has_version net-libs/webkit-gtk:4[jpeg2k]; then ewarn "Your net-libs/webkit-gtk is built without USE=jpeg2k." ewarn "Various image galleries/managers may be broken." fi diff --git a/www-client/epiphany/epiphany-42.4.ebuild b/www-client/epiphany/epiphany-42.4.ebuild index 76a4f39364e5..5eb5a539d329 100644 --- a/www-client/epiphany/epiphany-42.4.ebuild +++ b/www-client/epiphany/epiphany-42.4.ebuild @@ -74,7 +74,7 @@ pkg_postinst() { xdg_pkg_postinst gnome2_schemas_update - if ! has_version net-libs/webkit-gtk[jpeg2k]; then + if ! has_version net-libs/webkit-gtk:4[jpeg2k]; then ewarn "Your net-libs/webkit-gtk is built without USE=jpeg2k." ewarn "Various image galleries/managers may be broken." fi |