diff options
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 \ |