summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2008-10-12 11:24:55 +0000
committerMarkus Dittrich <markusle@gentoo.org>2008-10-12 11:24:55 +0000
commit45bba9eda2a2a0258f92c32f42542ce3388db56b (patch)
treea752a2efb465d692a0adb00c0f4b7d7d38babf01 /sci-astronomy
parentFixed bad use_enable (see bug #241446). (diff)
downloadgentoo-2-45bba9eda2a2a0258f92c32f42542ce3388db56b.tar.gz
gentoo-2-45bba9eda2a2a0258f92c32f42542ce3388db56b.tar.bz2
gentoo-2-45bba9eda2a2a0258f92c32f42542ce3388db56b.zip
Added slot dependency on kde-3.5 to make sure we don't pull in kde 4 (fixes bug #241392).
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-SENTINEL-2 i686)
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/celestia/ChangeLog6
-rw-r--r--sci-astronomy/celestia/celestia-1.5.1.ebuild6
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-astronomy/celestia/ChangeLog b/sci-astronomy/celestia/ChangeLog
index 596be9016596..2f72335f2ac9 100644
--- a/sci-astronomy/celestia/ChangeLog
+++ b/sci-astronomy/celestia/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-astronomy/celestia
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.41 2008/06/24 17:20:03 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.42 2008/10/12 11:24:55 markusle Exp $
+
+ 12 Oct 2008; Markus Dittrich <markusle@gentoo.org> celestia-1.5.1.ebuild:
+ Added slot dependency on kde-3.5 to make sure we don't pull in kde 4
+ (fixes bug #241392).
*celestia-1.5.1 (24 Jun 2008)
diff --git a/sci-astronomy/celestia/celestia-1.5.1.ebuild b/sci-astronomy/celestia/celestia-1.5.1.ebuild
index 65f7dd08e7ce..d9d068c388b3 100644
--- a/sci-astronomy/celestia/celestia-1.5.1.ebuild
+++ b/sci-astronomy/celestia/celestia-1.5.1.ebuild
@@ -1,9 +1,11 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.5.1.ebuild,v 1.1 2008/06/24 17:20:03 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.5.1.ebuild,v 1.2 2008/10/12 11:24:55 markusle Exp $
inherit eutils flag-o-matic gnome2 kde-functions autotools
+EAPI="1"
+
DESCRIPTION="OpenGL 3D space simulator"
HOMEPAGE="http://www.shatters.net/celestia/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
@@ -27,7 +29,7 @@ RDEPEND="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.5 ) )
!gtk? ( !gnome? ( !kde? ( virtual/glut ) ) )
arts? ( kde-base/arts )
lua? ( >=dev-lang/lua-5.0 )