diff options
author | 2012-05-03 20:21:00 +0000 | |
---|---|---|
committer | 2012-05-03 20:21:00 +0000 | |
commit | 4ad908f5867f6488f2f7287cc4e5c33d14f4256a (patch) | |
tree | 0a9f58a858f75f3405eac9877e223226185651d8 /app-pda/fusepod | |
parent | Fix compilation on OSX Leopard (diff) | |
download | historical-4ad908f5867f6488f2f7287cc4e5c33d14f4256a.tar.gz historical-4ad908f5867f6488f2f7287cc4e5c33d14f4256a.tar.bz2 historical-4ad908f5867f6488f2f7287cc4e5c33d14f4256a.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'app-pda/fusepod')
-rw-r--r-- | app-pda/fusepod/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/fusepod/fusepod-0.5.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-pda/fusepod/ChangeLog b/app-pda/fusepod/ChangeLog index 2cb30d0eef21..87ba25849d68 100644 --- a/app-pda/fusepod/ChangeLog +++ b/app-pda/fusepod/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/fusepod -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/fusepod/ChangeLog,v 1.1 2011/03/30 15:42:33 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/fusepod/ChangeLog,v 1.2 2012/05/03 20:20:58 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> fusepod-0.5.2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *fusepod-0.5.2 (30 Mar 2011) diff --git a/app-pda/fusepod/fusepod-0.5.2.ebuild b/app-pda/fusepod/fusepod-0.5.2.ebuild index 450d6050f240..36234c8f2e93 100644 --- a/app-pda/fusepod/fusepod-0.5.2.ebuild +++ b/app-pda/fusepod/fusepod-0.5.2.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/app-pda/fusepod/fusepod-0.5.2.ebuild,v 1.1 2011/03/30 15:42:33 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/fusepod/fusepod-0.5.2.ebuild,v 1.2 2012/05/03 20:20:58 jdhore Exp $ EAPI=4 inherit eutils @@ -18,7 +18,7 @@ RDEPEND="media-libs/libgpod media-libs/taglib sys-fs/fuse" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" DOCS="AUTHORS NEWS README README.fuse THANKS TODO" |