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/jpilot-plucker | |
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/jpilot-plucker')
-rw-r--r-- | app-pda/jpilot-plucker/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/jpilot-plucker/jpilot-plucker-0.02.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-pda/jpilot-plucker/ChangeLog b/app-pda/jpilot-plucker/ChangeLog index c2ca602da41b..066046261ea4 100644 --- a/app-pda/jpilot-plucker/ChangeLog +++ b/app-pda/jpilot-plucker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/jpilot-plucker -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-plucker/ChangeLog,v 1.13 2011/03/24 07:23:00 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-plucker/ChangeLog,v 1.14 2012/05/03 20:21:00 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> jpilot-plucker-0.02.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 24 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> jpilot-plucker-0.02.ebuild: diff --git a/app-pda/jpilot-plucker/jpilot-plucker-0.02.ebuild b/app-pda/jpilot-plucker/jpilot-plucker-0.02.ebuild index 7a042e4e2e33..2b14c253cda9 100644 --- a/app-pda/jpilot-plucker/jpilot-plucker-0.02.ebuild +++ b/app-pda/jpilot-plucker/jpilot-plucker-0.02.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/jpilot-plucker/jpilot-plucker-0.02.ebuild,v 1.4 2011/03/24 07:23:00 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-plucker/jpilot-plucker-0.02.ebuild,v 1.5 2012/05/03 20:21:00 jdhore Exp $ EAPI=2 inherit multilib @@ -18,7 +18,7 @@ RDEPEND=">=x11-libs/gtk+-2.18.9:2 >=app-pda/pilot-link-0.12.3 >=app-pda/jpilot-0.99.7-r1" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_configure() { econf \ |