summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-01-16 17:04:20 +0000
committerSimon Stelling <blubb@gentoo.org>2006-01-16 17:04:20 +0000
commit2df5e12ec0f70d7f975444560e63422e7e3c8817 (patch)
tree8488e2242b314e373a2cd1e1b75072d96d1d758c /sci-astronomy
parentVersion bump (new patched version) (diff)
downloadgentoo-2-2df5e12ec0f70d7f975444560e63422e7e3c8817.tar.gz
gentoo-2-2df5e12ec0f70d7f975444560e63422e7e3c8817.tar.bz2
gentoo-2-2df5e12ec0f70d7f975444560e63422e7e3c8817.zip
add missing ? in DEPEND
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/celestia/ChangeLog5
-rw-r--r--sci-astronomy/celestia/celestia-1.4.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-astronomy/celestia/ChangeLog b/sci-astronomy/celestia/ChangeLog
index 4d684ab0ab2b..be5dd1c5915c 100644
--- a/sci-astronomy/celestia/ChangeLog
+++ b/sci-astronomy/celestia/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-astronomy/celestia
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.5 2006/01/16 06:28:52 morfic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.6 2006/01/16 17:04:20 blubb Exp $
+
+ 16 Jan 2006; Simon Stelling <blubb@gentoo.org> celestia-1.4.0.ebuild:
+ add missing ? in DEPEND
*celestia-1.4.0 (16 Jan 2006)
diff --git a/sci-astronomy/celestia/celestia-1.4.0.ebuild b/sci-astronomy/celestia/celestia-1.4.0.ebuild
index 64ea3c8fb6c9..7d6c61b8e26d 100644
--- a/sci-astronomy/celestia/celestia-1.4.0.ebuild
+++ b/sci-astronomy/celestia/celestia-1.4.0.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/sci-astronomy/celestia/celestia-1.4.0.ebuild,v 1.1 2006/01/16 06:28:52 morfic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.4.0.ebuild,v 1.2 2006/01/16 17:04:20 blubb Exp $
inherit eutils flag-o-matic gnome2 kde-functions
@@ -25,7 +25,7 @@ DEPEND="virtual/glu
>=x11-libs/gtkglext-1.0
>=gnome-base/libgnomeui-2.0
) )
- kde? ( !gnome ( >=kde-base/kdelibs-3.0.5 ) )
+ kde? ( !gnome? ( >=kde-base/kdelibs-3.0.5 ) )
!gtk? ( !gnome? ( !kde? ( virtual/glut ) ) )
arts? ( kde-base/arts )
lua? ( >=dev-lang/lua-5.0 )"