Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fabric/librdmacm/
Date: Sun, 09 Jan 2022 18:40:19
Message-Id: 1641753596.9043bb4eafc9a87378f07ebc8f368e23463c1e2b.soap@gentoo
1 commit: 9043bb4eafc9a87378f07ebc8f368e23463c1e2b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 9 18:39:56 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 18:39:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9043bb4e
7
8 sys-fabric/librdmacm: update EAPI 5 -> 6
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 .../{librdmacm-1.0.18-r1.ebuild => librdmacm-1.0.18-r2.ebuild} | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/sys-fabric/librdmacm/librdmacm-1.0.18-r1.ebuild b/sys-fabric/librdmacm/librdmacm-1.0.18-r2.ebuild
16 similarity index 79%
17 rename from sys-fabric/librdmacm/librdmacm-1.0.18-r1.ebuild
18 rename to sys-fabric/librdmacm/librdmacm-1.0.18-r2.ebuild
19 index c6ab4d81f4e6..53b25cdd809d 100644
20 --- a/sys-fabric/librdmacm/librdmacm-1.0.18-r1.ebuild
21 +++ b/sys-fabric/librdmacm/librdmacm-1.0.18-r2.ebuild
22 @@ -1,14 +1,14 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI="5"
28 +EAPI=6
29
30 OFED_VER="3.12"
31 OFED_RC="1"
32 OFED_RC_VER="1"
33 OFED_SUFFIX="1"
34
35 -inherit eutils openib multilib-minimal
36 +inherit openib multilib-minimal
37
38 DESCRIPTION="OpenIB userspace RDMA CM library"
39
40 @@ -27,5 +27,5 @@ multilib_src_configure() {
41
42 multilib_src_install_all() {
43 einstalldocs
44 - use static-libs || find "${ED}/usr" -name '*.la' -delete
45 + find "${ED}" -name '*.la' -delete || die
46 }