diff options
author | 2012-05-04 06:33:35 +0000 | |
---|---|---|
committer | 2012-05-04 06:33:35 +0000 | |
commit | 67d49157b52a5987e14b9cc825be1abd0cb60a77 (patch) | |
tree | 119055e5b8994f56d61006ae6088d95f0a660ce4 /net-p2p/dctc | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-67d49157b52a5987e14b9cc825be1abd0cb60a77.tar.gz gentoo-2-67d49157b52a5987e14b9cc825be1abd0cb60a77.tar.bz2 gentoo-2-67d49157b52a5987e14b9cc825be1abd0cb60a77.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'net-p2p/dctc')
-rw-r--r-- | net-p2p/dctc/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/dctc/dctc-0.85.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-p2p/dctc/ChangeLog b/net-p2p/dctc/ChangeLog index bfc8e4ac1b1e..422abebeb4d9 100644 --- a/net-p2p/dctc/ChangeLog +++ b/net-p2p/dctc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/dctc -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/ChangeLog,v 1.36 2010/07/14 11:16:34 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/ChangeLog,v 1.37 2012/05/04 06:33:35 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> dctc-0.85.9.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 14 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> dctc-0.85.9.ebuild, +files/dctc-0.85.9-skip_db_ver_check.patch: diff --git a/net-p2p/dctc/dctc-0.85.9.ebuild b/net-p2p/dctc/dctc-0.85.9.ebuild index bd1eb918ba18..4edee33c3798 100644 --- a/net-p2p/dctc/dctc-0.85.9.ebuild +++ b/net-p2p/dctc/dctc-0.85.9.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/net-p2p/dctc/dctc-0.85.9.ebuild,v 1.19 2010/07/14 11:16:34 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/dctc-0.85.9.ebuild,v 1.20 2012/05/04 06:33:35 jdhore Exp $ inherit autotools eutils @@ -17,7 +17,7 @@ RDEPEND="=dev-libs/glib-2* >=sys-libs/db-3 dev-libs/libxml2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_unpack() { unpack ${A} |