diff options
author | Peter Weller <welp@gentoo.org> | 2007-04-12 20:44:48 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-04-12 20:44:48 +0000 |
commit | 1329120aa1f27dd188c4324f7a8fbd86aafdb25a (patch) | |
tree | cc08b15ac5ed1ebe3bac1499d72387f38961282c /dev-lang/gnu-smalltalk | |
parent | keyworded ~amd64, bug 173640 (diff) | |
download | gentoo-2-1329120aa1f27dd188c4324f7a8fbd86aafdb25a.tar.gz gentoo-2-1329120aa1f27dd188c4324f7a8fbd86aafdb25a.tar.bz2 gentoo-2-1329120aa1f27dd188c4324f7a8fbd86aafdb25a.zip |
Multilib fix, stable on amd64 wrt bug 158434
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-lang/gnu-smalltalk')
-rw-r--r-- | dev-lang/gnu-smalltalk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.3.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/gnu-smalltalk/ChangeLog b/dev-lang/gnu-smalltalk/ChangeLog index 8633ef4819c3..5101117e3838 100644 --- a/dev-lang/gnu-smalltalk/ChangeLog +++ b/dev-lang/gnu-smalltalk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/gnu-smalltalk # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v 1.29 2007/03/19 11:45:53 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v 1.30 2007/04/12 20:44:48 welp Exp $ + + 12 Apr 2007; <welp@gentoo.org> gnu-smalltalk-2.3.3.ebuild: + Multilib fix, stable on amd64 wrt bug 158434 19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml: Remove mkennedy from metadata.xml due to retirement. diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.3.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.3.ebuild index f67574c830d0..1d1ca832a888 100644 --- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.3.ebuild +++ b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.3.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/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.3.ebuild,v 1.2 2007/02/22 11:08:02 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.3.ebuild,v 1.3 2007/04/12 20:44:48 welp Exp $ inherit multilib elisp-common flag-o-matic eutils toolchain-funcs @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnu.org/software/smalltalk/smalltalk.html" SRC_URI="http://ftp.gnu.org/gnu/smalltalk/smalltalk-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~sparc x86" +KEYWORDS="amd64 ~sparc x86" IUSE="tk readline emacs gtk gmp" DEPEND="sys-libs/gdbm @@ -50,8 +50,8 @@ src_compile() { src_install() { make prefix=${D}/usr mandir=${D}/usr/share/man infodir=${D}/usr/share/info \ - lispdir=${D}/usr/share/emacs/site-lisp/gnu-smalltalk install \ - || die + lispdir=${D}/usr/share/emacs/site-lisp/gnu-smalltalk \ + libdir=${D}/usr/$(get_libdir) install || die rm -rf ${D}/usr/include/sigsegv.h \ ${D}/usr/include/snprintfv \ ${D}/usr/share/aclocal/snprintfv.m4 |