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/telepathy-glib/telepathy-glib-0.17.7.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/telepathy-glib/telepathy-glib-0.17.7.ebuild')
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.17.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/telepathy-glib/telepathy-glib-0.17.7.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.17.7.ebuild index a2d8c62a1be1..bfc2a4a4245c 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.17.7.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.17.7.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/telepathy-glib/telepathy-glib-0.17.7.ebuild,v 1.2 2012/04/14 21:57:04 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.17.7.ebuild,v 1.3 2012/05/05 02:54:30 jdhore Exp $ EAPI="4" PYTHON_DEPEND="2:2.5" @@ -24,7 +24,7 @@ RDEPEND=">=dev-libs/glib-2.30.0:2 >=dev-libs/gobject-introspection-1.30 )" DEPEND="${RDEPEND} dev-libs/libxslt - >=dev-util/pkgconfig-0.21" + virtual/pkgconfig" src_prepare() { python_convert_shebangs -r 2 examples tests tools |