summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Francisco Araujo <araujo@gentoo.org>2006-12-08 23:04:00 +0000
committerLuis Francisco Araujo <araujo@gentoo.org>2006-12-08 23:04:00 +0000
commite0be9295e61ea32a606b4d2dc4ca785ef93f96cd (patch)
tree6e3d7cbd9e66c895c79095577ebfcf524d54601d /dev-lang/gnu-smalltalk
parentAdd ~x86-fbsd keyword (diff)
downloadgentoo-2-e0be9295e61ea32a606b4d2dc4ca785ef93f96cd.tar.gz
gentoo-2-e0be9295e61ea32a606b4d2dc4ca785ef93f96cd.tar.bz2
gentoo-2-e0be9295e61ea32a606b4d2dc4ca785ef93f96cd.zip
Fixing use_with application
(Portage version: 2.1.2_rc2-r5)
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.ebuild6
-rw-r--r--dev-lang/gnu-smalltalk/gnu-smalltalk-2.2-r1.ebuild6
-rw-r--r--dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.ebuild6
4 files changed, 15 insertions, 10 deletions
diff --git a/dev-lang/gnu-smalltalk/ChangeLog b/dev-lang/gnu-smalltalk/ChangeLog
index c13f1df99049..ec9b7dcf64d6 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.21 2006/12/07 03:59:47 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v 1.22 2006/12/08 23:04:00 araujo Exp $
+
+ 08 Dec 2006; Luis F. Araujo <araujo@gentoo.org>
+ gnu-smalltalk-2.1.12.ebuild, gnu-smalltalk-2.2-r1.ebuild,
+ gnu-smalltalk-2.3.ebuild:
+ fixed use_with operation
*gnu-smalltalk-2.3 (07 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 c4748ad51abf..86275ea033e8 100644
--- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.12.ebuild
+++ b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.12.ebuild
@@ -1,6 +1,6 @@
# 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.6 2006/12/01 10:38:55 araujo Exp $
+# $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 $
inherit elisp-common flag-o-matic eutils toolchain-funcs
@@ -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/lib` \
+ `use_with tk tk /usr/lib` \
`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 01e8c5c5b05f..9cc8c5901bfc 100644
--- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.2-r1.ebuild
+++ b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.2-r1.ebuild
@@ -1,6 +1,6 @@
# 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.3 2006/12/01 10:38:55 araujo Exp $
+# $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 $
inherit elisp-common flag-o-matic eutils toolchain-funcs
@@ -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/lib` \
+ `use_with tk tk /usr/lib` \
`use_enable gtk gtk` \
|| die
emake || die "emake failed"
diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.ebuild
index 0293d4789915..b4455a340e58 100644
--- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.ebuild
+++ b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.ebuild
@@ -1,6 +1,6 @@
# 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.ebuild,v 1.1 2006/12/07 03:59:47 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.ebuild,v 1.2 2006/12/08 23:04:00 araujo Exp $
inherit elisp-common flag-o-matic eutils toolchain-funcs
@@ -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/lib` \
+ `use_with tk tk /usr/lib` \
`use_enable gtk gtk` \
|| die
emake || die "emake failed"