commit: 74f4e6aae68b7ef3e4764a6bfd81b1c02a786e9c
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 16:34:36 2023 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 16:37:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f4e6aa
sci-physics/root: quote ${EXTRA_ECONF}
Without this it's not possible to pass CXXFLAGS with spaces
to CMake with e.g. EXTRA_ECONF='-DCMAKE_CXX_FLAGS="-O2 -g"'.
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
sci-physics/root/root-6.26.08.ebuild | 2 +-
sci-physics/root/root-6.26.9999.ebuild | 2 +-
sci-physics/root/root-6.28.00.ebuild | 2 +-
sci-physics/root/root-6.28.9999.ebuild | 2 +-
sci-physics/root/root-9999.ebuild | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/sci-physics/root/root-6.26.08.ebuild
b/sci-physics/root/root-6.26.08.ebuild
index 2d2e1c21374b..ec8f9983775c 100644
--- a/sci-physics/root/root-6.26.08.ebuild
+++ b/sci-physics/root/root-6.26.08.ebuild
@@ -290,7 +290,7 @@ src_configure() {
-Dx11=$(usex X)
-Dxml=$(usex xml)
-Dxrootd=$(usex xrootd)
- ${EXTRA_ECONF}
+ "${EXTRA_ECONF}"
)
cmake_src_configure
diff --git a/sci-physics/root/root-6.26.9999.ebuild
b/sci-physics/root/root-6.26.9999.ebuild
index 2d2e1c21374b..ec8f9983775c 100644
--- a/sci-physics/root/root-6.26.9999.ebuild
+++ b/sci-physics/root/root-6.26.9999.ebuild
@@ -290,7 +290,7 @@ src_configure() {
-Dx11=$(usex X)
-Dxml=$(usex xml)
-Dxrootd=$(usex xrootd)
- ${EXTRA_ECONF}
+ "${EXTRA_ECONF}"
)
cmake_src_configure
diff --git a/sci-physics/root/root-6.28.00.ebuild
b/sci-physics/root/root-6.28.00.ebuild
index 84fee8efa756..e25434a11de7 100644
--- a/sci-physics/root/root-6.28.00.ebuild
+++ b/sci-physics/root/root-6.28.00.ebuild
@@ -307,7 +307,7 @@ src_configure() {
-Dx11=$(usex X)
-Dxml=$(usex xml)
-Dxrootd=$(usex xrootd)
- ${EXTRA_ECONF}
+ "${EXTRA_ECONF}"
)
# Needs to be here, otherwise gets overriden by cmake.eclass
diff --git a/sci-physics/root/root-6.28.9999.ebuild
b/sci-physics/root/root-6.28.9999.ebuild
index 84fee8efa756..e25434a11de7 100644
--- a/sci-physics/root/root-6.28.9999.ebuild
+++ b/sci-physics/root/root-6.28.9999.ebuild
@@ -307,7 +307,7 @@ src_configure() {
-Dx11=$(usex X)
-Dxml=$(usex xml)
-Dxrootd=$(usex xrootd)
- ${EXTRA_ECONF}
+ "${EXTRA_ECONF}"
)
# Needs to be here, otherwise gets overriden by cmake.eclass
diff --git a/sci-physics/root/root-9999.ebuild
b/sci-physics/root/root-9999.ebuild
index 84fee8efa756..e25434a11de7 100644
--- a/sci-physics/root/root-9999.ebuild
+++ b/sci-physics/root/root-9999.ebuild
@@ -307,7 +307,7 @@ src_configure() {
-Dx11=$(usex X)
-Dxml=$(usex xml)
-Dxrootd=$(usex xrootd)
- ${EXTRA_ECONF}
+ "${EXTRA_ECONF}"
)
# Needs to be here, otherwise gets overriden by cmake.eclass