summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-02 14:26:01 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-02 14:26:01 +0000
commit287e94e9711534dc70557594984d207bfe83753f (patch)
tree6ff01b0dd9789d78e3b0b892d961dbcff5519859 /app-sci/celestia
parentVersion bumps for uclinux-sources; bug #47881. (diff)
downloadhistorical-287e94e9711534dc70557594984d207bfe83753f.tar.gz
historical-287e94e9711534dc70557594984d207bfe83753f.tar.bz2
historical-287e94e9711534dc70557594984d207bfe83753f.zip
Fix use invocation
Diffstat (limited to 'app-sci/celestia')
-rw-r--r--app-sci/celestia/ChangeLog6
-rw-r--r--app-sci/celestia/celestia-1.2.5.ebuild4
-rw-r--r--app-sci/celestia/celestia-1.3.0.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/app-sci/celestia/ChangeLog b/app-sci/celestia/ChangeLog
index 193230d5ab4a..ed15e06f1c6f 100644
--- a/app-sci/celestia/ChangeLog
+++ b/app-sci/celestia/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-sci/celestia
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/ChangeLog,v 1.5 2004/04/22 11:12:34 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/ChangeLog,v 1.6 2004/06/02 14:26:01 agriffis Exp $
+
+ 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> celestia-1.2.5.ebuild,
+ celestia-1.3.0.ebuild:
+ Fix use invocation
*celestia-1.3.1 (22 Apr 2004)
diff --git a/app-sci/celestia/celestia-1.2.5.ebuild b/app-sci/celestia/celestia-1.2.5.ebuild
index 58a9ac3d5071..d20f5d198c7c 100644
--- a/app-sci/celestia/celestia-1.2.5.ebuild
+++ b/app-sci/celestia/celestia-1.2.5.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/app-sci/celestia/celestia-1.2.5.ebuild,v 1.1 2004/02/25 07:59:46 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/celestia-1.2.5.ebuild,v 1.2 2004/06/02 14:26:01 agriffis Exp $
inherit flag-o-matic kde-functions
@@ -47,7 +47,7 @@ src_compile() {
filter-flags "-funroll-loops -frerun-loop-opt"
# currently celestia's "gtk support" requires gnome
- if [ -n "`use gnome`" ]; then
+ if use gnome; then
myconf="$myconf --with-gtk --without-kde"
else
myconf="--with-kde --without-gtk"
diff --git a/app-sci/celestia/celestia-1.3.0.ebuild b/app-sci/celestia/celestia-1.3.0.ebuild
index f87b49ae2a8b..2800cbc2b045 100644
--- a/app-sci/celestia/celestia-1.3.0.ebuild
+++ b/app-sci/celestia/celestia-1.3.0.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/app-sci/celestia/celestia-1.3.0.ebuild,v 1.2 2004/04/12 01:21:49 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/celestia-1.3.0.ebuild,v 1.3 2004/06/02 14:26:01 agriffis Exp $
inherit flag-o-matic kde-functions
@@ -51,7 +51,7 @@ src_compile() {
filter-flags "-funroll-loops -frerun-loop-opt"
# currently celestia's "gtk support" requires gnome
- if [ -n "`use gnome`" ]; then
+ if use gnome; then
myconf="$myconf --with-gtk --without-kde"
else
myconf="--with-kde --without-gtk"