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/gnome-pilot-conduits | |
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/gnome-pilot-conduits')
-rw-r--r-- | app-pda/gnome-pilot-conduits/ChangeLog | 8 | ||||
-rw-r--r-- | app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.32.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-pda/gnome-pilot-conduits/ChangeLog b/app-pda/gnome-pilot-conduits/ChangeLog index 33cb745627f6..051ff00e425d 100644 --- a/app-pda/gnome-pilot-conduits/ChangeLog +++ b/app-pda/gnome-pilot-conduits/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/gnome-pilot-conduits -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v 1.42 2011/03/31 03:59:45 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v 1.43 2012/05/03 20:20:59 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> + gnome-pilot-conduits-2.32.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 31 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> gnome-pilot-conduits-2.32.1.ebuild: diff --git a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.32.1.ebuild b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.32.1.ebuild index 0ecb15409a00..1c79ee7548e8 100644 --- a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.32.1.ebuild +++ b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.32.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/gnome-pilot-conduits/gnome-pilot-conduits-2.32.1.ebuild,v 1.5 2011/03/31 03:59:45 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.32.1.ebuild,v 1.6 2012/05/03 20:20:59 jdhore Exp $ EAPI="3" GCONF_DEBUG="no" @@ -22,7 +22,7 @@ RDEPEND=" DEPEND="${RDEPEND} sys-devel/gettext >=dev-util/intltool-0.35 - dev-util/pkgconfig" + virtual/pkgconfig" pkg_setup() { DOCS="AUTHORS ChangeLog NEWS README" |