Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libktorrent/
Date: Thu, 22 Mar 2018 12:22:17
Message-Id: 1521720901.25683aa58b0ebf689940386ecae8b7f4213a3765.asturm@gentoo
1 commit: 25683aa58b0ebf689940386ecae8b7f4213a3765
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 22 10:57:40 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 22 12:15:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25683aa5
7
8 net-libs/libktorrent: Prepare for app-crypt/qca w/o USE=qt5
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 .../libktorrent/{libktorrent-2.1.ebuild => libktorrent-2.1-r1.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-libs/libktorrent/libktorrent-2.1.ebuild b/net-libs/libktorrent/libktorrent-2.1-r1.ebuild
16 similarity index 95%
17 rename from net-libs/libktorrent/libktorrent-2.1.ebuild
18 rename to net-libs/libktorrent/libktorrent-2.1-r1.ebuild
19 index 32db434dfa3..ffb74fe4c0a 100644
20 --- a/net-libs/libktorrent/libktorrent-2.1.ebuild
21 +++ b/net-libs/libktorrent/libktorrent-2.1-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -25,7 +25,7 @@ COMMON_DEPEND="
29 $(add_frameworks_dep solid)
30 $(add_qt_dep qtnetwork)
31 $(add_qt_dep qtxml)
32 - app-crypt/qca:2[qt5]
33 + app-crypt/qca:2[qt5(+)]
34 >=dev-libs/gmp-6.0.0a:0=
35 dev-libs/libgcrypt:0=
36 "