diff options
author | Markus Meier <maekke@gentoo.org> | 2009-12-07 23:03:32 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-12-07 23:03:32 +0000 |
commit | 4f8fedaa618eb5e4703be3269697608e91101463 (patch) | |
tree | 4ae43cc4881ac6eabc5613382223cce7056eb805 /sys-devel/libtool | |
parent | arm stable, bug #288026 (diff) | |
download | gentoo-2-4f8fedaa618eb5e4703be3269697608e91101463.tar.gz gentoo-2-4f8fedaa618eb5e4703be3269697608e91101463.tar.bz2 gentoo-2-4f8fedaa618eb5e4703be3269697608e91101463.zip |
amd64/arm/x86 stable, bug #295535
(Portage version: 2.2_rc56/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-2.2.6b.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog index c7b1235c39a8..ecce4e1e0d13 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.161 2009/12/07 17:17:27 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.162 2009/12/07 23:03:32 maekke Exp $ + + 07 Dec 2009; Markus Meier <maekke@gentoo.org> libtool-2.2.6b.ebuild: + amd64/arm/x86 stable, bug #295535 07 Dec 2009; Tiago Cunha <tcunha@gentoo.org> libtool-2.2.6b.ebuild: stable sparc, security bug 295535 diff --git a/sys-devel/libtool/libtool-2.2.6b.ebuild b/sys-devel/libtool/libtool-2.2.6b.ebuild index 1768ee1df0d1..cce59a64e59f 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 # 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.3 2009/12/07 17:17:27 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6b.ebuild,v 1.4 2009/12/07 23:03:32 maekke 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 |