diff options
author | 2005-10-12 19:31:19 +0000 | |
---|---|---|
committer | 2005-10-12 19:31:19 +0000 | |
commit | 058163b70ab7d18ca56ed1f247e3bc3f4e1dca56 (patch) | |
tree | 924f2f002ab6ba2877fd9a5aebb7f0d0335fdb7d /sys-devel | |
parent | Stable on ppc. (diff) | |
download | historical-058163b70ab7d18ca56ed1f247e3bc3f4e1dca56.tar.gz historical-058163b70ab7d18ca56ed1f247e3bc3f4e1dca56.tar.bz2 historical-058163b70ab7d18ca56ed1f247e3bc3f4e1dca56.zip |
Stable on x86, bug #108846.
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/libtool/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/libtool/Manifest | 10 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-1.5.20.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog index c39f30761138..a12da5574917 100644 --- a/sys-devel/libtool/ChangeLog +++ b/sys-devel/libtool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/libtool # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.87 2005/10/12 15:35:23 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.88 2005/10/12 19:31:19 ticho Exp $ + + 12 Oct 2005; Andrej Kacian <ticho@gentoo.org> libtool-1.5.20.ebuild: + Stable on x86, bug #108846. 12 Oct 2005; <dang@gentoo.org> libtool-1.5.20.ebuild: Marked stable on amd64 diff --git a/sys-devel/libtool/Manifest b/sys-devel/libtool/Manifest index 5926ff72df9e..181e1da70b56 100644 --- a/sys-devel/libtool/Manifest +++ b/sys-devel/libtool/Manifest @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 83aec82a8e744dffd761bd0733b5b0e8 ChangeLog 15140 +MD5 1ef0fa7079edc99cdbc39a4510a90620 ChangeLog 15243 MD5 8ad4f6ed8863c26c4ac562e1d00e6db1 files/1.4.3/libtool-1.2f-cache.patch 698 MD5 55544e163772c87195b893d27e00a0f8 files/1.4.3/libtool-1.3.5-mktemp.patch 642 MD5 67757e15bfa1cdefb5c23f76198329ec files/1.4.3/libtool-1.3.5-nonneg.patch 895 @@ -33,12 +33,12 @@ MD5 2cd6110e84c85c183c7b8dcd0be814e7 files/ltconfig-uclibc.patch 1167 MD5 856e14ff512ae227c3d32c3582618ff9 libtool-1.3.5.ebuild 1454 MD5 e48784e20efad8d2437f1c271104a4b4 libtool-1.5.16.ebuild 5178 MD5 50b3b9fe1d346665231c739e48d616b6 libtool-1.5.18-r1.ebuild 5181 -MD5 43817bf33da58d2516d11bf26b85a869 libtool-1.5.20.ebuild 5047 +MD5 72a8157813e3ae6e06940ee1b2fdb298 libtool-1.5.20.ebuild 5047 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDTS1ZomPajV0RnrERAqt+AJ4y/nSVaYcl74JD4yhRNAxavPHBRgCeKhvC -OuxBvmwkCqUUHYbF+2pxpCo= -=PqYP +iD8DBQFDTWSlQlM6RnzZP+IRAnbkAJ0Y4y29axXXlCBaiIsf207Gwq5AWQCglhTK +N8RSxDuQ3E/aecs7Jqo7zhk= +=eJoV -----END PGP SIGNATURE----- diff --git a/sys-devel/libtool/libtool-1.5.20.ebuild b/sys-devel/libtool/libtool-1.5.20.ebuild index 2c284fc285b2..a2b932d2970f 100644 --- a/sys-devel/libtool/libtool-1.5.20.ebuild +++ b/sys-devel/libtool/libtool-1.5.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.20.ebuild,v 1.4 2005/10/12 15:35:23 dang Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.20.ebuild,v 1.5 2005/10/12 19:31:19 ticho Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 kloeri 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 ~x86" +KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc x86" IUSE="" DEPEND="sys-devel/gnuconfig |