commit: 6fb902a552f5f8447bf176163376831f651d5605
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 15:26:03 2024 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 15:49:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb902a5
www-client/epiphany: stop suggesting webkit-gtk[jpeg2k], it doesn't exist soon
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
www-client/epiphany/epiphany-44.6.ebuild | 7 +------
www-client/epiphany/epiphany-45.3.ebuild | 5 -----
2 files changed, 1 insertion(+), 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() {