diff options
author | Daniel Goller <morfic@gentoo.org> | 2004-08-08 19:34:00 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2004-08-08 19:34:00 +0000 |
commit | 1dace3a1e485ca7365a2f383b20ebac7f0135c71 (patch) | |
tree | 387ebdb3257fc52dbc7eb7f6470ce9a290dd3c24 /app-sci/celestia | |
parent | Switch to using mozilla.eclass for configuration (Manifest recommit) (diff) | |
download | gentoo-2-1dace3a1e485ca7365a2f383b20ebac7f0135c71.tar.gz gentoo-2-1dace3a1e485ca7365a2f383b20ebac7f0135c71.tar.bz2 gentoo-2-1dace3a1e485ca7365a2f383b20ebac7f0135c71.zip |
fixing deps
Diffstat (limited to 'app-sci/celestia')
-rw-r--r-- | app-sci/celestia/ChangeLog | 7 | ||||
-rw-r--r-- | app-sci/celestia/celestia-1.3.2_pre20040731.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-sci/celestia/ChangeLog b/app-sci/celestia/ChangeLog index 38c223f7b19c..309623c4b1db 100644 --- a/app-sci/celestia/ChangeLog +++ b/app-sci/celestia/ChangeLog @@ -1,11 +1,16 @@ # ChangeLog for app-sci/celestia # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/ChangeLog,v 1.12 2004/08/08 16:39:56 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/ChangeLog,v 1.13 2004/08/08 19:34:00 morfic Exp $ 08 Aug 2004; Olivier Fisette <ribosome@gentoo.org> celestia-1.3.2_pre20040731.ebuild: Removed RESTRICT="nomirror" as suggested in bug #59781. + 08 Aug 2004; Daniel Goller <morfic@gentoo.org> + celestia-1.3.2_pre20040731.ebuild: + making kde deps non conditional till gtk choice can be fixed + at which point choice between kde and gtk should be reenabled + 05 Aug 2004; Daniel Goller <morfic@gentoo.org> celestia-1.3.2_pre20040731.ebuild: Little Cleanup diff --git a/app-sci/celestia/celestia-1.3.2_pre20040731.ebuild b/app-sci/celestia/celestia-1.3.2_pre20040731.ebuild index dc4694d3b562..f768a82b1e33 100644 --- a/app-sci/celestia/celestia-1.3.2_pre20040731.ebuild +++ b/app-sci/celestia/celestia-1.3.2_pre20040731.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/celestia-1.3.2_pre20040731.ebuild,v 1.4 2004/08/08 16:39:56 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/celestia-1.3.2_pre20040731.ebuild,v 1.5 2004/08/08 19:34:00 morfic Exp $ inherit eutils flag-o-matic kde-functions -IUSE="kde" +IUSE="" SNAPSHOT="${PV/*_pre}" S="${WORKDIR}/${P/_*}" @@ -22,7 +22,7 @@ DEPEND=">=media-libs/glut-3.7-r2 virtual/glu media-libs/jpeg media-libs/libpng - kde? ( >=kde-base/kdelibs-3.0.5 )" + >=kde-base/kdelibs-3.0.5" pkg_setup() { # Set up X11 implementation @@ -38,7 +38,6 @@ pkg_setup() { einfo "opengl-update nvidia" einfo "------------" einfo "NOTE: kde GUIs only one supported at this time " - einfo "'USE=\"kde\" emerge celestia' (for the kde interface)" } src_unpack() { |