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 1B3D51391DB for ; Tue, 18 Mar 2014 23:35:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84BC3E0A01; Tue, 18 Mar 2014 23:35:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 259B3E09FB for ; Tue, 18 Mar 2014 23:35:13 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5564133F833 for ; Tue, 18 Mar 2014 23:35:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 175E918875 for ; Tue, 18 Mar 2014 23:35:11 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1395185610.85d8f4b20134628b0dce010fd0b742cad9b41181.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libmm-qt/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libmm-qt/libmm-qt-9999.ebuild X-VCS-Directories: net-libs/libmm-qt/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 85d8f4b20134628b0dce010fd0b742cad9b41181 X-VCS-Branch: master Date: Tue, 18 Mar 2014 23:35:11 +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: 2d975fab-2f85-4937-a447-7cb7254f89e6 X-Archives-Hash: e7264251eb7c8cac6bdc12d92c0dc892 commit: 85d8f4b20134628b0dce010fd0b742cad9b41181 Author: Johannes Huber gentoo org> AuthorDate: Tue Mar 18 22:18:08 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Mar 18 23:33:30 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=85d8f4b2 [net-libs/libmm-qt] Upstream moved to Qt5 Does not build at the moment. Needs dev version of modemmanager, which is not available. Package-Manager: portage-2.2.8-r1 --- net-libs/libmm-qt/libmm-qt-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-libs/libmm-qt/libmm-qt-9999.ebuild b/net-libs/libmm-qt/libmm-qt-9999.ebuild index 0e49e29..f72e861 100644 --- a/net-libs/libmm-qt/libmm-qt-9999.ebuild +++ b/net-libs/libmm-qt/libmm-qt-9999.ebuild @@ -22,8 +22,10 @@ SLOT="0" IUSE="debug" RDEPEND=" - dev-qt/qtcore:4 - dev-qt/qtdbus:4 + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtnetwork:5 + dev-qt/qtxml:5 net-misc/mobile-broadband-provider-info >=net-misc/networkmanager-0.9.8[modemmanager] "