diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-01-14 12:50:19 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-01-14 12:50:19 +0000 |
commit | b130876f3e756b06c20e4b7fbfde98465762610c (patch) | |
tree | 64e14026898decf29f7547418c25e1a528090376 /media-sound/amsynth/amsynth-1.2.0.ebuild | |
parent | Missing depend, bug #205425. Also fix quoting (diff) | |
download | gentoo-2-b130876f3e756b06c20e4b7fbfde98465762610c.tar.gz gentoo-2-b130876f3e756b06c20e4b7fbfde98465762610c.tar.bz2 gentoo-2-b130876f3e756b06c20e4b7fbfde98465762610c.zip |
Add missing pkg-config dependency. Thanks to Patrick in bug #205700.
(Portage version: 2.1.4)
Diffstat (limited to 'media-sound/amsynth/amsynth-1.2.0.ebuild')
-rw-r--r-- | media-sound/amsynth/amsynth-1.2.0.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/media-sound/amsynth/amsynth-1.2.0.ebuild b/media-sound/amsynth/amsynth-1.2.0.ebuild index 738f936f8a6a..3f5c9920ae4f 100644 --- a/media-sound/amsynth/amsynth-1.2.0.ebuild +++ b/media-sound/amsynth/amsynth-1.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.2.0.ebuild,v 1.2 2007/03/24 23:52:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.2.0.ebuild,v 1.3 2008/01/14 12:50:19 flameeyes Exp $ IUSE="debug alsa jack sndfile oss" @@ -17,10 +17,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -DEPEND=">=dev-cpp/gtkmm-2.4 +RDEPEND=">=dev-cpp/gtkmm-2.4 sndfile? ( >=media-libs/libsndfile-1.0 ) alsa? ( >=media-libs/alsa-lib-0.9 media-sound/alsa-utils ) jack? ( media-sound/jack-audio-connection-kit )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" S="${WORKDIR}/${MY_P}" |