summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-01-12 13:13:56 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-01-12 13:13:56 +0000
commit58685a70b202dab19c9e7297e9b99d62f8256ebc (patch)
treec5712f81e0f5c22bf80c201e97bb9841d11abc42 /eclass
parentRemove cis USE flag + DEPEND. (diff)
downloadhistorical-58685a70b202dab19c9e7297e9b99d62f8256ebc.tar.gz
historical-58685a70b202dab19c9e7297e9b99d62f8256ebc.tar.bz2
historical-58685a70b202dab19c9e7297e9b99d62f8256ebc.zip
Add build-time depend on automake autoconf and libtool. If someone wants to precise which version, it can be done in ebuild.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/autotools.eclass10
1 files changed, 4 insertions, 6 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index b434eeba3d23..3f683d4333fe 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.27 2005/12/09 10:42:09 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.28 2006/01/12 13:13:56 flameeyes Exp $
#
# Author: Diego Pettenò <flameeyes@gentoo.org>
# Enhancements: Martin Schlemmer <azarah@gentoo.org>
@@ -12,11 +12,9 @@
inherit eutils gnuconfig
-#DEPEND="sys-devel/automake
-# sys-devel/autoconf
-# sys-devel/libtool"
-#
-# Ebuilds should rather depend on the proper version of the tool.
+DEPEND="sys-devel/automake
+ sys-devel/autoconf
+ sys-devel/libtool"
# Variables:
#