diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-16 17:20:40 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-16 17:20:40 +0000 |
commit | 7987a917eca8551ffad5c97362a846e5a1627096 (patch) | |
tree | 6d9fb57595bf4c3cca18e0749d55ca2544bace3b /sci-astronomy | |
parent | virtual/glut -> media-libs/glut (diff) | |
download | gentoo-2-7987a917eca8551ffad5c97362a846e5a1627096.tar.gz gentoo-2-7987a917eca8551ffad5c97362a846e5a1627096.tar.bz2 gentoo-2-7987a917eca8551ffad5c97362a846e5a1627096.zip |
virtual/glut -> media-libs/glut
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/celestia/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/celestia/celestia-1.6.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-astronomy/celestia/ChangeLog b/sci-astronomy/celestia/ChangeLog index 2b3e2f58723b..461168a511c7 100644 --- a/sci-astronomy/celestia/ChangeLog +++ b/sci-astronomy/celestia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/celestia # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.64 2010/08/12 02:52:59 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.65 2010/09/16 17:20:40 scarabeus Exp $ + + 16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> + celestia-1.6.0.ebuild: + virtual/glut -> media-libs/glut 12 Aug 2010; Joseph Jezak <josejx@gentoo.org> celestia-1.6.0.ebuild: Added -fsigned-char to CFLAGs to work around bug #316573. diff --git a/sci-astronomy/celestia/celestia-1.6.0.ebuild b/sci-astronomy/celestia/celestia-1.6.0.ebuild index 1e252221e19e..b2b729bc5b6d 100644 --- a/sci-astronomy/celestia/celestia-1.6.0.ebuild +++ b/sci-astronomy/celestia/celestia-1.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.14 2010/08/12 14:24:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.15 2010/09/16 17:20:40 scarabeus Exp $ EAPI=2 inherit eutils flag-o-matic gnome2 autotools @@ -24,7 +24,7 @@ RDEPEND="virtual/glu >=x11-libs/gtkglext-1.0 >=gnome-base/libgnomeui-2.0 ) - !gtk? ( !gnome? ( virtual/glut ) ) + !gtk? ( !gnome? ( media-libs/freeglut ) ) cairo? ( x11-libs/cairo ) theora? ( media-libs/libtheora )" |