diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-12-03 05:30:31 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-12-03 05:30:31 +0000 |
commit | 666236be11a5470f3f4cb821861a646dcb680b93 (patch) | |
tree | 942dd8f24aff246b4b7b4f2b32b3acdb16f3c889 /sys-devel/autoconf | |
parent | Copy eselect_python logic from more recent ebuilds. (diff) | |
download | gentoo-2-666236be11a5470f3f4cb821861a646dcb680b93.tar.gz gentoo-2-666236be11a5470f3f4cb821861a646dcb680b93.tar.bz2 gentoo-2-666236be11a5470f3f4cb821861a646dcb680b93.zip |
With m4-1.4.14-r1, autoconf does not configure properly due to this upstream check: Root out Glibc 2.9 - 2.12 and GNU M4 1.4.11 - 1.4.15 with buggy false positive strstr.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-devel/autoconf')
-rw-r--r-- | sys-devel/autoconf/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.69.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog index 5e3af5d94b6b..a33d6312474f 100644 --- a/sys-devel/autoconf/ChangeLog +++ b/sys-devel/autoconf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/autoconf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.170 2012/09/26 05:06:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.171 2012/12/03 05:30:31 robbat2 Exp $ + + 03 Dec 2012; Robin H. Johnson <robbat2@gentoo.org> autoconf-2.69.ebuild: + With m4-1.4.14-r1, autoconf does not configure properly due to this upstream + check: Root out Glibc 2.9 - 2.12 and GNU M4 1.4.11 - 1.4.15 with buggy false + positive strstr. 26 Sep 2012; Mike Frysinger <vapier@gentoo.org> autoconf-2.13.ebuild: Make sure we encode standard m4/awk progs as defaults. diff --git a/sys-devel/autoconf/autoconf-2.69.ebuild b/sys-devel/autoconf/autoconf-2.69.ebuild index 3c49adcf4ddc..c72c13708e1b 100644 --- a/sys-devel/autoconf/autoconf-2.69.ebuild +++ b/sys-devel/autoconf/autoconf-2.69.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.69.ebuild,v 1.2 2012/04/26 13:06:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.69.ebuild,v 1.3 2012/12/03 05:30:31 robbat2 Exp $ EAPI="3" @@ -25,7 +25,7 @@ SLOT="2.5" IUSE="emacs" DEPEND=">=sys-apps/texinfo-4.3 - >=sys-devel/m4-1.4.6 + >=sys-devel/m4-1.4.16 >=dev-lang/perl-5.6" RDEPEND="${DEPEND} >=sys-devel/autoconf-wrapper-10" |