summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-06-06 09:26:21 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-06-06 09:26:21 +0000
commit43965782ce4df3f0372a6b9759cfe7c92ad838d4 (patch)
treee96213b2523dd2b01f2c16427dc6c4d154146bd3 /media-sound/podcatcher
parentamd64/x86 stable, bug #271889 (diff)
downloadgentoo-2-43965782ce4df3f0372a6b9759cfe7c92ad838d4.tar.gz
gentoo-2-43965782ce4df3f0372a6b9759cfe7c92ad838d4.tar.bz2
gentoo-2-43965782ce4df3f0372a6b9759cfe7c92ad838d4.zip
Missing die, unnecessary quoting.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/podcatcher')
-rw-r--r--media-sound/podcatcher/podcatcher-3.1.4.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/podcatcher/podcatcher-3.1.4.ebuild b/media-sound/podcatcher/podcatcher-3.1.4.ebuild
index 1872d25b9639..caf0bbcfe610 100644
--- a/media-sound/podcatcher/podcatcher-3.1.4.ebuild
+++ b/media-sound/podcatcher/podcatcher-3.1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/podcatcher/podcatcher-3.1.4.ebuild,v 1.1 2009/03/07 16:41:05 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/podcatcher/podcatcher-3.1.4.ebuild,v 1.2 2009/06/06 09:26:21 ssuominen Exp $
DESCRIPTION="Podcast client for the command-line written in Ruby."
HOMEPAGE="http://podcatcher.rubyforge.org"
@@ -11,13 +11,13 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="bittorrent"
-DEPEND=">=dev-lang/ruby-1.8.2
+RDEPEND=">=dev-lang/ruby-1.8.2
bittorrent? ( dev-ruby/rubytorrent )"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
-S="${WORKDIR}"/${PN}
+S=${WORKDIR}/${PN}
src_install() {
- dobin bin/podcatcher
+ dobin bin/podcatcher || die "dobin failed"
dodoc demo/*
}