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
commit5c65944121d4540314919b4c90f45fdd126f267c (patch)
tree80b7f98ad634924406a306c6372ad362a751c535 /eclass
parentRemove cis USE flag + DEPEND. (diff)
downloadgentoo-2-5c65944121d4540314919b4c90f45fdd126f267c.tar.gz
gentoo-2-5c65944121d4540314919b4c90f45fdd126f267c.tar.bz2
gentoo-2-5c65944121d4540314919b4c90f45fdd126f267c.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:
#