diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-28 01:36:45 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-28 01:36:45 +0000 |
commit | 808c2c406fb31808980c7bea32138bfddcef90c5 (patch) | |
tree | 4c35cac809b86a4c684b0af414e040d46d79f9ad | |
parent | Fix the tarball uri. Thanks TFKyle (diff) | |
download | gentoo-2-808c2c406fb31808980c7bea32138bfddcef90c5.tar.gz gentoo-2-808c2c406fb31808980c7bea32138bfddcef90c5.tar.bz2 gentoo-2-808c2c406fb31808980c7bea32138bfddcef90c5.zip |
Add missing pkgconfig dependency, thanks to Patrick Lauer in bug #153093.
(Portage version: 2.1.2_pre3-r9)
-rw-r--r-- | media-sound/gmpc/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/gmpc/gmpc-0.12.0-r1.ebuild | 6 | ||||
-rw-r--r-- | media-sound/gmpc/gmpc-0.13.0.ebuild | 6 |
3 files changed, 13 insertions, 5 deletions
diff --git a/media-sound/gmpc/ChangeLog b/media-sound/gmpc/ChangeLog index 4a19064244d6..ba13e30417f7 100644 --- a/media-sound/gmpc/ChangeLog +++ b/media-sound/gmpc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/gmpc # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/ChangeLog,v 1.20 2006/06/09 10:59:48 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/ChangeLog,v 1.21 2006/10/28 01:36:45 flameeyes Exp $ + + 28 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> gmpc-0.12.0-r1.ebuild, + gmpc-0.13.0.ebuild: + Add missing pkgconfig dependency, thanks to Patrick Lauer in bug #153093. 09 Jun 2006; Andrej Kacian <ticho@gentoo.org> gmpc-0.13.0.ebuild: Added gnome USE flag to IUSE. Closes bug #135982, by Jakub Moc <jakub at diff --git a/media-sound/gmpc/gmpc-0.12.0-r1.ebuild b/media-sound/gmpc/gmpc-0.12.0-r1.ebuild index 384a37162ff6..b26d58a4cbfb 100644 --- a/media-sound/gmpc/gmpc-0.12.0-r1.ebuild +++ b/media-sound/gmpc/gmpc-0.12.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.12.0-r1.ebuild,v 1.10 2006/03/27 06:43:05 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.12.0-r1.ebuild,v 1.11 2006/10/28 01:36:45 flameeyes Exp $ IUSE="gnome" @@ -12,11 +12,13 @@ KEYWORDS="amd64 ppc sparc x86" SLOT="0" LICENSE="GPL-2" -DEPEND=">=x11-libs/gtk+-2.4 +RDEPEND=">=x11-libs/gtk+-2.4 >=gnome-base/libglade-2.3 gnome? ( >=gnome-base/gnome-vfs-2.6 ) dev-perl/XML-Parser =media-libs/libmpd-0.01" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_compile() { econf $(use_enable gnome gnome-vfs) || die "configure failed" diff --git a/media-sound/gmpc/gmpc-0.13.0.ebuild b/media-sound/gmpc/gmpc-0.13.0.ebuild index 27163f9242e4..b9a17a022750 100644 --- a/media-sound/gmpc/gmpc-0.13.0.ebuild +++ b/media-sound/gmpc/gmpc-0.13.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.13.0.ebuild,v 1.2 2006/06/09 10:59:48 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.13.0.ebuild,v 1.3 2006/10/28 01:36:45 flameeyes Exp $ IUSE="gnome" @@ -12,11 +12,13 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" SLOT="0" LICENSE="GPL-2" -DEPEND=">=x11-libs/gtk+-2.4 +RDEPEND=">=x11-libs/gtk+-2.4 >=gnome-base/libglade-2.3 gnome? ( >=gnome-base/gnome-vfs-2.6 ) dev-perl/XML-Parser >=media-libs/libmpd-0.12.0" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_compile() { econf || die "configure failed" |