Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/cfv/
Date: Wed, 02 May 2018 21:52:55
Message-Id: 1525297957.f5b05007b443a5e31421c70e444f0f1b0b7e8a0e.zlogene@gentoo
1 commit: f5b05007b443a5e31421c70e444f0f1b0b7e8a0e
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 2 21:52:06 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed May 2 21:52:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5b05007
7
8 app-arch/cfv: [QA] Drop dead dependency
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-arch/cfv/cfv-1.18.3-r1.ebuild | 9 ++-------
13 1 file changed, 2 insertions(+), 7 deletions(-)
14
15 diff --git a/app-arch/cfv/cfv-1.18.3-r1.ebuild b/app-arch/cfv/cfv-1.18.3-r1.ebuild
16 index a83d0cfdaf2..f15261510f0 100644
17 --- a/app-arch/cfv/cfv-1.18.3-r1.ebuild
18 +++ b/app-arch/cfv/cfv-1.18.3-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -19,12 +19,7 @@ KEYWORDS="amd64 hppa ~ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-maco
26 DEPEND=""
27 RDEPEND="${PYTHON_DEPS}
28 dev-python/python-fchksum[${PYTHON_USEDEP}]
29 - bittorrent? (
30 - || (
31 - net-p2p/bittorrent[${PYTHON_USEDEP}]
32 - net-p2p/bittornado[${PYTHON_USEDEP}]
33 - )
34 - )"
35 + bittorrent? ( net-p2p/bittornado[${PYTHON_USEDEP}] )"
36
37 REQUIRED_USE=${PYTHON_REQUIRED_USE}