diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-06-20 20:14:40 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-06-20 20:14:40 +0000 |
commit | 04df3fc496723cc191f03b1e6ae96e922f9583e2 (patch) | |
tree | 94cfd51426712fd34d32d40dd50e2051d4542f95 /app-misc/celestia/celestia-1.2.4.ebuild | |
parent | bug #3897 (diff) | |
download | historical-04df3fc496723cc191f03b1e6ae96e922f9583e2.tar.gz historical-04df3fc496723cc191f03b1e6ae96e922f9583e2.tar.bz2 historical-04df3fc496723cc191f03b1e6ae96e922f9583e2.zip |
Gnome2 fixes
Diffstat (limited to 'app-misc/celestia/celestia-1.2.4.ebuild')
-rw-r--r-- | app-misc/celestia/celestia-1.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/celestia/celestia-1.2.4.ebuild b/app-misc/celestia/celestia-1.2.4.ebuild index 522882b788f2..eddb696dc40c 100644 --- a/app-misc/celestia/celestia-1.2.4.ebuild +++ b/app-misc/celestia/celestia-1.2.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Bruce A. Locke <blocke@shivan.org> -# $Header: /var/cvsroot/gentoo-x86/app-misc/celestia/celestia-1.2.4.ebuild,v 1.1 2002/05/04 12:16:44 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/celestia/celestia-1.2.4.ebuild,v 1.2 2002/06/20 20:14:40 azarah Exp $ S=${WORKDIR}/${P} DESCRIPTION="Celestia is a free real-time space simulation that lets you experience our universe in three dimensions" @@ -9,7 +9,7 @@ SRC_URI="http://telia.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://www.shatters.net/celestia" SLOT="0" -DEPEND="gtk? ( =x11-libs/gtk+-1.2* =x11-libs/gtkglarea-1.2* ) +DEPEND="gtk? ( =x11-libs/gtk+-1.2* <x11-libs/gtkglarea-1.99.0 ) gnome? ( =gnome-base/gnome-libs-1.4* ) virtual/glu >=media-libs/glut-3.7-r2 media-libs/jpeg >=media-libs/libpng-1.2.1" |