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 7A009138330 for ; Mon, 5 Sep 2016 01:17:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C24821C07C; Mon, 5 Sep 2016 01:17:13 +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 6EC1AE0944 for ; Mon, 5 Sep 2016 01:17:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 89516340861 for ; Mon, 5 Sep 2016 01:17:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BBD22482 for ; Sun, 4 Sep 2016 23:20:02 +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: <1473031186.548c09b03741cdd2dcc0a6fa353bf6c6160ecffe.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtksourceview/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gtksourceview/gtksourceview-3.20.4.ebuild X-VCS-Directories: x11-libs/gtksourceview/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 548c09b03741cdd2dcc0a6fa353bf6c6160ecffe X-VCS-Branch: master Date: Sun, 4 Sep 2016 23:20:02 +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: d209cdc1-d45b-4d15-bf9a-f491132c198a X-Archives-Hash: 7f3adddff6b47978c5a3d304d750c3ba commit: 548c09b03741cdd2dcc0a6fa353bf6c6160ecffe Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Sep 4 21:49:22 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Sep 4 23:19:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548c09b0 x11-libs/gtksourceview: raise gtk+/glib according to configure.ac Package-Manager: portage-2.3.0 x11-libs/gtksourceview/gtksourceview-3.20.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/gtksourceview/gtksourceview-3.20.4.ebuild b/x11-libs/gtksourceview/gtksourceview-3.20.4.ebuild index c5aca10..c112707 100644 --- a/x11-libs/gtksourceview/gtksourceview-3.20.4.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-3.20.4.ebuild @@ -20,9 +20,9 @@ REQUIRED_USE="vala? ( introspection )" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" RDEPEND=" - >=dev-libs/glib-2.47:2 + >=dev-libs/glib-2.48:2 >=dev-libs/libxml2-2.6:2 - >=x11-libs/gtk+-3.19.6:3[introspection?] + >=x11-libs/gtk+-3.20:3[introspection?] glade? ( >=dev-util/glade-3.9:3.10 ) introspection? ( >=dev-libs/gobject-introspection-1.42:= ) "