summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-03-28 16:12:45 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-03-28 16:13:12 +0300
commit237bdf8524d410543e0023f2fb7dfb26d3c4ddc3 (patch)
tree7891ba210197f0c5da6e6e6fcc02ce1ac54c8c25 /sys-cluster/rdma-core/rdma-core-30.0-r2.ebuild
parentmedia-fonts/x11fonts-jmk: Drop 3.0-r3 (diff)
downloadgentoo-237bdf8524d410543e0023f2fb7dfb26d3c4ddc3.tar.gz
gentoo-237bdf8524d410543e0023f2fb7dfb26d3c4ddc3.tar.bz2
gentoo-237bdf8524d410543e0023f2fb7dfb26d3c4ddc3.zip
sys-cluster/rdma-core: Version bump (v34.0)
Closes: https://bugs.gentoo.org/771045 Closes: https://bugs.gentoo.org/773370 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-cluster/rdma-core/rdma-core-30.0-r2.ebuild')
-rw-r--r--sys-cluster/rdma-core/rdma-core-30.0-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/rdma-core/rdma-core-30.0-r2.ebuild b/sys-cluster/rdma-core/rdma-core-30.0-r2.ebuild
index 9c1f190ade86..ce83f105d8b7 100644
--- a/sys-cluster/rdma-core/rdma-core-30.0-r2.ebuild
+++ b/sys-cluster/rdma-core/rdma-core-30.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -79,7 +79,7 @@ src_configure() {
)
if use python; then
- mycmakeargs+=( -DNO_PYVERBS=OFF )
+ mycmakeargs+=( -DNO_PYVERBS=OFF -DPYTHON_EXECUTABLE="${PYTHON}" )
else
mycmakeargs+=( -DNO_PYVERBS=ON )
fi