diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 04:54:03 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 04:54:03 +0000 |
commit | 9918f2957d9c1889828171d9ec3ea2322cf1587d (patch) | |
tree | eed436f2a335b97945eeebbd238b7cbe19fe75a5 /sys-process/latencytop/latencytop-0.5.ebuild | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-9918f2957d9c1889828171d9ec3ea2322cf1587d.tar.gz gentoo-2-9918f2957d9c1889828171d9ec3ea2322cf1587d.tar.bz2 gentoo-2-9918f2957d9c1889828171d9ec3ea2322cf1587d.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'sys-process/latencytop/latencytop-0.5.ebuild')
-rw-r--r-- | sys-process/latencytop/latencytop-0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/latencytop/latencytop-0.5.ebuild b/sys-process/latencytop/latencytop-0.5.ebuild index d1dc20700682..b6e7adb39ad8 100644 --- a/sys-process/latencytop/latencytop-0.5.ebuild +++ b/sys-process/latencytop/latencytop-0.5.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/sys-process/latencytop/latencytop-0.5.ebuild,v 1.4 2012/04/04 21:01:12 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/latencytop/latencytop-0.5.ebuild,v 1.5 2012/05/03 04:54:03 jdhore Exp $ inherit eutils toolchain-funcs @@ -17,7 +17,7 @@ RDEPEND="=dev-libs/glib-2* gtk? ( =x11-libs/gtk+-2* ) sys-libs/ncurses" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_unpack() { unpack ${A} |