Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 109922 | Differences between
and this patch

Collapse All | Expand All

(-)opengl.eselect.orig (-1 / +1 lines)
Lines 116-122 Link Here
116
			# Special case handling of lib32 because it can be a symlink to
116
			# Special case handling of lib32 because it can be a symlink to
117
			# emul libs
117
			# emul libs
118
			# Kill this special case once amd64's 2004.3 crap is gone =) --eradicator
118
			# Kill this special case once amd64's 2004.3 crap is gone =) --eradicator
119
			if [[ ${libdir} = "lib32" ]] ; then
119
			if [[ ${libdir} = "lib64" ]] ; then
120
				[[ -d ${PREFIX}/${libdir}/opengl ]] || continue
120
				[[ -d ${PREFIX}/${libdir}/opengl ]] || continue
121
			else
121
			else
122
				[[ -d ${PREFIX}/${libdir}/opengl && ! -h ${PREFIX}/${libdir} ]] || continue
122
				[[ -d ${PREFIX}/${libdir}/opengl && ! -h ${PREFIX}/${libdir} ]] || continue

Return to bug 109922