summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-02-06 19:17:55 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-02-06 19:19:01 +0300
commit141cda8a2575797792f6e9f71abd83b4e40cd889 (patch)
treeff46635d513167b214aedebf44b69cebd9c202dd /sys-cluster/rdma-core/rdma-core-26.1.ebuild
parentapp-emulation/libvirt: QA: quote unquoted variable (diff)
downloadgentoo-141cda8a2575797792f6e9f71abd83b4e40cd889.tar.gz
gentoo-141cda8a2575797792f6e9f71abd83b4e40cd889.tar.bz2
gentoo-141cda8a2575797792f6e9f71abd83b4e40cd889.zip
sys-cluster/rdma-core: call python_optimize
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-cluster/rdma-core/rdma-core-26.1.ebuild')
-rw-r--r--sys-cluster/rdma-core/rdma-core-26.1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-cluster/rdma-core/rdma-core-26.1.ebuild b/sys-cluster/rdma-core/rdma-core-26.1.ebuild
index e879e9b2b999..ef62e9d9e81b 100644
--- a/sys-cluster/rdma-core/rdma-core-26.1.ebuild
+++ b/sys-cluster/rdma-core/rdma-core-26.1.ebuild
@@ -92,4 +92,6 @@ src_install() {
newinitd "${FILESDIR}"/ibacm.init ibacm
newinitd "${FILESDIR}"/iwpmd.init iwpmd
newinitd "${FILESDIR}"/srpd.init srpd
+
+ use python && python_optimize
}