First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 147244
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Haskell Language team <haskell@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Andrej Kacian (RETIRED) <ticho@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 147244 depends on: Show dependency tree
Show dependency graph
Bug 147244 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-09-11 17:29 0000
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 From Andrej Kacian (RETIRED) 2006-09-11 17:35:27 0000 -------
Sorry, wrong category in summary.

------- Comment #2 From Duncan Coutts (RETIRED) 2006-10-03 16:24:07 0000 -------
Done. Thanks for the report.

------- Comment #3 From Duncan Coutts (RETIRED) 2006-10-03 16:43:28 0000 -------
Oops, forgot to close.

First Last Prev Next    No search results available      Search page      Enter new bug