diff options
author | 2012-05-04 07:20:31 +0000 | |
---|---|---|
committer | 2012-05-04 07:20:31 +0000 | |
commit | 07709215f67a5036abb43f2425e5be7bb3bb2032 (patch) | |
tree | 8dde2bdcdcd39083f02fec0a6caf692584a13d5d /sys-cluster/csync2 | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | historical-07709215f67a5036abb43f2425e5be7bb3bb2032.tar.gz historical-07709215f67a5036abb43f2425e5be7bb3bb2032.tar.bz2 historical-07709215f67a5036abb43f2425e5be7bb3bb2032.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'sys-cluster/csync2')
-rw-r--r-- | sys-cluster/csync2/ChangeLog | 7 | ||||
-rw-r--r-- | sys-cluster/csync2/csync2-1.34-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-cluster/csync2/ChangeLog b/sys-cluster/csync2/ChangeLog index 6c34f1c1996b..58c3b1d3372b 100644 --- a/sys-cluster/csync2/ChangeLog +++ b/sys-cluster/csync2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/csync2 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/ChangeLog,v 1.34 2010/11/08 09:03:50 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/ChangeLog,v 1.35 2012/05/04 07:20:30 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> csync2-1.34-r2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 08 Nov 2010; Kacper Kowalik <xarthisius@gentoo.org> -csync2-1.34.ebuild, -csync2-1.34-r1.ebuild: diff --git a/sys-cluster/csync2/csync2-1.34-r2.ebuild b/sys-cluster/csync2/csync2-1.34-r2.ebuild index dd2236bc0137..2608ec95826b 100644 --- a/sys-cluster/csync2/csync2-1.34-r2.ebuild +++ b/sys-cluster/csync2/csync2-1.34-r2.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/sys-cluster/csync2/csync2-1.34-r2.ebuild,v 1.3 2010/11/08 08:03:44 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.34-r2.ebuild,v 1.4 2012/05/04 07:20:30 jdhore Exp $ EAPI=2 @@ -20,7 +20,7 @@ RDEPEND=">=net-libs/librsync-0.9.5 ssl? ( >=net-libs/gnutls-2.7.3 ) xinetd? ( sys-apps/xinetd )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" SLOT="0" |