diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-06-14 09:14:08 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-06-14 09:14:08 +0300 |
commit | db489d1366eaf1044952f25fa0d8c54ecc1e736b (patch) | |
tree | e15a24e11700cddc0fc772b14655f88721564a85 /www-client/epiphany | |
parent | net-libs/webkit-gtk: default enable jpeg2k (diff) | |
download | gentoo-db489d1366eaf1044952f25fa0d8c54ecc1e736b.tar.gz gentoo-db489d1366eaf1044952f25fa0d8c54ecc1e736b.tar.bz2 gentoo-db489d1366eaf1044952f25fa0d8c54ecc1e736b.zip |
www-client/epiphany: warn if webkit-gtk isn't built with USE=jpeg2k
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'www-client/epiphany')
-rw-r--r-- | www-client/epiphany/epiphany-3.30.4.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www-client/epiphany/epiphany-3.30.4.ebuild b/www-client/epiphany/epiphany-3.30.4.ebuild index 99e354c6cf5e..95a554372492 100644 --- a/www-client/epiphany/epiphany-3.30.4.ebuild +++ b/www-client/epiphany/epiphany-3.30.4.ebuild @@ -66,6 +66,11 @@ src_test() { pkg_postinst() { xdg_pkg_postinst gnome2_schemas_update + + if ! has_version net-libs/webkit-gtk[jpeg2k]; then + ewarn "Your net-libs/webkit-gtk is built without USE=jpeg2k." + ewarn "Various image galleries/managers may be broken." + fi } pkg_postrm() { |