diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-07-06 12:41:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-07-06 12:41:38 +0000 |
commit | 27f94d6807cff404e338b70ee4cfc30361d7bad1 (patch) | |
tree | 50cfb6fd3d300913f290d46a23a77941fc637183 /sys-devel/libtool | |
parent | old (diff) | |
download | historical-27f94d6807cff404e338b70ee4cfc30361d7bad1.tar.gz historical-27f94d6807cff404e338b70ee4cfc30361d7bad1.tar.bz2 historical-27f94d6807cff404e338b70ee4cfc30361d7bad1.zip |
Force newer version of autoconf #327079 by Matt Turner.
Diffstat (limited to 'sys-devel/libtool')
-rw-r--r-- | sys-devel/libtool/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-2.2.10.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-2.2.6b.ebuild | 7 |
3 files changed, 11 insertions, 6 deletions
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog index 76c33bfd0265..aa9c9b1f2fdc 100644 --- a/sys-devel/libtool/ChangeLog +++ b/sys-devel/libtool/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/libtool # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.170 2010/06/09 20:37:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.171 2010/07/06 12:41:38 vapier Exp $ + + 06 Jul 2010; Mike Frysinger <vapier@gentoo.org> libtool-2.2.6b.ebuild, + libtool-2.2.10.ebuild: + Force newer version of autoconf #327079 by Matt Turner. *libtool-2.2.10 (09 Jun 2010) diff --git a/sys-devel/libtool/libtool-2.2.10.ebuild b/sys-devel/libtool/libtool-2.2.10.ebuild index 42bcedae4a13..1e20165d15db 100644 --- a/sys-devel/libtool/libtool-2.2.10.ebuild +++ b/sys-devel/libtool/libtool-2.2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild,v 1.1 2010/06/09 20:37:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild,v 1.2 2010/07/06 12:41:38 vapier Exp $ EAPI="3" @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar IUSE="vanilla" RDEPEND="sys-devel/gnuconfig - >=sys-devel/autoconf-2.60 + >=sys-devel/autoconf-2.62 >=sys-devel/automake-1.10.1 !=sys-devel/libtool-2*:1.5" DEPEND="${RDEPEND} diff --git a/sys-devel/libtool/libtool-2.2.6b.ebuild b/sys-devel/libtool/libtool-2.2.6b.ebuild index 9a857f44e9d8..0b7d5ce83a15 100644 --- a/sys-devel/libtool/libtool-2.2.6b.ebuild +++ b/sys-devel/libtool/libtool-2.2.6b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6b.ebuild,v 1.7 2009/12/09 17:45:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6b.ebuild,v 1.8 2010/07/06 12:41:38 vapier Exp $ LIBTOOLIZE="true" #225559 inherit eutils autotools flag-o-matic multilib @@ -16,7 +16,8 @@ IUSE="vanilla test" RDEPEND="sys-devel/gnuconfig >=sys-devel/autoconf-2.60 - >=sys-devel/automake-1.10.1" + >=sys-devel/automake-1.10.1 + !=sys-devel/automake-1.10" DEPEND="${RDEPEND} || ( app-arch/xz-utils app-arch/lzma-utils ) sys-apps/help2man" |