summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2014-10-30 21:29:57 +0000
committerChristian Ruppert <idl0r@gentoo.org>2014-10-30 21:29:57 +0000
commit112e6d83249df3a86939d47fef3683e797a68056 (patch)
treecfec6753d878cb9970cbcfe20f37ee997e572809 /sys-process/htop
parentAdd fix from upstream for building w/nmea driver disabled #493022 by n1ghtmare. (diff)
downloadgentoo-2-112e6d83249df3a86939d47fef3683e797a68056.tar.gz
gentoo-2-112e6d83249df3a86939d47fef3683e797a68056.tar.bz2
gentoo-2-112e6d83249df3a86939d47fef3683e797a68056.zip
Add missing virtual/pkgconfig dep
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)
Diffstat (limited to 'sys-process/htop')
-rw-r--r--sys-process/htop/ChangeLog5
-rw-r--r--sys-process/htop/htop-1.0.3.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog
index 6a1b5859e808..b4c6ceddd395 100644
--- a/sys-process/htop/ChangeLog
+++ b/sys-process/htop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/htop
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.146 2014/10/30 10:02:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.147 2014/10/30 21:29:57 idl0r Exp $
+
+ 30 Oct 2014; Christian Ruppert <idl0r@gentoo.org> htop-1.0.3.ebuild:
+ Add missing virtual/pkgconfig dep
30 Oct 2014; Agostino Sarubbo <ago@gentoo.org> htop-1.0.3.ebuild:
Stable for x86, wrt bug #525450
diff --git a/sys-process/htop/htop-1.0.3.ebuild b/sys-process/htop/htop-1.0.3.ebuild
index 678acd7f3eb0..bb73bb4fb43a 100644
--- a/sys-process/htop/htop-1.0.3.ebuild
+++ b/sys-process/htop/htop-1.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.3.ebuild,v 1.6 2014/10/30 10:02:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.3.ebuild,v 1.7 2014/10/30 21:29:57 idl0r Exp $
EAPI=5
@@ -20,7 +20,8 @@ KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-linu
IUSE="kernel_FreeBSD kernel_linux oom openvz unicode vserver"
RDEPEND="sys-libs/ncurses[unicode?]"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
DOCS=( ChangeLog README )