commit:     5185b00f5f526132b3a8fa29c6b9cdb4dfc37d83
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 04:04:25 2015 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 04:05:12 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5185b00f

media-libs/mesa: Add missing separators in configure arguments.

Bug: https://bugs.gentoo.org/568020

Package-Manager: portage-2.2.20.1

 media-libs/mesa/mesa-11.0.6.ebuild | 6 +++---
 media-libs/mesa/mesa-11.0.7.ebuild | 6 +++---
 media-libs/mesa/mesa-11.1.0.ebuild | 6 +++---
 media-libs/mesa/mesa-9999.ebuild   | 6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/media-libs/mesa/mesa-11.0.6.ebuild 
b/media-libs/mesa/mesa-11.0.6.ebuild
index 6df5941..1502b87 100644
--- a/media-libs/mesa/mesa-11.0.6.ebuild
+++ b/media-libs/mesa/mesa-11.0.6.ebuild
@@ -223,7 +223,7 @@ multilib_src_configure() {
        fi
 
        if use egl; then
-               myconf+="--with-egl-platforms=x11$(use wayland && echo 
",wayland")$(use gbm && echo ",drm") "
+               myconf+=" --with-egl-platforms=x11$(use wayland && echo 
",wayland")$(use gbm && echo ",drm")"
        fi
 
        if use gallium; then
@@ -236,7 +236,7 @@ multilib_src_configure() {
                        $(use_enable xa)
                        $(use_enable xvmc)
                "
-               use vaapi && 
myconf+="--with-va-libdir=/usr/$(get_libdir)/va/drivers"
+               use vaapi && myconf+=" 
--with-va-libdir=/usr/$(get_libdir)/va/drivers"
 
                gallium_enable swrast
                gallium_enable video_cards_vmware svga
@@ -268,7 +268,7 @@ multilib_src_configure() {
 
        # x86 hardened pax_kernel needs glx-read-only-text, bug 240956
        if [[ ${ABI} == x86 ]]; then
-               myconf+="$(use_enable pax_kernel glx-read-only-text)"
+               myconf+=" $(use_enable pax_kernel glx-read-only-text)"
        fi
 
        # on abi_x86_32 hardened we need to have asm disable

diff --git a/media-libs/mesa/mesa-11.0.7.ebuild 
b/media-libs/mesa/mesa-11.0.7.ebuild
index a13476d..04bcef3 100644
--- a/media-libs/mesa/mesa-11.0.7.ebuild
+++ b/media-libs/mesa/mesa-11.0.7.ebuild
@@ -223,7 +223,7 @@ multilib_src_configure() {
        fi
 
        if use egl; then
-               myconf+="--with-egl-platforms=x11$(use wayland && echo 
",wayland")$(use gbm && echo ",drm") "
+               myconf+=" --with-egl-platforms=x11$(use wayland && echo 
",wayland")$(use gbm && echo ",drm")"
        fi
 
        if use gallium; then
@@ -236,7 +236,7 @@ multilib_src_configure() {
                        $(use_enable xa)
                        $(use_enable xvmc)
                "
-               use vaapi && 
myconf+="--with-va-libdir=/usr/$(get_libdir)/va/drivers"
+               use vaapi && myconf+=" 
--with-va-libdir=/usr/$(get_libdir)/va/drivers"
 
                gallium_enable swrast
                gallium_enable video_cards_vmware svga
@@ -268,7 +268,7 @@ multilib_src_configure() {
 
        # x86 hardened pax_kernel needs glx-read-only-text, bug 240956
        if [[ ${ABI} == x86 ]]; then
-               myconf+="$(use_enable pax_kernel glx-read-only-text)"
+               myconf+=" $(use_enable pax_kernel glx-read-only-text)"
        fi
 
        # on abi_x86_32 hardened we need to have asm disable

diff --git a/media-libs/mesa/mesa-11.1.0.ebuild 
b/media-libs/mesa/mesa-11.1.0.ebuild
index 0f23b97..ec8f9ce 100644
--- a/media-libs/mesa/mesa-11.1.0.ebuild
+++ b/media-libs/mesa/mesa-11.1.0.ebuild
@@ -223,7 +223,7 @@ multilib_src_configure() {
        fi
 
        if use egl; then
-               myconf+="--with-egl-platforms=x11$(use wayland && echo 
",wayland")$(use gbm && echo ",drm") "
+               myconf+=" --with-egl-platforms=x11$(use wayland && echo 
",wayland")$(use gbm && echo ",drm")"
        fi
 
        if use gallium; then
@@ -236,7 +236,7 @@ multilib_src_configure() {
                        $(use_enable xa)
                        $(use_enable xvmc)
                "
-               use vaapi && 
myconf+="--with-va-libdir=/usr/$(get_libdir)/va/drivers"
+               use vaapi && myconf+=" 
--with-va-libdir=/usr/$(get_libdir)/va/drivers"
 
                gallium_enable swrast
                gallium_enable video_cards_vmware svga
@@ -268,7 +268,7 @@ multilib_src_configure() {
 
        # x86 hardened pax_kernel needs glx-read-only-text, bug 240956
        if [[ ${ABI} == x86 ]]; then
-               myconf+="$(use_enable pax_kernel glx-read-only-text)"
+               myconf+=" $(use_enable pax_kernel glx-read-only-text)"
        fi
 
        # on abi_x86_32 hardened we need to have asm disable

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index f26cef5..c927763 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -223,7 +223,7 @@ multilib_src_configure() {
        fi
 
        if use egl; then
-               myconf+="--with-egl-platforms=x11$(use wayland && echo 
",wayland")$(use gbm && echo ",drm") "
+               myconf+=" --with-egl-platforms=x11$(use wayland && echo 
",wayland")$(use gbm && echo ",drm")"
        fi
 
        if use gallium; then
@@ -236,7 +236,7 @@ multilib_src_configure() {
                        $(use_enable xa)
                        $(use_enable xvmc)
                "
-               use vaapi && 
myconf+="--with-va-libdir=/usr/$(get_libdir)/va/drivers"
+               use vaapi && myconf+=" 
--with-va-libdir=/usr/$(get_libdir)/va/drivers"
 
                gallium_enable swrast
                gallium_enable video_cards_vmware svga
@@ -268,7 +268,7 @@ multilib_src_configure() {
 
        # x86 hardened pax_kernel needs glx-rts, bug 240956
        if [[ ${ABI} == x86 ]]; then
-               myconf+="$(use_enable pax_kernel glx-read-only-text)"
+               myconf+=" $(use_enable pax_kernel glx-read-only-text)"
        fi
 
        # on abi_x86_32 hardened we need to have asm disable

Reply via email to