Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/rdma-core/
Date: Thu, 06 Feb 2020 16:19:10
Message-Id: 1581005941.141cda8a2575797792f6e9f71abd83b4e40cd889.zlogene@gentoo
1 commit: 141cda8a2575797792f6e9f71abd83b4e40cd889
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 6 16:17:55 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 16:19:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=141cda8a
7
8 sys-cluster/rdma-core: call python_optimize
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 sys-cluster/rdma-core/rdma-core-26.0.ebuild | 3 +++
14 sys-cluster/rdma-core/rdma-core-26.1.ebuild | 2 ++
15 sys-cluster/rdma-core/rdma-core-27.0.ebuild | 2 ++
16 sys-cluster/rdma-core/rdma-core-9999.ebuild | 2 ++
17 4 files changed, 9 insertions(+)
18
19 diff --git a/sys-cluster/rdma-core/rdma-core-26.0.ebuild b/sys-cluster/rdma-core/rdma-core-26.0.ebuild
20 index c2a9e0a05f5..01d4ceade5f 100644
21 --- a/sys-cluster/rdma-core/rdma-core-26.0.ebuild
22 +++ b/sys-cluster/rdma-core/rdma-core-26.0.ebuild
23 @@ -92,4 +92,7 @@ src_install() {
24 newinitd "${FILESDIR}"/ibacm.init ibacm
25 newinitd "${FILESDIR}"/iwpmd.init iwpmd
26 newinitd "${FILESDIR}"/srpd.init srpd
27 +
28 + use python && python_optimize
29 +
30 }
31
32 diff --git a/sys-cluster/rdma-core/rdma-core-26.1.ebuild b/sys-cluster/rdma-core/rdma-core-26.1.ebuild
33 index e879e9b2b99..ef62e9d9e81 100644
34 --- a/sys-cluster/rdma-core/rdma-core-26.1.ebuild
35 +++ b/sys-cluster/rdma-core/rdma-core-26.1.ebuild
36 @@ -92,4 +92,6 @@ src_install() {
37 newinitd "${FILESDIR}"/ibacm.init ibacm
38 newinitd "${FILESDIR}"/iwpmd.init iwpmd
39 newinitd "${FILESDIR}"/srpd.init srpd
40 +
41 + use python && python_optimize
42 }
43
44 diff --git a/sys-cluster/rdma-core/rdma-core-27.0.ebuild b/sys-cluster/rdma-core/rdma-core-27.0.ebuild
45 index d010fa4ea02..be00b10a0c1 100644
46 --- a/sys-cluster/rdma-core/rdma-core-27.0.ebuild
47 +++ b/sys-cluster/rdma-core/rdma-core-27.0.ebuild
48 @@ -92,4 +92,6 @@ src_install() {
49 newinitd "${FILESDIR}"/ibacm.init ibacm
50 newinitd "${FILESDIR}"/iwpmd.init iwpmd
51 newinitd "${FILESDIR}"/srpd.init srpd
52 +
53 + use python && python_optimize
54 }
55
56 diff --git a/sys-cluster/rdma-core/rdma-core-9999.ebuild b/sys-cluster/rdma-core/rdma-core-9999.ebuild
57 index a4b748ab4b1..a72f49a1997 100644
58 --- a/sys-cluster/rdma-core/rdma-core-9999.ebuild
59 +++ b/sys-cluster/rdma-core/rdma-core-9999.ebuild
60 @@ -90,4 +90,6 @@ src_install() {
61 newinitd "${FILESDIR}"/ibacm.init ibacm
62 newinitd "${FILESDIR}"/iwpmd.init iwpmd
63 newinitd "${FILESDIR}"/srpd.init srpd
64 +
65 + use python && python_optimize
66 }