Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 116715
Collapse All | Expand All

(-)gtkglext-1.0.6-r3.ebuild.old (-4 / +4 lines)
Lines 21-27 Link Here
21
21
22
DEPEND="${RDEPEND}
22
DEPEND="${RDEPEND}
23
	doc? ( >=dev-util/gtk-doc-0.10 )
23
	doc? ( >=dev-util/gtk-doc-0.10 )
24
	>=x11-base/opengl-update-1.5
24
	app-admin/eselect-opengl
25
	dev-util/pkgconfig"
25
	dev-util/pkgconfig"
26
26
27
DOCS="AUTHORS COPYING* ChangeLog* INSTALL NEWS README* TODO"
27
DOCS="AUTHORS COPYING* ChangeLog* INSTALL NEWS README* TODO"
Lines 38-45 Link Here
38
	X11_IMPLEM="${X11_IMPLEM##*\/}"
38
	X11_IMPLEM="${X11_IMPLEM##*\/}"
39
	einfo "X11 implementation is ${X11_IMPLEM}."
39
	einfo "X11 implementation is ${X11_IMPLEM}."
40
40
41
	GL_IMPLEM=$(opengl-update --get-implementation)
41
	GL_IMPLEM=$(eselect opengl show)
42
	opengl-update ${X11_IMPLEM}
42
	eselect opengl set ${X11_IMPLEM}
43
43
44
}
44
}
45
45
Lines 56-61 Link Here
56
56
57
pkg_postinst () {
57
pkg_postinst () {
58
58
59
	opengl-update ${GL_IMPLEM}
59
	eselect opengl set ${GL_IMPLEM}
60
60
61
}
61
}

Return to bug 116715