diff options
author | 2012-05-05 08:56:07 +0000 | |
---|---|---|
committer | 2012-05-05 08:56:07 +0000 | |
commit | 3ce8ed6ed02cf2981ee1c00575c2063a63c5697c (patch) | |
tree | ab886dec7b4086b5afee91418497e5dff5321b91 /media-sound/mpdscribble | |
parent | Manifest, network crashed. (diff) | |
download | historical-3ce8ed6ed02cf2981ee1c00575c2063a63c5697c.tar.gz historical-3ce8ed6ed02cf2981ee1c00575c2063a63c5697c.tar.bz2 historical-3ce8ed6ed02cf2981ee1c00575c2063a63c5697c.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101_p8/cvs/Linux x86_64
Diffstat (limited to 'media-sound/mpdscribble')
-rw-r--r-- | media-sound/mpdscribble/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/mpdscribble/mpdscribble-0.22.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/mpdscribble/ChangeLog b/media-sound/mpdscribble/ChangeLog index f70435dcf951..2a24624d9697 100644 --- a/media-sound/mpdscribble/ChangeLog +++ b/media-sound/mpdscribble/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mpdscribble -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v 1.49 2011/07/23 12:02:46 angelos Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v 1.50 2012/05/05 08:38:38 mgorny Exp $ + + 05 May 2012; Michał Górny <mgorny@gentoo.org> mpdscribble-0.22.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 23 Jul 2011; Christoph Mende <angelos@gentoo.org> -files/mpdscribble-0.18-ldadd_gthread.patch, -mpdscribble-0.21.ebuild: diff --git a/media-sound/mpdscribble/mpdscribble-0.22.ebuild b/media-sound/mpdscribble/mpdscribble-0.22.ebuild index 21dd78672e65..0fc89162e2fb 100644 --- a/media-sound/mpdscribble/mpdscribble-0.22.ebuild +++ b/media-sound/mpdscribble/mpdscribble-0.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.22.ebuild,v 1.3 2011/07/23 11:30:41 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.22.ebuild,v 1.4 2012/05/05 08:38:38 mgorny Exp $ EAPI=4 inherit eutils @@ -19,7 +19,7 @@ RDEPEND=">=dev-libs/glib-2.16:2 curl? ( net-misc/curl ) !curl? ( net-libs/libsoup:2.4 )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_configure() { local myclient=soup |