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 ED3C51396D0 for ; Sun, 13 Aug 2017 17:03:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B7C8E0824; Sun, 13 Aug 2017 17:03:26 +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 158F3E0824 for ; Sun, 13 Aug 2017 17:03:25 +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 2FE3B341728 for ; Sun, 13 Aug 2017 17:03:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A71B77F1 for ; Sun, 13 Aug 2017 17:03:21 +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: <1502643774.10ae1681c96a3e4d53565be598e2050997b94a1f.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.24.3.ebuild X-VCS-Directories: www-client/epiphany/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 10ae1681c96a3e4d53565be598e2050997b94a1f X-VCS-Branch: master Date: Sun, 13 Aug 2017 17:03:21 +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: ea186b06-0e69-4176-9baa-6b0531089bac X-Archives-Hash: 1234ad4530e4e539479d70b539a18f65 commit: 10ae1681c96a3e4d53565be598e2050997b94a1f Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Aug 13 15:58:32 2017 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Aug 13 17:02:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ae1681 www-client/epiphany: fix minimum required versions According to configure.ac. Package-Manager: Portage-2.3.7, Repoman-2.3.3 www-client/epiphany/epiphany-3.24.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/epiphany/epiphany-3.24.3.ebuild b/www-client/epiphany/epiphany-3.24.3.ebuild index 2f5ea7b727f..5bafc1129b9 100644 --- a/www-client/epiphany/epiphany-3.24.3.ebuild +++ b/www-client/epiphany/epiphany-3.24.3.ebuild @@ -15,8 +15,8 @@ IUSE="test" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" COMMON_DEPEND=" - >=dev-libs/glib-2.44.0:2[dbus] - >=x11-libs/gtk+-3.12.13:3 + >=dev-libs/glib-2.46.0:2[dbus] + >=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:=