summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2012-07-12 18:14:57 +0000
committerChristian Ruppert <idl0r@gentoo.org>2012-07-12 18:14:57 +0000
commit4cdbea17ae42651cd0729ff118429ccb8d1982df (patch)
treeadb0174ee11b70a2f15a2634bac479954ef8d2d2 /sys-process
parentMarking xterm-279 ppc for bug 419473 (diff)
downloadgentoo-2-4cdbea17ae42651cd0729ff118429ccb8d1982df.tar.gz
gentoo-2-4cdbea17ae42651cd0729ff118429ccb8d1982df.tar.bz2
gentoo-2-4cdbea17ae42651cd0729ff118429ccb8d1982df.zip
Inherit autotools eclass for the auto* dependencies
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/htop/ChangeLog5
-rw-r--r--sys-process/htop/htop-1.0.1.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog
index f7f190bcd0fd..c84d54691156 100644
--- a/sys-process/htop/ChangeLog
+++ b/sys-process/htop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/htop
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.118 2012/05/18 02:32:29 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.119 2012/07/12 18:14:57 idl0r Exp $
+
+ 12 Jul 2012; Christian Ruppert <idl0r@gentoo.org> htop-1.0.1.ebuild:
+ Inherit autotools eclass for the auto* dependencies
18 May 2012; <richard@gentoo.org> htop-1.0.1.ebuild:
keyword ~amd64-fbsd
diff --git a/sys-process/htop/htop-1.0.1.ebuild b/sys-process/htop/htop-1.0.1.ebuild
index 3f5923beed09..6573d32fbb95 100644
--- a/sys-process/htop/htop-1.0.1.ebuild
+++ b/sys-process/htop/htop-1.0.1.ebuild
@@ -1,9 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.1.ebuild,v 1.10 2012/05/18 02:32:29 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.1.ebuild,v 1.11 2012/07/12 18:14:57 idl0r Exp $
EAPI=4
+# autotools for auto* dependencies
+inherit autotools
+
DESCRIPTION="interactive process viewer"
HOMEPAGE="http://htop.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"