diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-22 18:20:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-22 18:20:20 +0000 |
commit | c0947db8fd8629240b4ffcebf6c26e023c3ac060 (patch) | |
tree | 1c81384aa187a5944279381d414e5545c0fcd1ba /sys-devel | |
parent | Add leechcraft.eclass, thanks to 0xd34df00d (diff) | |
download | gentoo-2-c0947db8fd8629240b4ffcebf6c26e023c3ac060.tar.gz gentoo-2-c0947db8fd8629240b4ffcebf6c26e023c3ac060.tar.bz2 gentoo-2-c0947db8fd8629240b4ffcebf6c26e023c3ac060.zip |
Use new WANT_LIBTOOL=none knob to disable recursive self depend.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/libtool/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-2.2.10.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-2.4-r1.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog index 50b3b3df5793..c8d5e8f726cf 100644 --- a/sys-devel/libtool/ChangeLog +++ b/sys-devel/libtool/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/libtool # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.189 2011/08/13 18:07:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.190 2011/08/22 18:20:20 vapier Exp $ + + 22 Aug 2011; Mike Frysinger <vapier@gentoo.org> libtool-2.2.10.ebuild, + libtool-2.4-r1.ebuild: + Use new WANT_LIBTOOL=none knob to disable recursive self depend. 13 Aug 2011; Raúl Porcel <armin76@gentoo.org> libtool-2.4-r1.ebuild: alpha/ia64/m68k/s390/sh/sparc stable wrt #375579 diff --git a/sys-devel/libtool/libtool-2.2.10.ebuild b/sys-devel/libtool/libtool-2.2.10.ebuild index c2620b029e77..ef854d16a3f6 100644 --- a/sys-devel/libtool/libtool-2.2.10.ebuild +++ b/sys-devel/libtool/libtool-2.2.10.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2011 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.11 2011/02/22 21:43:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild,v 1.12 2011/08/22 18:20:20 vapier Exp $ EAPI="2" #356089 LIBTOOLIZE="true" #225559 +WANT_LIBTOOL="none" inherit eutils autotools multilib DESCRIPTION="A shared library tool for developers" diff --git a/sys-devel/libtool/libtool-2.4-r1.ebuild b/sys-devel/libtool/libtool-2.4-r1.ebuild index a2bf98b05386..f3076903e29e 100644 --- a/sys-devel/libtool/libtool-2.4-r1.ebuild +++ b/sys-devel/libtool/libtool-2.4-r1.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4-r1.ebuild,v 1.8 2011/08/13 18:07:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4-r1.ebuild,v 1.9 2011/08/22 18:20:20 vapier Exp $ EAPI="2" #356089 LIBTOOLIZE="true" #225559 +WANT_LIBTOOL="none" inherit eutils autotools multilib DESCRIPTION="A shared library tool for developers" |