diff options
author | 2007-08-18 19:52:19 +0000 | |
---|---|---|
committer | 2007-08-18 19:52:19 +0000 | |
commit | bcca25a0262556a827ce16dc00c2f31f2e6ecf98 (patch) | |
tree | 84e97de667dc0d56b35ab015f3034d10a0e1bcf5 /sys-devel | |
parent | Cleanup. (diff) | |
download | gentoo-2-bcca25a0262556a827ce16dc00c2f31f2e6ecf98.tar.gz gentoo-2-bcca25a0262556a827ce16dc00c2f31f2e6ecf98.tar.bz2 gentoo-2-bcca25a0262556a827ce16dc00c2f31f2e6ecf98.zip |
Stable on ppc wrt bug 189269
(Portage version: 2.1.2.11)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/libtool/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-1.5.24.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog index 8c02cbee6a0c..c765b299de38 100644 --- a/sys-devel/libtool/ChangeLog +++ b/sys-devel/libtool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/libtool # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.118 2007/08/18 14:22:42 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.119 2007/08/18 19:52:19 nixnut Exp $ + + 18 Aug 2007; nixnut <nixnut@gentoo.org> libtool-1.5.24.ebuild: + Stable on ppc wrt bug 189269 18 Aug 2007; Christoph Mende <angelos@gentoo.org> libtool-1.5.24.ebuild: Stable on amd64 wrt bug #189269 diff --git a/sys-devel/libtool/libtool-1.5.24.ebuild b/sys-devel/libtool/libtool-1.5.24.ebuild index c47ff5193cc2..97c35937c8d6 100644 --- a/sys-devel/libtool/libtool-1.5.24.ebuild +++ b/sys-devel/libtool/libtool-1.5.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.24.ebuild,v 1.5 2007/08/18 14:22:42 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.24.ebuild,v 1.6 2007/08/18 19:52:19 nixnut Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" 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 ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="" RDEPEND="sys-devel/gnuconfig |