diff options
author | David Seifert <soap@gentoo.org> | 2022-01-09 19:39:56 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-09 19:39:56 +0100 |
commit | 9043bb4eafc9a87378f07ebc8f368e23463c1e2b (patch) | |
tree | cf9d43acdd5eae23fb1093bcdd671696328bbb9d /sys-fabric | |
parent | sys-fabric/librdmacm: drop 1.0.18 (diff) | |
download | gentoo-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>
Diffstat (limited to 'sys-fabric')
-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 } |