summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-09 19:39:56 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-09 19:39:56 +0100
commit9043bb4eafc9a87378f07ebc8f368e23463c1e2b (patch)
treecf9d43acdd5eae23fb1093bcdd671696328bbb9d
parentsys-fabric/librdmacm: drop 1.0.18 (diff)
downloadgentoo-9043bb4eafc9a87378f07ebc8f368e23463c1e2b.tar.gz
gentoo-9043bb4eafc9a87378f07ebc8f368e23463c1e2b.tar.bz2
gentoo-9043bb4eafc9a87378f07ebc8f368e23463c1e2b.zip
sys-fabric/librdmacm: update EAPI 5 -> 6
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--sys-fabric/librdmacm/librdmacm-1.0.18-r2.ebuild (renamed from sys-fabric/librdmacm/librdmacm-1.0.18-r1.ebuild)8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-fabric/librdmacm/librdmacm-1.0.18-r1.ebuild b/sys-fabric/librdmacm/librdmacm-1.0.18-r2.ebuild
index c6ab4d81f4e6..53b25cdd809d 100644
--- a/sys-fabric/librdmacm/librdmacm-1.0.18-r1.ebuild
+++ b/sys-fabric/librdmacm/librdmacm-1.0.18-r2.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI=6
OFED_VER="3.12"
OFED_RC="1"
OFED_RC_VER="1"
OFED_SUFFIX="1"
-inherit eutils openib multilib-minimal
+inherit openib multilib-minimal
DESCRIPTION="OpenIB userspace RDMA CM library"
@@ -27,5 +27,5 @@ multilib_src_configure() {
multilib_src_install_all() {
einstalldocs
- use static-libs || find "${ED}/usr" -name '*.la' -delete
+ find "${ED}" -name '*.la' -delete || die
}