From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8EBBC13827E for ; Sun, 8 Dec 2013 21:46:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54CBFE0A72; Sun, 8 Dec 2013 21:46:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB69BE0A72 for ; Sun, 8 Dec 2013 21:46:30 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E161A33F4FF for ; Sun, 8 Dec 2013 21:46:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9AAB0E568B for ; Sun, 8 Dec 2013 21:46: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: <1386538583.ed0a788a249e1d84a5f09901bdf773d9c0ae28bf.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/ X-VCS-Repository: proj/gnome X-VCS-Files: net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild X-VCS-Directories: net-wireless/gnome-bluetooth/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: ed0a788a249e1d84a5f09901bdf773d9c0ae28bf X-VCS-Branch: master Date: Sun, 8 Dec 2013 21:46: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: 419dcd83-67ee-4a22-8a79-640fd92e00da X-Archives-Hash: 3b3daf93ded21f0a1b9332fae2b0b61b commit: ed0a788a249e1d84a5f09901bdf773d9c0ae28bf Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Nov 16 17:14:26 2013 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Dec 8 21:36:23 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ed0a788a net-wireless/gnome-bluetooth: raise glib dependency Due to usage of G_ADD_PRIVATE which was added in glib-2.37.3. --- net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild index d45c23a..b7bbac6 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild @@ -16,7 +16,7 @@ IUSE="+introspection" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" COMMON_DEPEND=" - >=dev-libs/glib-2.36:2 + >=dev-libs/glib-2.37.3:2 >=x11-libs/gtk+-2.91.3:3[introspection?] virtual/udev introspection? ( >=dev-libs/gobject-introspection-0.9.5 )