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

(-)a/x11-drivers/nvidia-drivers/nvidia-drivers-331.38.ebuild (-3 / +1 lines)
Lines 72-79 REQUIRED_USE="tools? ( X )" Link Here
72
72
73
QA_PREBUILT="opt/* usr/lib*"
73
QA_PREBUILT="opt/* usr/lib*"
74
74
75
S=${WORKDIR}/
76
77
pkg_pretend() {
75
pkg_pretend() {
78
76
79
	if use amd64 && has_multilib_profile && \
77
	if use amd64 && has_multilib_profile && \
Lines 150-155 pkg_setup() { Link Here
150
148
151
src_unpack() {
149
src_unpack() {
152
	if ! use kernel_FreeBSD; then
150
	if ! use kernel_FreeBSD; then
151
		mkdir -p "${S}"
153
		cd "${S}"
152
		cd "${S}"
154
		unpack_makeself
153
		unpack_makeself
155
	else
154
	else
156
- 

Return to bug 499138