summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul de Vrieze <pauldv@gentoo.org>2003-07-29 10:39:02 +0000
committerPaul de Vrieze <pauldv@gentoo.org>2003-07-29 10:39:02 +0000
commitb134eb5899d94ab676064c4ac9dcbd7f2fed7170 (patch)
treed78ed3404d45cc5bc0e6863fb8ff4b81830eec0a /eclass/kde.eclass
parentPut emake back (diff)
downloadgentoo-2-b134eb5899d94ab676064c4ac9dcbd7f2fed7170.tar.gz
gentoo-2-b134eb5899d94ab676064c4ac9dcbd7f2fed7170.tar.bz2
gentoo-2-b134eb5899d94ab676064c4ac9dcbd7f2fed7170.zip
autotools fixes, and added a function to make them be detected in a way that we can work with
Diffstat (limited to 'eclass/kde.eclass')
-rw-r--r--eclass/kde.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass
index 3bc05bf2e4b4..f6e960903492 100644
--- a/eclass/kde.eclass
+++ b/eclass/kde.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.79 2003/07/17 16:42:59 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.80 2003/07/29 10:39:02 pauldv Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
#
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.kde.org/"
# deps on the build tools
if [ -n "$KDEBASE" -a -n "`use ppc`" -a "${PV//3.1}" != "$PV" ]; then
- DEPEND="$DEPEND >=sys-devel/automake-1.6.3"
+ DEPEND="$DEPEND >=sys-devel/automake-1.7.0"
else
DEPEND="$DEPEND sys-devel/automake"
fi