diff options
author | 2006-01-29 09:17:37 +0000 | |
---|---|---|
committer | 2006-01-29 09:17:37 +0000 | |
commit | 3d0a9cf36a2555bb827c4fd4e73b11edf82040a6 (patch) | |
tree | 28cf9ee1fcd1ee569971f5bf8ea6517927192121 /sys-apps | |
parent | Fix deps for modular-x. (diff) | |
download | gentoo-2-3d0a9cf36a2555bb827c4fd4e73b11edf82040a6.tar.gz gentoo-2-3d0a9cf36a2555bb827c4fd4e73b11edf82040a6.tar.bz2 gentoo-2-3d0a9cf36a2555bb827c4fd4e73b11edf82040a6.zip |
Octavio Ruiz: force automake 1.9 instead of 1.8 #120351 by Ginsu
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/coreutils/coreutils-5.93.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/coreutils/coreutils-5.93.ebuild b/sys-apps/coreutils/coreutils-5.93.ebuild index b980b74a82f1..3e2042bca295 100644 --- a/sys-apps/coreutils/coreutils-5.93.ebuild +++ b/sys-apps/coreutils/coreutils-5.93.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.93.ebuild,v 1.2 2006/01/29 05:54:55 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.93.ebuild,v 1.3 2006/01/29 09:17:37 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -60,7 +60,7 @@ src_unpack() { # There's no reason for this crap to use the private version sed -i 's:__mempcpy:mempcpy:g' lib/*.c - export WANT_AUTOMAKE=1.8 + export WANT_AUTOMAKE=1.9 export WANT_AUTOCONF=2.5 ebegin "Reconfiguring configure scripts (be patient)" aclocal -I m4 || die "aclocal" |