diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-26 13:10:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-26 13:28:02 +0200 |
commit | ffcb74b938235559a2f4a47f7cda507c716b352a (patch) | |
tree | 46b2b6320894ca629232b6d063cedcbd54879ea1 /media-sound/podcatcher | |
parent | media-sound/pavumeter: Remove support for non-existent deps (diff) | |
download | gentoo-ffcb74b938235559a2f4a47f7cda507c716b352a.tar.gz gentoo-ffcb74b938235559a2f4a47f7cda507c716b352a.tar.bz2 gentoo-ffcb74b938235559a2f4a47f7cda507c716b352a.zip |
media-sound/podcatcher: Remove support for non-existent deps
Diffstat (limited to 'media-sound/podcatcher')
-rw-r--r-- | media-sound/podcatcher/metadata.xml | 3 | ||||
-rw-r--r-- | media-sound/podcatcher/podcatcher-3.1.6.ebuild | 7 |
2 files changed, 3 insertions, 7 deletions
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 @@ <email>sound@gentoo.org</email> <name>Gentoo Sound project</name> </maintainer> - <use> - <flag name="bittorrent">Enable support for bittorrent downloads</flag> - </use> </pkgmetadata> 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} |