diff options
author | 2012-05-04 18:35:57 +0000 | |
---|---|---|
committer | 2012-05-04 18:35:57 +0000 | |
commit | eeff4982b2a7794d566a0b782448402ac6495c5e (patch) | |
tree | 76d138247a574ef6ae036238f0858795dcf43cdd /dev-libs/libxr | |
parent | 0.8.50 version bump. (diff) | |
download | historical-eeff4982b2a7794d566a0b782448402ac6495c5e.tar.gz historical-eeff4982b2a7794d566a0b782448402ac6495c5e.tar.bz2 historical-eeff4982b2a7794d566a0b782448402ac6495c5e.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'dev-libs/libxr')
-rw-r--r-- | dev-libs/libxr/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libxr/libxr-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/libxr/ChangeLog b/dev-libs/libxr/ChangeLog index 7ca52e0b7b86..7b0c0ca87666 100644 --- a/dev-libs/libxr/ChangeLog +++ b/dev-libs/libxr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libxr -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxr/ChangeLog,v 1.6 2010/01/04 22:26:12 flameeyes Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxr/ChangeLog,v 1.7 2012/05/04 18:35:46 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> libxr-1.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *libxr-1.0 (04 Jan 2010) diff --git a/dev-libs/libxr/libxr-1.0.ebuild b/dev-libs/libxr/libxr-1.0.ebuild index df7d73c20c2d..f8174b9e5267 100644 --- a/dev-libs/libxr/libxr-1.0.ebuild +++ b/dev-libs/libxr/libxr-1.0.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/dev-libs/libxr/libxr-1.0.ebuild,v 1.1 2010/01/04 22:26:12 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxr/libxr-1.0.ebuild,v 1.2 2012/05/04 18:35:46 jdhore Exp $ DESCRIPTION="Cross-platform XML-RPC client/server library written in C" HOMEPAGE="http://oss.zonio.net/libxr.htm" @@ -17,7 +17,7 @@ RDEPEND=">=dev-libs/glib-2.12 dev-libs/openssl" # json? ( >=dev-libs/json-c-0.3 )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig dev-util/re2c" src_compile() { |