commit:     30d5d13f4853db431947ed125cafa3687c37e73c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  9 18:39:54 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan  9 18:39:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d5d13f

sys-fabric/libibverbs: update EAPI 5 -> 6

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../{libibverbs-1.1.7-r1.ebuild => libibverbs-1.1.7-r2.ebuild}    | 8 ++++----
 1 file 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
similarity index 79%
rename from sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
rename to 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
 }

Reply via email to