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 D9D101396D0 for ; Mon, 11 Sep 2017 21:55:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68FD01FC054; Mon, 11 Sep 2017 21:55:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4007C1FC059 for ; Mon, 11 Sep 2017 21:55:55 +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 74AAF3416FD for ; Mon, 11 Sep 2017 21:55:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B7409086 for ; Mon, 11 Sep 2017 21:55:52 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1505166914.450edd16939f81e660bdaacdf604454d50d989d0.eva@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.22.7.ebuild www-client/epiphany/epiphany-3.24.4.ebuild X-VCS-Directories: www-client/epiphany/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 450edd16939f81e660bdaacdf604454d50d989d0 X-VCS-Branch: master Date: Mon, 11 Sep 2017 21:55:52 +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-Archives-Salt: 54ca1b11-f10d-4bba-9dec-5a52db4992fd X-Archives-Hash: 63f1d3621cd5c3e25c38267c5341f0ab commit: 450edd16939f81e660bdaacdf604454d50d989d0 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Sep 11 21:33:54 2017 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Sep 11 21:55:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450edd16 www-client/epiphany: add missing USE dependency on gcr, bug #630412 Refs: https://bugs.gentoo.org/show_bug.cgi?id=630412 Package-Manager: Portage-2.3.8, Repoman-2.3.3 www-client/epiphany/epiphany-3.22.7.ebuild | 2 +- www-client/epiphany/epiphany-3.24.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/epiphany/epiphany-3.22.7.ebuild b/www-client/epiphany/epiphany-3.22.7.ebuild index ca22c8316ed..a7701018ee3 100644 --- a/www-client/epiphany/epiphany-3.22.7.ebuild +++ b/www-client/epiphany/epiphany-3.22.7.ebuild @@ -15,7 +15,7 @@ IUSE="test" KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86" COMMON_DEPEND=" - >=app-crypt/gcr-3.5.5:= + >=app-crypt/gcr-3.5.5:=[gtk] >=app-crypt/libsecret-0.14 >=app-text/iso-codes-0.35 >=dev-libs/glib-2.44.0:2[dbus] diff --git a/www-client/epiphany/epiphany-3.24.4.ebuild b/www-client/epiphany/epiphany-3.24.4.ebuild index 3a53dc2b527..d98149a5ecf 100644 --- a/www-client/epiphany/epiphany-3.24.4.ebuild +++ b/www-client/epiphany/epiphany-3.24.4.ebuild @@ -19,7 +19,7 @@ COMMON_DEPEND=" >=x11-libs/gtk+-3.22.13:3 >=net-libs/webkit-gtk-2.15.90:4= >=x11-libs/cairo-1.2 - >=app-crypt/gcr-3.5.5:= + >=app-crypt/gcr-3.5.5:=[gtk] >=x11-libs/gdk-pixbuf-2.36.5:2 >=gnome-base/gnome-desktop-2.91.2:3= dev-libs/icu:=