summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2006-05-13 05:40:47 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2006-05-13 05:40:47 +0000
commit89feba7b8014774947c6cbca973d1784672a3c51 (patch)
treeaf2136e1e086f9671e1ecb21408e70e016b256f9 /virtual
parentDepend on newer libxkbfile to attempt to avoid _XkbStrCaseCmp issues per (diff)
downloadgentoo-2-89feba7b8014774947c6cbca973d1784672a3c51.tar.gz
gentoo-2-89feba7b8014774947c6cbca973d1784672a3c51.tar.bz2
gentoo-2-89feba7b8014774947c6cbca973d1784672a3c51.zip
Switch default provider to freeglut from glut. freeglut isn't stable on mips or sh, or keyworded in x86-fbsd, so they will continue to fall back to glut until they stabilize/keyword freeglut.
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'virtual')
-rw-r--r--virtual/glut/ChangeLog7
-rw-r--r--virtual/glut/glut-1.0.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/virtual/glut/ChangeLog b/virtual/glut/ChangeLog
index df60df178343..79a801b469d2 100644
--- a/virtual/glut/ChangeLog
+++ b/virtual/glut/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gentoo-x86/virtual
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/glut/ChangeLog,v 1.1 2006/05/13 05:12:19 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/glut/ChangeLog,v 1.2 2006/05/13 05:40:47 spyderous Exp $
+
+ 13 May 2006; Donnie Berkholz <spyderous@gentoo.org>; glut-1.0.ebuild:
+ Switch default provider to freeglut from glut. freeglut isn't stable on mips
+ or sh, or keyworded in x86-fbsd, so they will continue to fall back to glut
+ until they stabilize/keyword freeglut.
*glut-1.0 (13 May 2006)
diff --git a/virtual/glut/glut-1.0.ebuild b/virtual/glut/glut-1.0.ebuild
index b6c151f0b448..72204c91ec4b 100644
--- a/virtual/glut/glut-1.0.ebuild
+++ b/virtual/glut/glut-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/glut/glut-1.0.ebuild,v 1.1 2006/05/13 05:12:19 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/glut/glut-1.0.ebuild,v 1.2 2006/05/13 05:40:47 spyderous Exp $
DESCRIPTION="Virtual for OpenGL utility toolkit"
HOMEPAGE="http://www.gentoo.org/proj/en/desktop/x/x11/"
@@ -9,5 +9,5 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86"
IUSE=""
-RDEPEND="|| ( media-libs/glut media-libs/freeglut )"
+RDEPEND="|| ( media-libs/freeglut media-libs/glut )"
DEPEND="${RDEPEND}"