diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 20:21:00 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 20:21:00 +0000 |
commit | 5fb1c63f255b0610ba1dad59128aa7835eb253dd (patch) | |
tree | 6dad56042376165f7eab397ff334f3d89ca3baca /app-pda/ifuse | |
parent | Fix compilation on OSX Leopard (diff) | |
download | gentoo-2-5fb1c63f255b0610ba1dad59128aa7835eb253dd.tar.gz gentoo-2-5fb1c63f255b0610ba1dad59128aa7835eb253dd.tar.bz2 gentoo-2-5fb1c63f255b0610ba1dad59128aa7835eb253dd.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'app-pda/ifuse')
-rw-r--r-- | app-pda/ifuse/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/ifuse/ifuse-1.1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-pda/ifuse/ChangeLog b/app-pda/ifuse/ChangeLog index ebc26aefa580..0523e628e263 100644 --- a/app-pda/ifuse/ChangeLog +++ b/app-pda/ifuse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/ifuse -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v 1.6 2011/03/29 02:45:54 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v 1.7 2012/05/03 20:21:00 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> ifuse-1.1.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *ifuse-1.1.1 (29 Mar 2011) diff --git a/app-pda/ifuse/ifuse-1.1.1.ebuild b/app-pda/ifuse/ifuse-1.1.1.ebuild index 69e567078256..8bba2523a20a 100644 --- a/app-pda/ifuse/ifuse-1.1.1.ebuild +++ b/app-pda/ifuse/ifuse-1.1.1.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/ifuse/ifuse-1.1.1.ebuild,v 1.1 2011/03/29 02:45:54 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ifuse-1.1.1.ebuild,v 1.2 2012/05/03 20:21:00 jdhore Exp $ EAPI=4 inherit autotools eutils @@ -18,7 +18,7 @@ RDEPEND=">=app-pda/libimobiledevice-1.0.0 >=dev-libs/glib-2.14.1 >=sys-fs/fuse-2.7.0" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${PN}-1.0.0-asneeded.patch |