From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 86516138335 for ; Fri, 14 Jun 2019 06:17:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFF64E08BF; Fri, 14 Jun 2019 06:17:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74F86E08BF for ; Fri, 14 Jun 2019 06:17:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B5A134609B for ; Fri, 14 Jun 2019 06:17:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 963D0614 for ; Fri, 14 Jun 2019 06:17:03 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1560492848.db489d1366eaf1044952f25fa0d8c54ecc1e736b.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/epiphany/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/epiphany/epiphany-3.30.4.ebuild X-VCS-Directories: www-client/epiphany/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: db489d1366eaf1044952f25fa0d8c54ecc1e736b X-VCS-Branch: master Date: Fri, 14 Jun 2019 06:17:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6886d52e-5235-45b6-9763-dc177de31e6d X-Archives-Hash: 4f74ff7fba5ea878388070c566687cf5 commit: db489d1366eaf1044952f25fa0d8c54ecc1e736b Author: Mart Raudsepp gentoo org> AuthorDate: Fri Jun 14 06:14:08 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Jun 14 06:14:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db489d13 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 gentoo.org> www-client/epiphany/epiphany-3.30.4.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www-client/epiphany/epiphany-3.30.4.ebuild b/www-client/epiphany/epiphany-3.30.4.ebuild index 99e354c6cf5..95a55437249 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() {