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/libtorrent/libtorrent-0.13.1.ebuild | |
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/libtorrent/libtorrent-0.13.1.ebuild')
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.13.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libtorrent/libtorrent-0.13.1.ebuild b/net-libs/libtorrent/libtorrent-0.13.1.ebuild index 819a36605ba2..118d290ac5dc 100644 --- a/net-libs/libtorrent/libtorrent-0.13.1.ebuild +++ b/net-libs/libtorrent/libtorrent-0.13.1.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/libtorrent/libtorrent-0.13.1.ebuild,v 1.1 2012/04/08 18:17:44 sochotnicky Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.13.1.ebuild,v 1.2 2012/05/05 02:54:28 jdhore Exp $ EAPI=4 inherit eutils libtool toolchain-funcs @@ -17,7 +17,7 @@ IUSE="debug ipv6 ssl" RDEPEND=">=dev-libs/libsigc++-2.2.2:2 ssl? ( dev-libs/openssl )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { # epatch "${FILESDIR}"/download_constructor.diff |