Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 374008 Details for
Bug 506412
media-libs/mesa-10.0.4[llvm]: llvmpipe tests need pax marking
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mesa-10.0.4.ebuild.patch
mesa-10.0.4.ebuild.patch (text/plain), 903 bytes, created by
Nikoli
on 2014-04-01 07:08:14 UTC
(
hide
)
Description:
mesa-10.0.4.ebuild.patch
Filename:
MIME Type:
Creator:
Nikoli
Created:
2014-04-01 07:08:14 UTC
Size:
903 bytes
patch
obsolete
>--- /var/package-manager/portage/media-libs/mesa/mesa-10.0.4.ebuild 2014-03-28 06:01:23.000000000 +0400 >+++ mesa-10.0.4.ebuild 2014-04-01 10:53:34.000000000 +0400 >@@ -14,7 +14,7 @@ > PYTHON_COMPAT=( python{2_6,2_7} ) > > inherit base autotools multilib multilib-minimal flag-o-matic \ >- python-any-r1 toolchain-funcs ${GIT_ECLASS} >+ python-any-r1 toolchain-funcs pax-utils ${GIT_ECLASS} > > OPENGL_DIR="xorg-x11" > >@@ -416,6 +416,15 @@ > } > > multilib_src_test() { >+ if use llvm; then >+ emake -C src/gallium/drivers/llvmpipe lp_test_format lp_test_arit lp_test_blend lp_test_conv lp_test_printf >+ >+ pax-mark m src/gallium/drivers/llvmpipe/lp_test_format >+ pax-mark m src/gallium/drivers/llvmpipe/lp_test_arit >+ pax-mark m src/gallium/drivers/llvmpipe/lp_test_printf >+ pax-mark m src/gallium/drivers/llvmpipe/lp_test_conv >+ pax-mark m src/gallium/drivers/llvmpipe/lp_test_blend >+ fi > emake check > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 506412
:
374008
|
376648