summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2019-07-17 13:11:01 +0200
committerGuilherme Amadio <amadio@gentoo.org>2019-07-17 16:04:43 +0200
commitabe599e6668858d04bfcd46b90cc7a60fce4bc49 (patch)
tree1a18a76c110049ec1e35e917d6d7355fbb65383d /sci-physics/root/root-6.18.00.ebuild
parentsys-libs/ncurses: s390 stable wrt bug #690050 (diff)
downloadgentoo-abe599e6668858d04bfcd46b90cc7a60fce4bc49.tar.gz
gentoo-abe599e6668858d04bfcd46b90cc7a60fce4bc49.tar.bz2
gentoo-abe599e6668858d04bfcd46b90cc7a60fce4bc49.zip
sci-physics/root: fix configuration with USE=-python, bug 690020
CMake already finds the right python automatically, there's no need to add -DPYTHON_EXECUTABLE="${PYTHON}" to the configuration. Closes: https://bugs.gentoo.org/690020 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics/root/root-6.18.00.ebuild')
-rw-r--r--sci-physics/root/root-6.18.00.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/sci-physics/root/root-6.18.00.ebuild b/sci-physics/root/root-6.18.00.ebuild
index 9ce194c23498..7d471c4b2069 100644
--- a/sci-physics/root/root-6.18.00.ebuild
+++ b/sci-physics/root/root-6.18.00.ebuild
@@ -141,7 +141,6 @@ src_configure() {
-DCMAKE_C_FLAGS="${CFLAGS}"
-DCMAKE_CXX_FLAGS="${CXXFLAGS}"
-DCMAKE_CXX_STANDARD=$((usev c++11 || usev c++14 || usev c++17) | cut -c4-)
- -DPYTHON_EXECUTABLE="${PYTHON}"
-DLLVM_CONFIG="$(type -P "${CHOST}-llvm-config")"
-DCMAKE_INSTALL_PREFIX="${EPREFIX%/}/usr/lib/${PN}/$(ver_cut 1-2)"
-DCMAKE_INSTALL_MANDIR="${EPREFIX%/}/usr/lib/${PN}/$(ver_cut 1-2)/share/man"