diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-10-26 00:21:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-10-26 00:21:10 +0000 |
commit | c6f937ac32bb02be74f6c5e6e89f841baf5de6f8 (patch) | |
tree | 92f65d871840d1e6a9cc276e70c78cc043396372 /sys-devel/libtool | |
parent | Sparc stable, Bug #244384 and required for Bug #244246. Looks fine. (diff) | |
download | gentoo-2-c6f937ac32bb02be74f6c5e6e89f841baf5de6f8.tar.gz gentoo-2-c6f937ac32bb02be74f6c5e6e89f841baf5de6f8.tar.bz2 gentoo-2-c6f937ac32bb02be74f6c5e6e89f841baf5de6f8.zip |
Force automake-1.10.1+ #243174.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'sys-devel/libtool')
-rw-r--r-- | sys-devel/libtool/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-2.2.6a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog index 1c962f1772e0..ae019107bd8e 100644 --- a/sys-devel/libtool/ChangeLog +++ b/sys-devel/libtool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/libtool # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.139 2008/09/21 08:27:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.140 2008/10/26 00:21:10 vapier Exp $ + + 26 Oct 2008; Mike Frysinger <vapier@gentoo.org> libtool-2.2.6a.ebuild: + Force automake-1.10.1+ #243174. *libtool-2.2.6a (21 Sep 2008) diff --git a/sys-devel/libtool/libtool-2.2.6a.ebuild b/sys-devel/libtool/libtool-2.2.6a.ebuild index 5e6a54015059..d1edd991ce08 100644 --- a/sys-devel/libtool/libtool-2.2.6a.ebuild +++ b/sys-devel/libtool/libtool-2.2.6a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.1 2008/09/21 08:27:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.2 2008/10/26 00:21:10 vapier Exp $ LIBTOOLIZE="true" #225559 inherit eutils autotools @@ -16,7 +16,7 @@ IUSE="vanilla" RDEPEND="sys-devel/gnuconfig >=sys-devel/autoconf-2.60 - >=sys-devel/automake-1.10" + >=sys-devel/automake-1.10.1" DEPEND="${RDEPEND} app-arch/lzma-utils sys-apps/help2man" |