Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Sat, 19 Dec 2015 04:05:59
Message-Id: 1450497912.5185b00f5f526132b3a8fa29c6b9cdb4dfc37d83.mattst88@gentoo
1 commit: 5185b00f5f526132b3a8fa29c6b9cdb4dfc37d83
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 19 04:04:25 2015 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 19 04:05:12 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5185b00f
7
8 media-libs/mesa: Add missing separators in configure arguments.
9
10 Bug: https://bugs.gentoo.org/568020
11
12 Package-Manager: portage-2.2.20.1
13
14 media-libs/mesa/mesa-11.0.6.ebuild | 6 +++---
15 media-libs/mesa/mesa-11.0.7.ebuild | 6 +++---
16 media-libs/mesa/mesa-11.1.0.ebuild | 6 +++---
17 media-libs/mesa/mesa-9999.ebuild | 6 +++---
18 4 files changed, 12 insertions(+), 12 deletions(-)
19
20 diff --git a/media-libs/mesa/mesa-11.0.6.ebuild b/media-libs/mesa/mesa-11.0.6.ebuild
21 index 6df5941..1502b87 100644
22 --- a/media-libs/mesa/mesa-11.0.6.ebuild
23 +++ b/media-libs/mesa/mesa-11.0.6.ebuild
24 @@ -223,7 +223,7 @@ multilib_src_configure() {
25 fi
26
27 if use egl; then
28 - myconf+="--with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm") "
29 + myconf+=" --with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm")"
30 fi
31
32 if use gallium; then
33 @@ -236,7 +236,7 @@ multilib_src_configure() {
34 $(use_enable xa)
35 $(use_enable xvmc)
36 "
37 - use vaapi && myconf+="--with-va-libdir=/usr/$(get_libdir)/va/drivers"
38 + use vaapi && myconf+=" --with-va-libdir=/usr/$(get_libdir)/va/drivers"
39
40 gallium_enable swrast
41 gallium_enable video_cards_vmware svga
42 @@ -268,7 +268,7 @@ multilib_src_configure() {
43
44 # x86 hardened pax_kernel needs glx-read-only-text, bug 240956
45 if [[ ${ABI} == x86 ]]; then
46 - myconf+="$(use_enable pax_kernel glx-read-only-text)"
47 + myconf+=" $(use_enable pax_kernel glx-read-only-text)"
48 fi
49
50 # on abi_x86_32 hardened we need to have asm disable
51
52 diff --git a/media-libs/mesa/mesa-11.0.7.ebuild b/media-libs/mesa/mesa-11.0.7.ebuild
53 index a13476d..04bcef3 100644
54 --- a/media-libs/mesa/mesa-11.0.7.ebuild
55 +++ b/media-libs/mesa/mesa-11.0.7.ebuild
56 @@ -223,7 +223,7 @@ multilib_src_configure() {
57 fi
58
59 if use egl; then
60 - myconf+="--with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm") "
61 + myconf+=" --with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm")"
62 fi
63
64 if use gallium; then
65 @@ -236,7 +236,7 @@ multilib_src_configure() {
66 $(use_enable xa)
67 $(use_enable xvmc)
68 "
69 - use vaapi && myconf+="--with-va-libdir=/usr/$(get_libdir)/va/drivers"
70 + use vaapi && myconf+=" --with-va-libdir=/usr/$(get_libdir)/va/drivers"
71
72 gallium_enable swrast
73 gallium_enable video_cards_vmware svga
74 @@ -268,7 +268,7 @@ multilib_src_configure() {
75
76 # x86 hardened pax_kernel needs glx-read-only-text, bug 240956
77 if [[ ${ABI} == x86 ]]; then
78 - myconf+="$(use_enable pax_kernel glx-read-only-text)"
79 + myconf+=" $(use_enable pax_kernel glx-read-only-text)"
80 fi
81
82 # on abi_x86_32 hardened we need to have asm disable
83
84 diff --git a/media-libs/mesa/mesa-11.1.0.ebuild b/media-libs/mesa/mesa-11.1.0.ebuild
85 index 0f23b97..ec8f9ce 100644
86 --- a/media-libs/mesa/mesa-11.1.0.ebuild
87 +++ b/media-libs/mesa/mesa-11.1.0.ebuild
88 @@ -223,7 +223,7 @@ multilib_src_configure() {
89 fi
90
91 if use egl; then
92 - myconf+="--with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm") "
93 + myconf+=" --with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm")"
94 fi
95
96 if use gallium; then
97 @@ -236,7 +236,7 @@ multilib_src_configure() {
98 $(use_enable xa)
99 $(use_enable xvmc)
100 "
101 - use vaapi && myconf+="--with-va-libdir=/usr/$(get_libdir)/va/drivers"
102 + use vaapi && myconf+=" --with-va-libdir=/usr/$(get_libdir)/va/drivers"
103
104 gallium_enable swrast
105 gallium_enable video_cards_vmware svga
106 @@ -268,7 +268,7 @@ multilib_src_configure() {
107
108 # x86 hardened pax_kernel needs glx-read-only-text, bug 240956
109 if [[ ${ABI} == x86 ]]; then
110 - myconf+="$(use_enable pax_kernel glx-read-only-text)"
111 + myconf+=" $(use_enable pax_kernel glx-read-only-text)"
112 fi
113
114 # on abi_x86_32 hardened we need to have asm disable
115
116 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
117 index f26cef5..c927763 100644
118 --- a/media-libs/mesa/mesa-9999.ebuild
119 +++ b/media-libs/mesa/mesa-9999.ebuild
120 @@ -223,7 +223,7 @@ multilib_src_configure() {
121 fi
122
123 if use egl; then
124 - myconf+="--with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm") "
125 + myconf+=" --with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm")"
126 fi
127
128 if use gallium; then
129 @@ -236,7 +236,7 @@ multilib_src_configure() {
130 $(use_enable xa)
131 $(use_enable xvmc)
132 "
133 - use vaapi && myconf+="--with-va-libdir=/usr/$(get_libdir)/va/drivers"
134 + use vaapi && myconf+=" --with-va-libdir=/usr/$(get_libdir)/va/drivers"
135
136 gallium_enable swrast
137 gallium_enable video_cards_vmware svga
138 @@ -268,7 +268,7 @@ multilib_src_configure() {
139
140 # x86 hardened pax_kernel needs glx-rts, bug 240956
141 if [[ ${ABI} == x86 ]]; then
142 - myconf+="$(use_enable pax_kernel glx-read-only-text)"
143 + myconf+=" $(use_enable pax_kernel glx-read-only-text)"
144 fi
145
146 # on abi_x86_32 hardened we need to have asm disable