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 | 2cbd3dc9600288e3c617c61b5a251880921c4dde (patch) | |
tree | 627e356ca930a23678c719b16bd8a2c9323c2e8b /sys-devel/libtool | |
parent | Fix bug 55576: Mention svc_stop/svc_start in the init-script so that runscrip... (diff) | |
download | gentoo-2-2cbd3dc9600288e3c617c61b5a251880921c4dde.tar.gz gentoo-2-2cbd3dc9600288e3c617c61b5a251880921c4dde.tar.bz2 gentoo-2-2cbd3dc9600288e3c617c61b5a251880921c4dde.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/libtool')
-rw-r--r-- | sys-devel/libtool/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-1.5.6.ebuild | 6 |
2 files changed, 10 insertions, 3 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/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 |