From 808c2c406fb31808980c7bea32138bfddcef90c5 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Sat, 28 Oct 2006 01:36:45 +0000 Subject: Add missing pkgconfig dependency, thanks to Patrick Lauer in bug #153093. (Portage version: 2.1.2_pre3-r9) --- media-sound/gmpc/ChangeLog | 6 +++++- media-sound/gmpc/gmpc-0.12.0-r1.ebuild | 6 ++++-- 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ò 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 gmpc-0.13.0.ebuild: Added gnome USE flag to IUSE. Closes bug #135982, by Jakub Moc =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" -- cgit v1.2.3-65-gdbad