summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-02-26 22:43:21 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-02-26 22:43:21 +0000
commitca2118de40c03e85bcc8599b5355760e59471ad3 (patch)
tree7df229bb926afb1566049e30c32b0a475bed84c9 /media-libs/rubberband
parentquoting (diff)
downloadgentoo-2-ca2118de40c03e85bcc8599b5355760e59471ad3.tar.gz
gentoo-2-ca2118de40c03e85bcc8599b5355760e59471ad3.tar.bz2
gentoo-2-ca2118de40c03e85bcc8599b5355760e59471ad3.zip
hmm, I inverted depend and rdepend...
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs/rubberband')
-rw-r--r--media-libs/rubberband/rubberband-1.0.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/rubberband/rubberband-1.0.1.ebuild b/media-libs/rubberband/rubberband-1.0.1.ebuild
index 2353da6731ee..61e54a5c9a64 100644
--- a/media-libs/rubberband/rubberband-1.0.1.ebuild
+++ b/media-libs/rubberband/rubberband-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/rubberband/rubberband-1.0.1.ebuild,v 1.1 2008/02/26 22:37:29 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/rubberband/rubberband-1.0.1.ebuild,v 1.2 2008/02/26 22:43:21 aballier Exp $
inherit multilib
@@ -13,12 +13,12 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-DEPEND="media-libs/vamp-plugin-sdk
+RDEPEND="media-libs/vamp-plugin-sdk
media-libs/libsamplerate
media-libs/libsndfile
media-libs/ladspa-sdk
=sci-libs/fftw-3*"
-RDEPEND="${DEPEND}
+DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_install() {