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 2BFC11392EF for ; Mon, 10 Mar 2014 13:45:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BADFAE0A7F; Mon, 10 Mar 2014 13:45:49 +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 2A83EE0A7F for ; Mon, 10 Mar 2014 13:45:49 +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 5C20D33FC88 for ; Mon, 10 Mar 2014 13:45:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id D7AC3183B3 for ; Mon, 10 Mar 2014 13:45:46 +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: <1393183380.8630aaa929561bb57eac48d2c52be83f02d72785.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/jreen/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/jreen/jreen-9999.ebuild X-VCS-Directories: net-libs/jreen/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 8630aaa929561bb57eac48d2c52be83f02d72785 X-VCS-Branch: master Date: Mon, 10 Mar 2014 13:45:46 +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: 3b7f9079-c849-4ca5-a1e2-6d58a207f843 X-Archives-Hash: fa4a538f3438fc4ad12d68b6af1f2a18 commit: 8630aaa929561bb57eac48d2c52be83f02d72785 Author: Uwe L. Korn xhochy com> AuthorDate: Sun Feb 23 19:23:00 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Feb 23 19:23:00 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8630aaa9 Add Qt version switch Package-Manager: portage-2.2.7 --- net-libs/jreen/jreen-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild index 8452b2d..6ed620b 100644 --- a/net-libs/jreen/jreen-9999.ebuild +++ b/net-libs/jreen/jreen-9999.ebuild @@ -13,7 +13,7 @@ else KEYWORDS="" fi -inherit qt4-r2 cmake-utils ${GIT_ECLASS} +inherit cmake-utils ${GIT_ECLASS} DESCRIPTION="Qt XMPP library" HOMEPAGE="https://github.com/euroelessar/jreen" @@ -25,15 +25,16 @@ IUSE="debug +qt4 qt5" REQUIRED_USE="^^ ( qt4 qt5 )" DEPEND=" - >=app-crypt/qca-2.0.3 media-libs/speex >=net-dns/libidn-1.20 net-libs/libgsasl qt4? ( + >=app-crypt/qca-2.0.3[qt4(+)] >=dev-qt/qtcore-4.6.0:4 >=dev-qt/qtgui-4.6.0:4 ) qt5? ( + =app-crypt/qca-9999[qt5] dev-qt/qtcore:5 dev-qt/qtnetwork:5 )