summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process/latencytop')
-rw-r--r--sys-process/latencytop/ChangeLog6
-rw-r--r--sys-process/latencytop/latencytop-0.4.ebuild6
-rw-r--r--sys-process/latencytop/latencytop-0.5.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/sys-process/latencytop/ChangeLog b/sys-process/latencytop/ChangeLog
index 63f9a5678a6d..f10eeaa032a8 100644
--- a/sys-process/latencytop/ChangeLog
+++ b/sys-process/latencytop/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-process/latencytop
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/latencytop/ChangeLog,v 1.9 2012/04/04 21:01:12 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/latencytop/ChangeLog,v 1.10 2012/05/03 04:54:03 jdhore Exp $
+
+ 03 May 2012; Jeff Horelick <jdhore@gentoo.org> latencytop-0.4.ebuild,
+ latencytop-0.5.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
04 Apr 2012; Jeff Horelick <jdhore@gentoo.org> latencytop-0.5.ebuild:
marked x86 per bug 409407
diff --git a/sys-process/latencytop/latencytop-0.4.ebuild b/sys-process/latencytop/latencytop-0.4.ebuild
index 9103b3a28c04..80fb737caba0 100644
--- a/sys-process/latencytop/latencytop-0.4.ebuild
+++ b/sys-process/latencytop/latencytop-0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.4.ebuild,v 1.3 2008/05/12 20:09:40 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/latencytop/latencytop-0.4.ebuild,v 1.4 2012/05/03 04:54:03 jdhore Exp $
inherit toolchain-funcs
@@ -16,7 +16,7 @@ IUSE="unicode"
RDEPEND="=dev-libs/glib-2*
sys-libs/ncurses"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_unpack() {
unpack ${A}
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}