diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-01-17 16:19:57 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-01-17 16:19:57 +0000 |
commit | dff7154facdcf46e247669bc79362015ca0a40c2 (patch) | |
tree | d3f3cca7ab683cac1786b0c32af94b4003ebd5eb /media-plugins | |
parent | Stop pre-stripping main binary. Respect CC and LDFLAGS. Keyword ~amd64. Chang... (diff) | |
download | gentoo-2-dff7154facdcf46e247669bc79362015ca0a40c2.tar.gz gentoo-2-dff7154facdcf46e247669bc79362015ca0a40c2.tar.bz2 gentoo-2-dff7154facdcf46e247669bc79362015ca0a40c2.zip |
Add missing pkg-config dependency. Thanks Patrick in bug #205747.
(Portage version: 2.1.4)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/gmpc-autoplaylist/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/gmpc-autoplaylist/gmpc-autoplaylist-0.15.0.ebuild | 8 |
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 () { |