diff options
author | 2009-09-13 14:46:53 +0000 | |
---|---|---|
committer | 2009-09-13 14:46:53 +0000 | |
commit | 92291856ea024bf87083a0aa5406b15dbb36c122 (patch) | |
tree | 844e953552ab6fe3b439b9650b7a5e4763f49b92 /sys-devel/libtool | |
parent | amd64 stable, bug #284449 (diff) | |
download | gentoo-2-92291856ea024bf87083a0aa5406b15dbb36c122.tar.gz gentoo-2-92291856ea024bf87083a0aa5406b15dbb36c122.tar.bz2 gentoo-2-92291856ea024bf87083a0aa5406b15dbb36c122.zip |
Fix dependencies from current GIT.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/libtool')
-rw-r--r-- | sys-devel/libtool/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-9999.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog index dd8853dbc9ec..46ce8ebe96fb 100644 --- a/sys-devel/libtool/ChangeLog +++ b/sys-devel/libtool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/libtool # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.143 2009/09/13 14:38:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.144 2009/09/13 14:46:53 flameeyes Exp $ + + 13 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org> libtool-9999.ebuild: + Fix dependencies from current GIT. 13 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org> libtool-2.2.6a.ebuild: diff --git a/sys-devel/libtool/libtool-9999.ebuild b/sys-devel/libtool/libtool-9999.ebuild index b728687c8554..3d908b3a9e94 100644 --- a/sys-devel/libtool/libtool-9999.ebuild +++ b/sys-devel/libtool/libtool-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-9999.ebuild,v 1.3 2008/04/22 22:54:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-9999.ebuild,v 1.4 2009/09/13 14:46:53 flameeyes Exp $ inherit eutils @@ -20,8 +20,8 @@ KEYWORDS="" IUSE="vanilla" RDEPEND="sys-devel/gnuconfig - >=sys-devel/autoconf-2.60 - >=sys-devel/automake-1.10" + >=sys-devel/autoconf-2.62 + >=sys-devel/automake-1.10.1" DEPEND="${RDEPEND} sys-apps/help2man" |