diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-01-27 14:41:34 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-01-27 14:41:34 +0000 |
commit | 809c7857e4ee0e351a50c258d8f2276bd9ce5746 (patch) | |
tree | 6c7770cfcc65ff87156da52fedc24f1a7f64cc76 /sys-devel/automake | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-809c7857e4ee0e351a50c258d8f2276bd9ce5746.tar.gz gentoo-2-809c7857e4ee0e351a50c258d8f2276bd9ce5746.tar.bz2 gentoo-2-809c7857e4ee0e351a50c258d8f2276bd9ce5746.zip |
Upd and fixes for sys-build
Diffstat (limited to 'sys-devel/automake')
-rw-r--r-- | sys-devel/automake/automake-1.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/automake/automake-1.4-r1.ebuild b/sys-devel/automake/automake-1.4-r1.ebuild index 0827c357019b..f9f93a3ae290 100644 --- a/sys-devel/automake/automake-1.4-r1.ebuild +++ b/sys-devel/automake/automake-1.4-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.4-r1.ebuild,v 1.5 2000/11/30 23:15:06 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.4-r1.ebuild,v 1.6 2001/01/27 14:41:34 achim Exp $ P=automake-1.4 A=${P}.tar.gz @@ -10,7 +10,7 @@ DESCRIPTION="Used to generate Makefile.in from Makefile.am" SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/automake/${A} ftp://prep.ai.mit.edu/gnu/automake/${A}" HOMEPAGE="http://www.gnu.org/software/automake/automake.html" -DEPEND="" +DEPEND=">=sys-devel/perl-5.6" RDEPEND=">=sys-apps/bash-2.04 >=sys-devel/perl-5.6" |