diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-09-14 21:10:49 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-09-14 21:10:49 +0000 |
commit | 9a6706e532f50ff2d47d6d87c8939989ce6be790 (patch) | |
tree | 422bc66da46520a2d12371fa647f14ab6d880f41 /sys-devel/libtool | |
parent | stable x86, bug 283800 (diff) | |
download | gentoo-2-9a6706e532f50ff2d47d6d87c8939989ce6be790.tar.gz gentoo-2-9a6706e532f50ff2d47d6d87c8939989ce6be790.tar.bz2 gentoo-2-9a6706e532f50ff2d47d6d87c8939989ce6be790.zip |
stable x86, bug 257399
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sys-devel/libtool')
-rw-r--r-- | sys-devel/libtool/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-2.2.6a.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog index 89c5439b2d57..2cf27342ad52 100644 --- a/sys-devel/libtool/ChangeLog +++ b/sys-devel/libtool/ChangeLog @@ -1,6 +1,10 @@ # 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.146 2009/09/13 22:50:01 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.147 2009/09/14 21:10:49 fauli Exp $ + + 14 Sep 2009; Christian Faulhammer <fauli@gentoo.org> + libtool-2.2.6a.ebuild: + stable x86, bug 257399 13 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org> libtool-2.2.6a.ebuild: diff --git a/sys-devel/libtool/libtool-2.2.6a.ebuild b/sys-devel/libtool/libtool-2.2.6a.ebuild index 696c027a8a0f..9126b845bad9 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.8 2009/09/13 22:50:01 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.9 2009/09/14 21:10:49 fauli Exp $ LIBTOOLIZE="true" #225559 inherit eutils autotools flag-o-matic @@ -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 ~sparc-fbsd ~x86 ~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 |