diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-05-16 16:30:47 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-05-16 16:30:47 +0000 |
commit | bafc333fd40e12cca1995b6ad28d8ec736d218b1 (patch) | |
tree | e54ec2ccc45f993055da400f1a6190a73703cf25 /sys-apps/coreutils | |
parent | Minor workaround for ppc (Manifest recommit) (diff) | |
download | gentoo-2-bafc333fd40e12cca1995b6ad28d8ec736d218b1.tar.gz gentoo-2-bafc333fd40e12cca1995b6ad28d8ec736d218b1.tar.bz2 gentoo-2-bafc333fd40e12cca1995b6ad28d8ec736d218b1.zip |
Change dependency to autoconf-2.58 or above. This finally fixes the reconf bug #49137
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-5.2.0-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index 17eef332743e..53b48e8480ae 100644 --- a/sys-apps/coreutils/ChangeLog +++ b/sys-apps/coreutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/coreutils # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.89 2004/05/15 22:00:23 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.90 2004/05/16 16:30:47 seemant Exp $ + + 16 May 2004; Seemant Kulleen <seemant@gentoo.org> coreutils-5.2.0-r2.ebuild: + Change dependency to autoconf-2.58 or above. This finally fixes the reconf bug + #49137 15 May 2004; Joshua Kinard <kumba@gentoo.org> coreutils-5.2.0-r2.ebuild: Marked stable on mips. diff --git a/sys-apps/coreutils/coreutils-5.2.0-r2.ebuild b/sys-apps/coreutils/coreutils-5.2.0-r2.ebuild index 732afdb6e3ca..543918a5046c 100644 --- a/sys-apps/coreutils/coreutils-5.2.0-r2.ebuild +++ b/sys-apps/coreutils/coreutils-5.2.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.0-r2.ebuild,v 1.6 2004/05/15 22:00:23 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.0-r2.ebuild,v 1.7 2004/05/16 16:30:47 seemant Exp $ inherit eutils flag-o-matic @@ -31,7 +31,7 @@ DEPEND="${RDEPEND} virtual/glibc >=sys-apps/portage-2.0.49 >=sys-devel/automake-1.8.2 - >=sys-devel/autoconf-2.57 + >=sys-devel/autoconf-2.58 >=sys-devel/m4-1.4-r1 sys-apps/help2man" |