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 0C2281382C5 for ; Wed, 2 May 2018 21:52:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 368F8E086B; Wed, 2 May 2018 21:52:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0D23DE086B for ; Wed, 2 May 2018 21:52:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 27213335C60 for ; Wed, 2 May 2018 21:52:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE3CB28 for ; Wed, 2 May 2018 21:52:49 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1525297957.f5b05007b443a5e31421c70e444f0f1b0b7e8a0e.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/cfv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/cfv/cfv-1.18.3-r1.ebuild X-VCS-Directories: app-arch/cfv/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: f5b05007b443a5e31421c70e444f0f1b0b7e8a0e X-VCS-Branch: master Date: Wed, 2 May 2018 21:52:49 +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: 878855d8-8d3c-469f-9cd4-e691abb1f5ef X-Archives-Hash: 770fb16ad92d43421745979f1e4e0186 commit: f5b05007b443a5e31421c70e444f0f1b0b7e8a0e Author: Mikle Kolyada gentoo org> AuthorDate: Wed May 2 21:52:06 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed May 2 21:52:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5b05007 app-arch/cfv: [QA] Drop dead dependency Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-arch/cfv/cfv-1.18.3-r1.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/app-arch/cfv/cfv-1.18.3-r1.ebuild b/app-arch/cfv/cfv-1.18.3-r1.ebuild index a83d0cfdaf2..f15261510f0 100644 --- a/app-arch/cfv/cfv-1.18.3-r1.ebuild +++ b/app-arch/cfv/cfv-1.18.3-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=5 @@ -19,12 +19,7 @@ KEYWORDS="amd64 hppa ~ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-maco DEPEND="" RDEPEND="${PYTHON_DEPS} dev-python/python-fchksum[${PYTHON_USEDEP}] - bittorrent? ( - || ( - net-p2p/bittorrent[${PYTHON_USEDEP}] - net-p2p/bittornado[${PYTHON_USEDEP}] - ) - )" + bittorrent? ( net-p2p/bittornado[${PYTHON_USEDEP}] )" REQUIRED_USE=${PYTHON_REQUIRED_USE}