summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Francisco Araujo <araujo@gentoo.org>2006-12-25 20:02:52 +0000
committerLuis Francisco Araujo <araujo@gentoo.org>2006-12-25 20:02:52 +0000
commitda59333e0346df28ace982e101f5816f0bf90317 (patch)
tree4cd5adcc53ae8ca004b23e6ed428ba22491150f7 /dev-lang/gnu-smalltalk
parentFixed X atom (diff)
downloadgentoo-2-da59333e0346df28ace982e101f5816f0bf90317.tar.gz
gentoo-2-da59333e0346df28ace982e101f5816f0bf90317.tar.bz2
gentoo-2-da59333e0346df28ace982e101f5816f0bf90317.zip
Fixed multilib path.
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'dev-lang/gnu-smalltalk')
-rw-r--r--dev-lang/gnu-smalltalk/ChangeLog7
-rw-r--r--dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.12.ebuild8
-rw-r--r--dev-lang/gnu-smalltalk/gnu-smalltalk-2.2-r1.ebuild8
-rw-r--r--dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild8
4 files changed, 18 insertions, 13 deletions
diff --git a/dev-lang/gnu-smalltalk/ChangeLog b/dev-lang/gnu-smalltalk/ChangeLog
index 4f5630ec7471..4cb6b4d4f7ed 100644
--- a/dev-lang/gnu-smalltalk/ChangeLog
+++ b/dev-lang/gnu-smalltalk/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/gnu-smalltalk
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v 1.23 2006/12/18 08:30:17 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v 1.24 2006/12/25 20:02:52 araujo Exp $
+
+ 25 Dec 2006; Luis F. Araujo <araujo@gentoo.org>
+ gnu-smalltalk-2.1.12.ebuild, gnu-smalltalk-2.2-r1.ebuild,
+ gnu-smalltalk-2.3.1.ebuild:
+ Fixed multilib path
*gnu-smalltalk-2.3.1 (18 Dec 2006)
diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.12.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.12.ebuild
index 86275ea033e8..fa66bb943367 100644
--- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.12.ebuild
+++ b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.12.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 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.1.12.ebuild,v 1.7 2006/12/08 23:04:00 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.12.ebuild,v 1.8 2006/12/25 20:02:52 araujo Exp $
-inherit elisp-common flag-o-matic eutils toolchain-funcs
+inherit multilib elisp-common flag-o-matic eutils toolchain-funcs
DESCRIPTION="GNU Smalltalk"
HOMEPAGE="http://www.gnu.org/software/smalltalk/smalltalk.html"
@@ -37,8 +37,8 @@ src_compile() {
`use_with emacs emacs` \
`use_with readline readline` \
`use_with gmp gmp` \
- `use_with tk tcl /usr/lib` \
- `use_with tk tk /usr/lib` \
+ `use_with tk tcl /usr/$(get_libdir)` \
+ `use_with tk tk /usr/$(get_libdir)` \
`use_enable gtk gtk` \
|| die
emake || die "emake failed"
diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.2-r1.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.2-r1.ebuild
index 9cc8c5901bfc..c8820bb893e5 100644
--- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.2-r1.ebuild
+++ b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.2-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 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.2-r1.ebuild,v 1.4 2006/12/08 23:04:00 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-2.2-r1.ebuild,v 1.5 2006/12/25 20:02:52 araujo Exp $
-inherit elisp-common flag-o-matic eutils toolchain-funcs
+inherit multilib elisp-common flag-o-matic eutils toolchain-funcs
DESCRIPTION="GNU Smalltalk"
HOMEPAGE="http://www.gnu.org/software/smalltalk/smalltalk.html"
@@ -39,8 +39,8 @@ src_compile() {
`use_with emacs emacs` \
`use_with readline readline` \
`use_with gmp gmp` \
- `use_with tk tcl /usr/lib` \
- `use_with tk tk /usr/lib` \
+ `use_with tk tcl /usr/$(get_libdir)` \
+ `use_with tk tk /usr/$(get_libdir)` \
`use_enable gtk gtk` \
|| die
emake || die "emake failed"
diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild
index b6d94d2e788f..e1ed64717b56 100644
--- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild
+++ b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 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.1.ebuild,v 1.2 2006/12/18 10:29:20 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild,v 1.3 2006/12/25 20:02:52 araujo Exp $
-inherit elisp-common flag-o-matic eutils toolchain-funcs
+inherit multilib elisp-common flag-o-matic eutils toolchain-funcs
DESCRIPTION="GNU Smalltalk"
HOMEPAGE="http://www.gnu.org/software/smalltalk/smalltalk.html"
@@ -40,8 +40,8 @@ src_compile() {
`use_with emacs emacs` \
`use_with readline readline` \
`use_with gmp gmp` \
- `use_with tk tcl /usr/lib` \
- `use_with tk tk /usr/lib` \
+ `use_with tk tcl /usr/$(get_libdir)` \
+ `use_with tk tk /usr/$(get_libdir)` \
`use_enable gtk gtk` \
|| die
emake || die "emake failed"