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 0E6B9139085 for ; Thu, 29 Dec 2016 18:53:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C349E0C0D; Thu, 29 Dec 2016 18:53:11 +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 4DAB8E0C0D for ; Thu, 29 Dec 2016 18:53:11 +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 7BFA034166B for ; Thu, 29 Dec 2016 18:53:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44CA024E8 for ; Thu, 29 Dec 2016 18:53:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1483037568.b8afacd7a13706ce8e436ded1c33d637be9efc52.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libqmi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libqmi/libqmi-9999.ebuild X-VCS-Directories: net-libs/libqmi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b8afacd7a13706ce8e436ded1c33d637be9efc52 X-VCS-Branch: master Date: Thu, 29 Dec 2016 18:53:09 +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: 899e9f77-51d0-4c6e-a2e2-eabeadbd98b1 X-Archives-Hash: 9fcdf3cc72b5f3d12cf3cef57aa62e73 commit: b8afacd7a13706ce8e436ded1c33d637be9efc52 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 29 18:52:18 2016 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 29 18:52:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8afacd7 net-libs/libqmi: Raise glib dep Package-Manager: portage-2.3.0 net-libs/libqmi/libqmi-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libqmi/libqmi-9999.ebuild b/net-libs/libqmi/libqmi-9999.ebuild index 66a50a5..4ef2b16 100644 --- a/net-libs/libqmi/libqmi-9999.ebuild +++ b/net-libs/libqmi/libqmi-9999.ebuild @@ -20,7 +20,7 @@ LICENSE="LGPL-2" SLOT="0/5.1" # soname of libqmi-glib.so IUSE="doc +mbim static-libs" -RDEPEND=">=dev-libs/glib-2.32 +RDEPEND=">=dev-libs/glib-2.36 mbim? ( >=net-libs/libmbim-1.14.0 )" DEPEND="${RDEPEND} doc? ( dev-util/gtk-doc )