summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-03 17:47:36 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-03 17:47:36 +0000
commit3283e582c91170a92d9c15ec88d0d04bf2a7b23e (patch)
tree234b02cce084f16c0ae3b20bdb98d3d577e70c53 /dev-tcltk/tclx
parentFix use invocation (Manifest recommit) (diff)
downloadgentoo-2-3283e582c91170a92d9c15ec88d0d04bf2a7b23e.tar.gz
gentoo-2-3283e582c91170a92d9c15ec88d0d04bf2a7b23e.tar.bz2
gentoo-2-3283e582c91170a92d9c15ec88d0d04bf2a7b23e.zip
Fix use invocation
Diffstat (limited to 'dev-tcltk/tclx')
-rw-r--r--dev-tcltk/tclx/ChangeLog6
-rw-r--r--dev-tcltk/tclx/tclx-8.3-r1.ebuild4
-rw-r--r--dev-tcltk/tclx/tclx-8.3.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-tcltk/tclx/ChangeLog b/dev-tcltk/tclx/ChangeLog
index 5b95c726e76f..682a2feb9857 100644
--- a/dev-tcltk/tclx/ChangeLog
+++ b/dev-tcltk/tclx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tcltk/tclx
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/ChangeLog,v 1.12 2004/04/26 01:42:31 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/ChangeLog,v 1.13 2004/06/03 17:43:20 agriffis Exp $
+
+ 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> tclx-8.3-r1.ebuild,
+ tclx-8.3.ebuild:
+ Fix use invocation
25 Apr 2004; Aron Griffis <agriffis@gentoo.org> tclx-8.3-r1.ebuild,
tclx-8.3.ebuild:
diff --git a/dev-tcltk/tclx/tclx-8.3-r1.ebuild b/dev-tcltk/tclx/tclx-8.3-r1.ebuild
index 59032c2b60e6..3719c0c73b34 100644
--- a/dev-tcltk/tclx/tclx-8.3-r1.ebuild
+++ b/dev-tcltk/tclx/tclx-8.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3-r1.ebuild,v 1.9 2004/04/26 01:42:31 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3-r1.ebuild,v 1.10 2004/06/03 17:43:20 agriffis Exp $
inherit flag-o-matic eutils
@@ -50,7 +50,7 @@ src_compile() {
local myconf="--with-tcl=${WORKDIR}/tcl8.4.2/unix --enable-shared"
- if [ `use X` ] ; then
+ if use X ; then
# configure and build tk
cd ${WORKDIR}/tk8.4.2/unix
econf || die "econf failed"
diff --git a/dev-tcltk/tclx/tclx-8.3.ebuild b/dev-tcltk/tclx/tclx-8.3.ebuild
index 225648e58f47..85d468456587 100644
--- a/dev-tcltk/tclx/tclx-8.3.ebuild
+++ b/dev-tcltk/tclx/tclx-8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3.ebuild,v 1.12 2004/04/26 01:42:31 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3.ebuild,v 1.13 2004/06/03 17:43:20 agriffis Exp $
inherit flag-o-matic eutils
@@ -38,7 +38,7 @@ src_compile() {
local myconf="--with-tcl=${WORKDIR}/tcl8.3.3/unix --enable-shared"
- if [ `use X` ] ; then
+ if use X ; then
# configure and build tk
cd ${WORKDIR}/tk8.3.3/unix
econf || die "econf failed"