From: Michał Górny Date: Sun, 26 Aug 2018 11:10:07 +0000 (+0200) Subject: media-sound/podcatcher: Remove support for non-existent deps X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ffcb74b938235559a2f4a47f7cda507c716b352a;p=gentoo.git media-sound/podcatcher: Remove support for non-existent deps --- diff --git a/media-sound/podcatcher/metadata.xml b/media-sound/podcatcher/metadata.xml index ec28374bebb2..39626a990be5 100644 --- a/media-sound/podcatcher/metadata.xml +++ b/media-sound/podcatcher/metadata.xml @@ -5,7 +5,4 @@ sound@gentoo.org Gentoo Sound project - - Enable support for bittorrent downloads - diff --git a/media-sound/podcatcher/podcatcher-3.1.6.ebuild b/media-sound/podcatcher/podcatcher-3.1.6.ebuild index 49cbbc3e2063..9392e126842e 100644 --- a/media-sound/podcatcher/podcatcher-3.1.6.ebuild +++ b/media-sound/podcatcher/podcatcher-3.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -10,10 +10,9 @@ SRC_URI="http://rubyforge.org/frs/download.php/76053/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="bittorrent" +IUSE="" -RDEPEND=">=dev-lang/ruby-1.8.2 - bittorrent? ( dev-ruby/rubytorrent )" +RDEPEND=">=dev-lang/ruby-1.8.2" DEPEND="${RDEPEND}" S=${WORKDIR}/${PN} diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 1cba445d3694..35d5bd15d4ee 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -510,7 +510,6 @@ dev-java/jboss-logging doc # Mask ruby18-only compatible flags # Bugs: 483104, 483102 (03 Feb 2014) # Upstream says to not use this for now.