summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2003-07-12 09:29:29 +0000
committerJoshua Kinard <kumba@gentoo.org>2003-07-12 09:29:29 +0000
commitcbb3a7b371ff8d01457389c129e864c356f37332 (patch)
tree82862d158e7bf5e6b20c28c8965107567ab7cd41 /eclass/gnuconfig.eclass
parentA highly useful collection of files from GNU to identify obscure systems (con... (diff)
downloadhistorical-cbb3a7b371ff8d01457389c129e864c356f37332.tar.gz
historical-cbb3a7b371ff8d01457389c129e864c356f37332.tar.bz2
historical-cbb3a7b371ff8d01457389c129e864c356f37332.zip
Updated gnuconfig.eclass to make use of the new sys-devel/gnuconfig package
Diffstat (limited to 'eclass/gnuconfig.eclass')
-rw-r--r--eclass/gnuconfig.eclass8
1 files changed, 5 insertions, 3 deletions
diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass
index d9ad3292bf69..e29502a97296 100644
--- a/eclass/gnuconfig.eclass
+++ b/eclass/gnuconfig.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/gnuconfig.eclass,v 1.10 2003/07/02 08:33:17 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.11 2003/07/12 09:29:29 kumba Exp $
#
# Author: Will Woods <wwoods@gentoo.org>
#
@@ -19,7 +19,8 @@
ECLASS=gnuconfig
INHERITED="$INHERITED $ECLASS"
-DEPEND="$DEPEND sys-devel/libtool"
+DEPEND="$DEPEND sys-devel/libtool
+ sys-devel/gnuconfig"
DESCRIPTION="Based on the ${ECLASS} eclass"
@@ -61,7 +62,8 @@ gnuconfig_do_update() {
# this searches the standard locations for the newest config.{sub|guess}, and
# returns the directory where they can be found.
gnuconfig_findnewest() {
- local locations="/usr/share/automake-1.6/config.sub \
+ local locations="/usr/share/gnuconfig/config.sub \
+ /usr/share/automake-1.6/config.sub \
/usr/share/automake-1.5/config.sub \
/usr/share/automake-1.4/config.sub \
/usr/share/libtool/config.sub"