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 | 4ad908f5867f6488f2f7287cc4e5c33d14f4256a (patch) | |
tree | 0a9f58a858f75f3405eac9877e223226185651d8 /app-pda/libsyncml | |
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/libsyncml')
-rw-r--r-- | app-pda/libsyncml/ChangeLog | 8 | ||||
-rw-r--r-- | app-pda/libsyncml/libsyncml-0.5.4.ebuild | 6 | ||||
-rw-r--r-- | app-pda/libsyncml/libsyncml-9999.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-pda/libsyncml/ChangeLog b/app-pda/libsyncml/ChangeLog index 2aadb6082775..dfea00ffcbf4 100644 --- a/app-pda/libsyncml/ChangeLog +++ b/app-pda/libsyncml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/libsyncml -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/ChangeLog,v 1.19 2010/01/15 00:38:27 eva Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/ChangeLog,v 1.20 2012/05/03 20:20:59 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> libsyncml-0.5.4.ebuild, + libsyncml-9999.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 15 Jan 2010; Gilles Dartiguelongue <eva@gentoo.org> libsyncml-0.5.4.ebuild: diff --git a/app-pda/libsyncml/libsyncml-0.5.4.ebuild b/app-pda/libsyncml/libsyncml-0.5.4.ebuild index acdec14dfbe0..85b1f36cdbdd 100644 --- a/app-pda/libsyncml/libsyncml-0.5.4.ebuild +++ b/app-pda/libsyncml/libsyncml-0.5.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 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/libsyncml/libsyncml-0.5.4.ebuild,v 1.2 2010/01/15 00:38:27 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-0.5.4.ebuild,v 1.3 2012/05/03 20:20:59 jdhore Exp $ EAPI="2" @@ -26,7 +26,7 @@ RDEPEND=">=dev-libs/glib-2.12 net-wireless/bluez >=dev-libs/openobex-1.1[bluetooth] )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig doc? ( app-doc/doxygen ) test? ( >=dev-libs/check-0.9.7 )" diff --git a/app-pda/libsyncml/libsyncml-9999.ebuild b/app-pda/libsyncml/libsyncml-9999.ebuild index 9fcbb934a7bd..a83bd4b3ee47 100644 --- a/app-pda/libsyncml/libsyncml-9999.ebuild +++ b/app-pda/libsyncml/libsyncml-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 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/libsyncml/libsyncml-9999.ebuild,v 1.6 2009/11/15 21:14:28 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-9999.ebuild,v 1.7 2012/05/03 20:20:59 jdhore Exp $ EAPI="2" @@ -28,7 +28,7 @@ RDEPEND=">=dev-libs/glib-2.12 net-wireless/bluez >=dev-libs/openobex-1.1[bluetooth] )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig doc? ( app-doc/doxygen ) test? ( >=dev-libs/check-0.9.7 )" |