diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-03-28 16:12:45 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-03-28 16:13:12 +0300 |
commit | 237bdf8524d410543e0023f2fb7dfb26d3c4ddc3 (patch) | |
tree | 7891ba210197f0c5da6e6e6fcc02ce1ac54c8c25 /sys-cluster/rdma-core/rdma-core-33.0.ebuild | |
parent | media-fonts/x11fonts-jmk: Drop 3.0-r3 (diff) | |
download | gentoo-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-33.0.ebuild')
-rw-r--r-- | sys-cluster/rdma-core/rdma-core-33.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/rdma-core/rdma-core-33.0.ebuild b/sys-cluster/rdma-core/rdma-core-33.0.ebuild index f6e231ffefad..de6187a84feb 100644 --- a/sys-cluster/rdma-core/rdma-core-33.0.ebuild +++ b/sys-cluster/rdma-core/rdma-core-33.0.ebuild @@ -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 |