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 C0F1B138330 for ; Wed, 31 Aug 2016 22:22:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADD4EE0A61; Wed, 31 Aug 2016 22:22:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 521F2E0A61 for ; Wed, 31 Aug 2016 22:22:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9168C3408CF for ; Wed, 31 Aug 2016 22:22:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 934212467 for ; Wed, 31 Aug 2016 22:22:28 +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: <1472682143.56f4657d12fc91b9ddb83763d749be39f4725dc0.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/gnome-dictionary/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild X-VCS-Directories: app-dicts/gnome-dictionary/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 56f4657d12fc91b9ddb83763d749be39f4725dc0 X-VCS-Branch: master Date: Wed, 31 Aug 2016 22:22:28 +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: 4b49087e-1ff1-498e-bdbf-da6ce58e5895 X-Archives-Hash: 0b46648f6f91ba6a17064adecebb00a3 commit: 56f4657d12fc91b9ddb83763d749be39f4725dc0 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Aug 31 22:20:20 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Aug 31 22:22:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f4657d app-dicts/gnome-dictionary: actually requires gtk+-3.20 Otherwise build fails with GdkSeat being undefined. Fixed in 3.21 releases. Package-Manager: portage-2.3.0 app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild index b913a63..bae875b 100644 --- a/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild +++ b/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild @@ -16,7 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-fr COMMON_DEPEND=" >=dev-libs/glib-2.39:2[dbus] x11-libs/cairo:= - >=x11-libs/gtk+-3.16:3 + >=x11-libs/gtk+-3.20:3 x11-libs/pango introspection? ( >=dev-libs/gobject-introspection-1.42:= ) "