diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-18 06:45:13 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-18 06:45:13 +0000 |
commit | 77d0bcf1a461f6d87cb46ce5bd7a6ea86258ab6e (patch) | |
tree | 79251d35f6c71c0fd5592083a3976460a0ee5086 /app-sci/celestia | |
parent | Stable amd64. (Manifest recommit) (diff) | |
download | gentoo-2-77d0bcf1a461f6d87cb46ce5bd7a6ea86258ab6e.tar.gz gentoo-2-77d0bcf1a461f6d87cb46ce5bd7a6ea86258ab6e.tar.bz2 gentoo-2-77d0bcf1a461f6d87cb46ce5bd7a6ea86258ab6e.zip |
fix use invocation
Diffstat (limited to 'app-sci/celestia')
-rw-r--r-- | app-sci/celestia/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/celestia/celestia-1.3.0-r1.ebuild | 6 | ||||
-rw-r--r-- | app-sci/celestia/celestia-1.3.1.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/app-sci/celestia/ChangeLog b/app-sci/celestia/ChangeLog index 2fbb35376a38..5948f6a4ea3b 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.7 2004/06/06 16:20:05 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/ChangeLog,v 1.8 2004/06/18 06:45:13 mr_bones_ Exp $ + + 17 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> + celestia-1.3.0-r1.ebuild, celestia-1.3.1.ebuild: + fix use invocation 06 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> celestia-1.3.1.ebuild: Marked stable on amd64. diff --git a/app-sci/celestia/celestia-1.3.0-r1.ebuild b/app-sci/celestia/celestia-1.3.0-r1.ebuild index 77b39d59ee03..195a013f2fe3 100644 --- a/app-sci/celestia/celestia-1.3.0-r1.ebuild +++ b/app-sci/celestia/celestia-1.3.0-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/app-sci/celestia/celestia-1.3.0-r1.ebuild,v 1.4 2004/04/12 01:21:49 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/celestia-1.3.0-r1.ebuild,v 1.5 2004/06/18 06:45:13 mr_bones_ Exp $ inherit flag-o-matic kde-functions @@ -51,9 +51,9 @@ src_compile() { filter-flags "-funroll-loops -frerun-loop-opt" addwrite ${QTDIR}/etc/settings # currently celestia's "gtk support" requires gnome - if [ -n "$(use kde)" ]; then + if use kde ; then myconf="$myconf --with-kde --without-gtk" - elif [ -n "$(use gnome)" ]; then + elif use gnome ; then myconf="--without-kde --with-gtk" else myconf="--without-kde --without-gtk" diff --git a/app-sci/celestia/celestia-1.3.1.ebuild b/app-sci/celestia/celestia-1.3.1.ebuild index 18bbc430de91..0c49d13a383e 100644 --- a/app-sci/celestia/celestia-1.3.1.ebuild +++ b/app-sci/celestia/celestia-1.3.1.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.1.ebuild,v 1.2 2004/06/06 16:20:05 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/celestia-1.3.1.ebuild,v 1.3 2004/06/18 06:45:13 mr_bones_ Exp $ inherit eutils flag-o-matic kde-functions @@ -57,9 +57,9 @@ src_compile() { filter-flags "-funroll-loops -frerun-loop-opt" addwrite ${QTDIR}/etc/settings # currently celestia's "gtk support" requires gnome - if [ -n "$(use kde)" ]; then + if use kde ; then myconf="$myconf --with-kde --without-gtk" - elif [ -n "$(use gnome)" ]; then + elif use gnome ; then myconf="--without-kde --with-gtk" else myconf="--without-kde --without-gtk" |