Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147244 - dev-lang/hugs98 uses deprecated opengl-update
Summary: dev-lang/hugs98 uses deprecated opengl-update
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-11 17:29 UTC by Andrej Kacian (RETIRED)
Modified: 2006-10-03 16:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Kacian (RETIRED) gentoo-dev 2006-09-11 17:29:45 UTC
Please "upgrade" to eselect framework here:

Index: hugs98-2005.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2005.3-r2.ebuild,v
retrieving revision 1.16
diff -u -r1.16 hugs98-2005.3-r2.ebuild
--- hugs98-2005.3-r2.ebuild	4 Sep 2006 06:57:10 -0000	1.16
+++ hugs98-2005.3-r2.ebuild	12 Sep 2006 00:25:21 -0000
@@ -46,7 +46,7 @@
 	opengl? ( virtual/opengl virtual/glu virtual/glut )
 	openal? ( media-libs/openal )"
 DEPEND="${RDEPEND}
-	opengl? ( x11-base/opengl-update )
+	opengl? ( app-admin/eselect-opengl )
 	~app-text/docbook-sgml-dtd-4.2"
 
 # the testsuite is not included in the tarball
@@ -92,7 +92,7 @@
 	if use opengl; then
 		myconf="--enable-opengl"
 		# the nvidia drivers *seem* not to work together with pthreads
-		if ! /usr/sbin/opengl-update --get-implementation | grep -q nvidia; then
+		if [ x`eselect opengl show` != xnvidia ]; then
 			myconf="$myconf --with-pthreads"
 		fi
 	fi
Comment 1 Andrej Kacian (RETIRED) gentoo-dev 2006-09-11 17:35:27 UTC
Sorry, wrong category in summary.
Comment 2 Duncan Coutts (RETIRED) gentoo-dev 2006-10-03 16:24:07 UTC
Done. Thanks for the report.
Comment 3 Duncan Coutts (RETIRED) gentoo-dev 2006-10-03 16:43:28 UTC
Oops, forgot to close.