diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-04-03 21:43:41 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-04-03 21:43:41 +0000 |
commit | 0c2661bd61c27bff9b5cfebc6b904015931d8dbe (patch) | |
tree | a11ee948a094571f1a41c48673c579d3246d1030 /media-libs/tunepimp/tunepimp-0.3.0-r1.ebuild | |
parent | Two revision bumps. One for distributing the fix for bug #87463. And the othe... (diff) | |
download | historical-0c2661bd61c27bff9b5cfebc6b904015931d8dbe.tar.gz historical-0c2661bd61c27bff9b5cfebc6b904015931d8dbe.tar.bz2 historical-0c2661bd61c27bff9b5cfebc6b904015931d8dbe.zip |
Fix pkgconfig dependency (#87399).
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-libs/tunepimp/tunepimp-0.3.0-r1.ebuild')
-rw-r--r-- | media-libs/tunepimp/tunepimp-0.3.0-r1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/media-libs/tunepimp/tunepimp-0.3.0-r1.ebuild b/media-libs/tunepimp/tunepimp-0.3.0-r1.ebuild index 89650081f729..318d62268485 100644 --- a/media-libs/tunepimp/tunepimp-0.3.0-r1.ebuild +++ b/media-libs/tunepimp/tunepimp-0.3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tunepimp/tunepimp-0.3.0-r1.ebuild,v 1.3 2005/03/17 18:23:52 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tunepimp/tunepimp-0.3.0-r1.ebuild,v 1.4 2005/04/03 21:43:41 greg_g Exp $ inherit eutils distutils perl-module @@ -13,14 +13,16 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="flac mad oggvorbis readline python perl" -DEPEND=">=media-libs/musicbrainz-2.1.0 +RDEPEND=">=media-libs/musicbrainz-2.1.0 flac? ( media-libs/flac ) oggvorbis? ( media-libs/libvorbis ) readline? ( sys-libs/readline ) mad? ( media-libs/libmad ) - dev-util/pkgconfig !media-sound/trm" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + S=${WORKDIR}/lib${P} src_compile() { |