diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-10-13 16:52:49 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-10-13 16:52:49 +0000 |
commit | b986832500da5c602d578f6882a35127f7fa7d56 (patch) | |
tree | a059ace40f497cdfe964dd756d464181d40a929f /sys-devel/libtool | |
parent | Version bump. (diff) | |
download | gentoo-2-b986832500da5c602d578f6882a35127f7fa7d56.tar.gz gentoo-2-b986832500da5c602d578f6882a35127f7fa7d56.tar.bz2 gentoo-2-b986832500da5c602d578f6882a35127f7fa7d56.zip |
ia64/m68k/s390/sh stable wrt #257399
(Portage version: 2.1.6.13/cvs/Linux ia64)
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 8bbaba8cb0d2..2dae82ee5ea4 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.156 2009/10/04 14:20:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.157 2009/10/13 16:52:49 armin76 Exp $ + + 13 Oct 2009; Raúl Porcel <armin76@gentoo.org> libtool-2.2.6a.ebuild: + ia64/m68k/s390/sh stable wrt #257399 04 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> libtool-2.2.6a.ebuild: Replace -Wl,--no-as-needed with function from flag-o-matic eclass. diff --git a/sys-devel/libtool/libtool-2.2.6a.ebuild b/sys-devel/libtool/libtool-2.2.6a.ebuild index 17c70d5b84e5..16f1a7dea751 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-2009 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.18 2009/10/04 14:20:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.19 2009/10/13 16:52:49 armin76 Exp $ LIBTOOLIZE="true" #225559 inherit eutils autotools flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.lzma" LICENSE="GPL-2" SLOT="1.5" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="vanilla test" RDEPEND="sys-devel/gnuconfig |