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 BD8B91382C5 for ; Thu, 22 Mar 2018 12:22:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADE6FE0919; Thu, 22 Mar 2018 12:22:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86F99E0919 for ; Thu, 22 Mar 2018 12:22:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EB71335C49 for ; Thu, 22 Mar 2018 12:22:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ADA1265 for ; Thu, 22 Mar 2018 12:22:12 +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: <1521720901.25683aa58b0ebf689940386ecae8b7f4213a3765.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libktorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libktorrent/libktorrent-2.1-r1.ebuild net-libs/libktorrent/libktorrent-2.1.ebuild X-VCS-Directories: net-libs/libktorrent/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 25683aa58b0ebf689940386ecae8b7f4213a3765 X-VCS-Branch: master Date: Thu, 22 Mar 2018 12:22:12 +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: 0c94ed5d-3727-4106-b565-91a7adcf1501 X-Archives-Hash: 80a8fa3229683b1adce7b51018c2bf4a commit: 25683aa58b0ebf689940386ecae8b7f4213a3765 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 22 10:57:40 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 22 12:15:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25683aa5 net-libs/libktorrent: Prepare for app-crypt/qca w/o USE=qt5 Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../libktorrent/{libktorrent-2.1.ebuild => libktorrent-2.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libktorrent/libktorrent-2.1.ebuild b/net-libs/libktorrent/libktorrent-2.1-r1.ebuild similarity index 95% rename from net-libs/libktorrent/libktorrent-2.1.ebuild rename to net-libs/libktorrent/libktorrent-2.1-r1.ebuild index 32db434dfa3..ffb74fe4c0a 100644 --- a/net-libs/libktorrent/libktorrent-2.1.ebuild +++ b/net-libs/libktorrent/libktorrent-2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,7 +25,7 @@ COMMON_DEPEND=" $(add_frameworks_dep solid) $(add_qt_dep qtnetwork) $(add_qt_dep qtxml) - app-crypt/qca:2[qt5] + app-crypt/qca:2[qt5(+)] >=dev-libs/gmp-6.0.0a:0= dev-libs/libgcrypt:0= "