diff options
author | Travis Tilley <lv@gentoo.org> | 2004-07-10 04:03:27 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-07-10 04:03:27 +0000 |
commit | bb1e824efa07d72a9a1249f3198cf232638de5a1 (patch) | |
tree | 7f5468d7d8db61089280d95d81580ed9b37491bc /sys-devel | |
parent | Fix bug 55576: Mention svc_stop/svc_start in the init-script so that runscrip... (diff) | |
download | historical-bb1e824efa07d72a9a1249f3198cf232638de5a1.tar.gz historical-bb1e824efa07d72a9a1249f3198cf232638de5a1.tar.bz2 historical-bb1e824efa07d72a9a1249f3198cf232638de5a1.zip |
it seems that this libtool breaks building .so files for a few ebuilds. next time i test, i guess i'll have to emerge world -e twice instead of just once ;)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/libtool/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/libtool/Manifest | 4 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-1.5.6.ebuild | 6 |
3 files changed, 12 insertions, 5 deletions
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog index c5ab96ec775d..58fbe40a400a 100644 --- a/sys-devel/libtool/ChangeLog +++ b/sys-devel/libtool/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/libtool # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.48 2004/07/09 14:21:48 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.49 2004/07/10 04:03:27 lv Exp $ + + 10 Jul 2004; Travis Tilley <lv@gentoo.org> libtool-1.5.6.ebuild: + it seems that this libtool breaks building .so files for a few ebuilds. next + time i test, i guess i'll have to emerge world -e twice instead of just once + ;) 09 Jul 2004; Travis Tilley <lv@gentoo.org> libtool-1.5.6.ebuild: added back keywords for all supported archs diff --git a/sys-devel/libtool/Manifest b/sys-devel/libtool/Manifest index 6bbfabf6a3ec..8b685289f1fe 100644 --- a/sys-devel/libtool/Manifest +++ b/sys-devel/libtool/Manifest @@ -1,11 +1,11 @@ MD5 6d2c61deafbbe69d70a0231c8d21067d libtool-1.5.2-r3.ebuild 5556 MD5 44ccfc1c2799d11e3aa8d96ced633e30 libtool-1.4.3-r4.ebuild 5200 MD5 4e7bd8af28491d855750a3345d64f1b2 libtool-1.5.2-r5.ebuild 6238 -MD5 29e3509d542e8431dd064d1dbe94d3ad libtool-1.5.6.ebuild 6232 +MD5 0435f41636f2e967d771f450f7df0ad2 libtool-1.5.6.ebuild 6280 MD5 281f73b4fa30319dac0a5561e4b716cd libtool-1.4.3-r3.ebuild 4776 MD5 dc2ec0edea0c4ed2669b5b890962ebaa libtool-1.4.1-r10.ebuild 1770 MD5 480947fe14c6d9584d4e63f22179656b libtool-1.5.2-r4.ebuild 5575 -MD5 054790d1f2737bb31385cb4128077a07 ChangeLog 8488 +MD5 f596a548cf5741d3773e92086f2f0360 ChangeLog 8719 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 2cd6110e84c85c183c7b8dcd0be814e7 files/ltconfig-uclibc.patch 1167 MD5 6e892e6bd1ca4d9babce9f9163f6118e files/digest-libtool-1.4.3-r3 131 diff --git a/sys-devel/libtool/libtool-1.5.6.ebuild b/sys-devel/libtool/libtool-1.5.6.ebuild index 06ba3a0858fe..8572b25c84bc 100644 --- a/sys-devel/libtool/libtool-1.5.6.ebuild +++ b/sys-devel/libtool/libtool-1.5.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.6.ebuild,v 1.2 2004/07/09 14:21:48 lv 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.6.ebuild,v 1.3 2004/07/10 04:03:27 lv Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 kloeri Exp $ inherit eutils gnuconfig @@ -16,7 +16,9 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~ppc64 ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390" +# breaks building .so completely +KEYWORDS="-*" +#KEYWORDS="~x86 ~ppc ~ppc64 ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390" IUSE="uclibc" DEPEND="virtual/libc |