summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-03 16:06:16 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-03 16:06:16 +0000
commit52fef5295c84c91fb916475e85de1781afa9ccc8 (patch)
treeb4fcf8ca61c0c9186cba48e4671bd27f57514790 /dev-lang/hugs98
parentAdded to ~ppc (Manifest recommit) (diff)
downloadgentoo-2-52fef5295c84c91fb916475e85de1781afa9ccc8.tar.gz
gentoo-2-52fef5295c84c91fb916475e85de1781afa9ccc8.tar.bz2
gentoo-2-52fef5295c84c91fb916475e85de1781afa9ccc8.zip
Fix use invocation
Diffstat (limited to 'dev-lang/hugs98')
-rw-r--r--dev-lang/hugs98/ChangeLog5
-rw-r--r--dev-lang/hugs98/hugs98-2002.11-r1.ebuild4
-rw-r--r--dev-lang/hugs98/hugs98-2002.11.ebuild4
-rw-r--r--dev-lang/hugs98/hugs98-2003.11.ebuild6
4 files changed, 11 insertions, 8 deletions
diff --git a/dev-lang/hugs98/ChangeLog b/dev-lang/hugs98/ChangeLog
index d6f1ea82c2fc..f2f47287742b 100644
--- a/dev-lang/hugs98/ChangeLog
+++ b/dev-lang/hugs98/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/hugs98
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/ChangeLog,v 1.11 2004/03/03 22:35:05 kosmikus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/ChangeLog,v 1.12 2004/06/03 16:03:41 agriffis Exp $
+
+ 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> hugs98-2003.11.ebuild:
+ Fix use invocation
03 Mar 2004; Andres Loeh <kosmikus@gentoo.org> hugs98-2000.12-r1.ebuild:
Removed version. Sources are no longer available.
diff --git a/dev-lang/hugs98/hugs98-2002.11-r1.ebuild b/dev-lang/hugs98/hugs98-2002.11-r1.ebuild
index e1c9c390c0e5..bce6d65e9761 100644
--- a/dev-lang/hugs98/hugs98-2002.11-r1.ebuild
+++ b/dev-lang/hugs98/hugs98-2002.11-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2002.11-r1.ebuild,v 1.2 2003/09/06 22:27:51 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2002.11-r1.ebuild,v 1.3 2004/06/03 16:03:41 agriffis Exp $
IUSE=""
diff --git a/dev-lang/hugs98/hugs98-2002.11.ebuild b/dev-lang/hugs98/hugs98-2002.11.ebuild
index 5c7679dab572..39d3fac9038b 100644
--- a/dev-lang/hugs98/hugs98-2002.11.ebuild
+++ b/dev-lang/hugs98/hugs98-2002.11.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2002.11.ebuild,v 1.5 2003/09/06 22:27:51 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2002.11.ebuild,v 1.6 2004/06/03 16:03:41 agriffis Exp $
IUSE=""
diff --git a/dev-lang/hugs98/hugs98-2003.11.ebuild b/dev-lang/hugs98/hugs98-2003.11.ebuild
index d2aa75e254aa..5da63d7f8db1 100644
--- a/dev-lang/hugs98/hugs98-2003.11.ebuild
+++ b/dev-lang/hugs98/hugs98-2003.11.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2003.11.ebuild,v 1.2 2003/12/17 15:19:41 kosmikus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2003.11.ebuild,v 1.3 2004/06/03 16:03:41 agriffis Exp $
IUSE="opengl"
@@ -20,7 +20,7 @@ DEPEND="virtual/glibc
src_compile() {
local myconf
- if [ `use opengl` ]; then
+ if use opengl; then
myconf="--enable-hopengl"
# the nvidia drivers *seem* not to work together
# with pthreads