diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 02:54:31 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 02:54:31 +0000 |
commit | 05c76eb03275533b6fb7113a64c0c8f60b5a6b58 (patch) | |
tree | 7c136b2cb0bb932b102b2522bd5ecbbfca109a8a /net-libs/rest | |
parent | Security bump bug #414603 (diff) | |
download | historical-05c76eb03275533b6fb7113a64c0c8f60b5a6b58.tar.gz historical-05c76eb03275533b6fb7113a64c0c8f60b5a6b58.tar.bz2 historical-05c76eb03275533b6fb7113a64c0c8f60b5a6b58.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'net-libs/rest')
-rw-r--r-- | net-libs/rest/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/rest/rest-0.7.11.ebuild | 6 | ||||
-rw-r--r-- | net-libs/rest/rest-0.7.12.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-libs/rest/ChangeLog b/net-libs/rest/ChangeLog index 54aac2b99184..401ed92e42a2 100644 --- a/net-libs/rest/ChangeLog +++ b/net-libs/rest/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/rest # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/ChangeLog,v 1.6 2012/01/14 17:43:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/ChangeLog,v 1.7 2012/05/05 02:54:25 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> rest-0.7.11.ebuild, + rest-0.7.12.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 14 Jan 2012; Markus Meier <maekke@gentoo.org> rest-0.7.12.ebuild: x86 stable, bug #393007 diff --git a/net-libs/rest/rest-0.7.11.ebuild b/net-libs/rest/rest-0.7.11.ebuild index 04e081d9d0c5..3d9d6e0766da 100644 --- a/net-libs/rest/rest-0.7.11.ebuild +++ b/net-libs/rest/rest-0.7.11.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/net-libs/rest/rest-0.7.11.ebuild,v 1.1 2011/11/01 11:36:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/rest-0.7.11.ebuild,v 1.2 2012/05/05 02:54:25 jdhore Exp $ EAPI="4" GCONF_DEBUG="no" @@ -25,7 +25,7 @@ RDEPEND=">=dev-libs/glib-2.22:2 DEPEND="${RDEPEND} >=dev-util/intltool-0.40 - dev-util/pkgconfig + virtual/pkgconfig doc? ( >=dev-util/gtk-doc-1.13 ) test? ( sys-apps/dbus )" diff --git a/net-libs/rest/rest-0.7.12.ebuild b/net-libs/rest/rest-0.7.12.ebuild index 049d6d66683b..75e694e45400 100644 --- a/net-libs/rest/rest-0.7.12.ebuild +++ b/net-libs/rest/rest-0.7.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/rest-0.7.12.ebuild,v 1.3 2012/01/14 17:43:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/rest-0.7.12.ebuild,v 1.4 2012/05/05 02:54:25 jdhore Exp $ EAPI="4" GCONF_DEBUG="no" @@ -26,7 +26,7 @@ RDEPEND="app-misc/ca-certificates DEPEND="${RDEPEND} >=dev-util/intltool-0.40 - dev-util/pkgconfig + virtual/pkgconfig doc? ( >=dev-util/gtk-doc-1.13 ) test? ( sys-apps/dbus )" |