From 9043bb4eafc9a87378f07ebc8f368e23463c1e2b Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 9 Jan 2022 19:39:56 +0100 Subject: [PATCH] sys-fabric/librdmacm: update EAPI 5 -> 6 Signed-off-by: David Seifert --- ...rdmacm-1.0.18-r1.ebuild => librdmacm-1.0.18-r2.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename sys-fabric/librdmacm/{librdmacm-1.0.18-r1.ebuild => librdmacm-1.0.18-r2.ebuild} (79%) diff --git a/sys-fabric/librdmacm/librdmacm-1.0.18-r1.ebuild b/sys-fabric/librdmacm/librdmacm-1.0.18-r2.ebuild similarity index 79% rename from sys-fabric/librdmacm/librdmacm-1.0.18-r1.ebuild rename to sys-fabric/librdmacm/librdmacm-1.0.18-r2.ebuild index c6ab4d81f4e69..53b25cdd809d0 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 }