diff options
author | Mart Raudsepp <leio@gentoo.org> | 2024-04-14 18:26:03 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2024-04-14 18:49:13 +0300 |
commit | 6fb902a552f5f8447bf176163376831f651d5605 (patch) | |
tree | 5afe2ad311b0495e040cc22bc9fdf2ba6a57f649 /www-client | |
parent | net-libs/webkit-gtk: add 2.44.1 (diff) | |
download | gentoo-6fb902a552f5f8447bf176163376831f651d5605.tar.gz gentoo-6fb902a552f5f8447bf176163376831f651d5605.tar.bz2 gentoo-6fb902a552f5f8447bf176163376831f651d5605.zip |
www-client/epiphany: stop suggesting webkit-gtk[jpeg2k], it doesn't exist soon
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/epiphany/epiphany-44.6.ebuild | 7 | ||||
-rw-r--r-- | www-client/epiphany/epiphany-45.3.ebuild | 5 |
2 files changed, 1 insertions, 11 deletions
diff --git a/www-client/epiphany/epiphany-44.6.ebuild b/www-client/epiphany/epiphany-44.6.ebuild index f7647709f9ef..efc43b73e33e 100644 --- a/www-client/epiphany/epiphany-44.6.ebuild +++ b/www-client/epiphany/epiphany-44.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -74,11 +74,6 @@ src_test() { pkg_postinst() { xdg_pkg_postinst gnome2_schemas_update - - if ! has_version net-libs/webkit-gtk:6[jpeg2k]; then - ewarn "Your net-libs/webkit-gtk:6 is built without USE=jpeg2k." - ewarn "Various image galleries/managers may be broken." - fi } pkg_postrm() { diff --git a/www-client/epiphany/epiphany-45.3.ebuild b/www-client/epiphany/epiphany-45.3.ebuild index db78c1770324..98647618d095 100644 --- a/www-client/epiphany/epiphany-45.3.ebuild +++ b/www-client/epiphany/epiphany-45.3.ebuild @@ -74,11 +74,6 @@ src_test() { pkg_postinst() { xdg_pkg_postinst gnome2_schemas_update - - if ! has_version net-libs/webkit-gtk:6[jpeg2k]; then - ewarn "Your net-libs/webkit-gtk:6 is built without USE=jpeg2k." - ewarn "Various image galleries/managers may be broken." - fi } pkg_postrm() { |