|
Lines 14-20
Link Here
|
| 14 |
PYTHON_COMPAT=( python{2_6,2_7} ) |
14 |
PYTHON_COMPAT=( python{2_6,2_7} ) |
| 15 |
|
15 |
|
| 16 |
inherit base autotools multilib multilib-minimal flag-o-matic \ |
16 |
inherit base autotools multilib multilib-minimal flag-o-matic \ |
| 17 |
python-any-r1 toolchain-funcs ${GIT_ECLASS} |
17 |
python-any-r1 toolchain-funcs pax-utils ${GIT_ECLASS} |
| 18 |
|
18 |
|
| 19 |
OPENGL_DIR="xorg-x11" |
19 |
OPENGL_DIR="xorg-x11" |
| 20 |
|
20 |
|
|
Lines 416-421
Link Here
|
| 416 |
} |
416 |
} |
| 417 |
|
417 |
|
| 418 |
multilib_src_test() { |
418 |
multilib_src_test() { |
|
|
419 |
if use llvm; then |
| 420 |
emake -C src/gallium/drivers/llvmpipe lp_test_format lp_test_arit lp_test_blend lp_test_conv lp_test_printf |
| 421 |
|
| 422 |
pax-mark m src/gallium/drivers/llvmpipe/lp_test_format |
| 423 |
pax-mark m src/gallium/drivers/llvmpipe/lp_test_arit |
| 424 |
pax-mark m src/gallium/drivers/llvmpipe/lp_test_printf |
| 425 |
pax-mark m src/gallium/drivers/llvmpipe/lp_test_conv |
| 426 |
pax-mark m src/gallium/drivers/llvmpipe/lp_test_blend |
| 427 |
fi |
| 419 |
emake check |
428 |
emake check |
| 420 |
} |
429 |
} |
| 421 |
|
430 |
|