diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 08:02:45 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 08:02:45 +0000 |
commit | 42a2795d15fbab511db5ab74ea8e04437ca72d7b (patch) | |
tree | 9a4a0abc4f130b89b8a38a8c8b86be5907265fa8 /media-libs/lastfmlib | |
parent | New separate gnome font viewer package, formerly part of gnome-extra/gnome-ut... (diff) | |
download | gentoo-2-42a2795d15fbab511db5ab74ea8e04437ca72d7b.tar.gz gentoo-2-42a2795d15fbab511db5ab74ea8e04437ca72d7b.tar.bz2 gentoo-2-42a2795d15fbab511db5ab74ea8e04437ca72d7b.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'media-libs/lastfmlib')
-rw-r--r-- | media-libs/lastfmlib/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/lastfmlib/lastfmlib-0.4.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/lastfmlib/ChangeLog b/media-libs/lastfmlib/ChangeLog index 0e1cb31b01bf..fcaab12fd36f 100644 --- a/media-libs/lastfmlib/ChangeLog +++ b/media-libs/lastfmlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/lastfmlib -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v 1.12 2011/02/26 17:02:35 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v 1.13 2012/05/05 08:02:26 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> lastfmlib-0.4.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 26 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> lastfmlib-0.4.0.ebuild: diff --git a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild index 892fcba85808..1288d21d16cc 100644 --- a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild +++ b/media-libs/lastfmlib/lastfmlib-0.4.0.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-libs/lastfmlib/lastfmlib-0.4.0.ebuild,v 1.4 2011/02/26 17:02:35 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild,v 1.5 2012/05/05 08:02:26 jdhore Exp $ EAPI=2 @@ -15,7 +15,7 @@ IUSE="debug syslog" RDEPEND="net-misc/curl" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_configure() { econf \ |