summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-fabric/libibverbs/libibverbs-1.1.7-r2.ebuild (renamed from sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild)8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild b/sys-fabric/libibverbs/libibverbs-1.1.7-r2.ebuild
index 36227d3bcda6..86e03dd440a2 100644
--- a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
+++ b/sys-fabric/libibverbs/libibverbs-1.1.7-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.gcbf2a35"
-inherit eutils openib multilib-minimal
+inherit openib multilib-minimal
DESCRIPTION="A library to use InfiniBand 'verbs' for direct access to IB hardware"
@@ -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
}