Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/epiphany/
Date: Sun, 13 Aug 2017 17:03:26
Message-Id: 1502643774.10ae1681c96a3e4d53565be598e2050997b94a1f.eva@gentoo
1 commit: 10ae1681c96a3e4d53565be598e2050997b94a1f
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 13 15:58:32 2017 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 13 17:02:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ae1681
7
8 www-client/epiphany: fix minimum required versions
9
10 According to configure.ac.
11
12 Package-Manager: Portage-2.3.7, Repoman-2.3.3
13
14 www-client/epiphany/epiphany-3.24.3.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/www-client/epiphany/epiphany-3.24.3.ebuild b/www-client/epiphany/epiphany-3.24.3.ebuild
18 index 2f5ea7b727f..5bafc1129b9 100644
19 --- a/www-client/epiphany/epiphany-3.24.3.ebuild
20 +++ b/www-client/epiphany/epiphany-3.24.3.ebuild
21 @@ -15,8 +15,8 @@ IUSE="test"
22 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
23
24 COMMON_DEPEND="
25 - >=dev-libs/glib-2.44.0:2[dbus]
26 - >=x11-libs/gtk+-3.12.13:3
27 + >=dev-libs/glib-2.46.0:2[dbus]
28 + >=x11-libs/gtk+-3.22.13:3
29 >=net-libs/webkit-gtk-2.15.90:4=
30 >=x11-libs/cairo-1.2
31 >=app-crypt/gcr-3.5.5:=