<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>147244</bug_id>
          
          <creation_ts>2006-09-11 17:29 0000</creation_ts>
          <short_desc>dev-lang/hugs98 uses deprecated opengl-update</short_desc>
          <delta_ts>2006-10-03 16:43:28 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>ticho@gentoo.org</reporter>
          <assigned_to>haskell@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>ticho@gentoo.org</who>
            <bug_when>2006-09-11 17:29:45 0000</bug_when>
            <thetext>Please &quot;upgrade&quot; 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 )&quot;
 DEPEND=&quot;${RDEPEND}
-	opengl? ( x11-base/opengl-update )
+	opengl? ( app-admin/eselect-opengl )
 	~app-text/docbook-sgml-dtd-4.2&quot;
 
 # the testsuite is not included in the tarball
@@ -92,7 +92,7 @@
 	if use opengl; then
 		myconf=&quot;--enable-opengl&quot;
 		# 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=&quot;$myconf --with-pthreads&quot;
 		fi
 	fi</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>ticho@gentoo.org</who>
            <bug_when>2006-09-11 17:35:27 0000</bug_when>
            <thetext>Sorry, wrong category in summary.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>dcoutts@gentoo.org</who>
            <bug_when>2006-10-03 16:24:07 0000</bug_when>
            <thetext>Done. Thanks for the report.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>dcoutts@gentoo.org</who>
            <bug_when>2006-10-03 16:43:28 0000</bug_when>
            <thetext>Oops, forgot to close.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>