diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-09-03 22:46:31 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-09-03 22:46:31 +0000 |
commit | 93c5b8f188539e1530731a9ee61201b1f2eb1f3c (patch) | |
tree | efffde3ade5e1a8b4b1d66ed30a3faeff38b8bac /sci-astronomy | |
parent | Version bump. Needed to adjust the dependencies of the old ebuild because the... (diff) | |
download | gentoo-2-93c5b8f188539e1530731a9ee61201b1f2eb1f3c.tar.gz gentoo-2-93c5b8f188539e1530731a9ee61201b1f2eb1f3c.tar.bz2 gentoo-2-93c5b8f188539e1530731a9ee61201b1f2eb1f3c.zip |
Changed note to reference eselect instead of opengl-update.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/celestia/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/celestia/celestia-1.3.2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-astronomy/celestia/ChangeLog b/sci-astronomy/celestia/ChangeLog index 71105e70e8c5..7d217a02293d 100644 --- a/sci-astronomy/celestia/ChangeLog +++ b/sci-astronomy/celestia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/celestia # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.3 2005/07/17 07:27:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.4 2005/09/03 22:46:31 eradicator Exp $ + + 03 Sep 2005; Jeremy Huddleston <eradicator@gentoo.org> + celestia-1.3.2.ebuild: + Changed note to reference eselect instead of opengl-update. 17 Jul 2005; Mike Frysinger <vapier@gentoo.org> celestia-1.3.2.ebuild: Change glut to use virtual/glut #93449, clean up the ebuild a bit, and if diff --git a/sci-astronomy/celestia/celestia-1.3.2.ebuild b/sci-astronomy/celestia/celestia-1.3.2.ebuild index f7adf6da0d58..0233da006bfa 100644 --- a/sci-astronomy/celestia/celestia-1.3.2.ebuild +++ b/sci-astronomy/celestia/celestia-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.3.2.ebuild,v 1.3 2005/07/17 07:27:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.3.2.ebuild,v 1.4 2005/09/03 22:46:31 eradicator Exp $ inherit eutils flag-o-matic gnome2 kde-functions @@ -51,9 +51,9 @@ pkg_setup() { einfo "Please note:" einfo "if you experience problems building celestia with nvidia drivers," einfo "you can try:" - einfo "opengl-update ${X11_IMPLEM}" + einfo "eselect opengl set xorg-x11" einfo "emerge celestia" - einfo "opengl-update nvidia" + einfo "eselect opengl set nvidia" } src_unpack() { |