summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-01-17 16:25:00 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-01-17 16:25:00 +0000
commitf4bccf8af0c73efe7c461db14af56ce380f52c2e (patch)
treed4c487a8e2983ef34be121577e8bde0d2d2b057d /media-plugins/gmpc-autoplaylist
parentStop pre-stripping main binary. Respect CC and LDFLAGS. Keyword ~amd64. Chang... (diff)
downloadhistorical-f4bccf8af0c73efe7c461db14af56ce380f52c2e.tar.gz
historical-f4bccf8af0c73efe7c461db14af56ce380f52c2e.tar.bz2
historical-f4bccf8af0c73efe7c461db14af56ce380f52c2e.zip
Add missing pkg-config dependency. Thanks Patrick in bug #205747.
Package-Manager: portage-2.1.4
Diffstat (limited to 'media-plugins/gmpc-autoplaylist')
-rw-r--r--media-plugins/gmpc-autoplaylist/ChangeLog8
-rw-r--r--media-plugins/gmpc-autoplaylist/gmpc-autoplaylist-0.15.0.ebuild8
2 files changed, 11 insertions, 5 deletions
diff --git a/media-plugins/gmpc-autoplaylist/ChangeLog b/media-plugins/gmpc-autoplaylist/ChangeLog
index 9aa7b2a6b3bd..c3b3019ae958 100644
--- a/media-plugins/gmpc-autoplaylist/ChangeLog
+++ b/media-plugins/gmpc-autoplaylist/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/gmpc-autoplaylist
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-autoplaylist/ChangeLog,v 1.6 2007/08/07 15:54:18 gustavoz Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-autoplaylist/ChangeLog,v 1.7 2008/01/17 16:19:57 flameeyes Exp $
+
+ 17 Jan 2008; Diego Pettenò <flameeyes@gentoo.org>
+ gmpc-autoplaylist-0.15.0.ebuild:
+ Add missing pkg-config dependency. Thanks Patrick in bug #205747.
07 Aug 2007; Gustavo Zacarias <gustavoz@gentoo.org>
gmpc-autoplaylist-0.15.0.ebuild:
diff --git a/media-plugins/gmpc-autoplaylist/gmpc-autoplaylist-0.15.0.ebuild b/media-plugins/gmpc-autoplaylist/gmpc-autoplaylist-0.15.0.ebuild
index 5e435d652746..8f1cc3159d3a 100644
--- a/media-plugins/gmpc-autoplaylist/gmpc-autoplaylist-0.15.0.ebuild
+++ b/media-plugins/gmpc-autoplaylist/gmpc-autoplaylist-0.15.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-plugins/gmpc-autoplaylist/gmpc-autoplaylist-0.15.0.ebuild,v 1.5 2007/08/07 15:54:18 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-autoplaylist/gmpc-autoplaylist-0.15.0.ebuild,v 1.6 2008/01/17 16:19:57 flameeyes Exp $
DESCRIPTION="The plugin allows you to generate a playlist based on a set of rules"
HOMEPAGE="http://sarine.nl/gmpc-plugins-autoplaylist"
@@ -11,8 +11,10 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc sparc ~x86"
IUSE=""
-DEPEND=">=media-sound/gmpc-${PV}
+RDEPEND=">=media-sound/gmpc-${PV}
dev-libs/libxml2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_compile ()
{