diff options
author | Sam James <sam@gentoo.org> | 2021-03-31 07:38:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-09 20:25:37 +0000 |
commit | d7ea99f5a67784df00463ac1fad035618fe524e3 (patch) | |
tree | 9dedbc923d3b5b97f0453b5584a44cf442d98103 /sys-fabric | |
parent | profiles: update games-misc/games-envd mask message (diff) | |
download | gentoo-d7ea99f5a67784df00463ac1fad035618fe524e3.tar.gz gentoo-d7ea99f5a67784df00463ac1fad035618fe524e3.tar.bz2 gentoo-d7ea99f5a67784df00463ac1fad035618fe524e3.zip |
sys-fabric/rds-tools: port to EAPI 6 (temporarily), drop base.eclass
EAPI 6 for a short period until we update openib.eclass to allow
us to drop base.eclass.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fabric')
-rw-r--r-- | sys-fabric/rds-tools/files/rds-tools-2.0.4-qa.patch | 4 | ||||
-rw-r--r-- | sys-fabric/rds-tools/rds-tools-2.0.4-r4.ebuild (renamed from sys-fabric/rds-tools/rds-tools-2.0.4-r3.ebuild) | 14 |
2 files changed, 10 insertions, 8 deletions
diff --git a/sys-fabric/rds-tools/files/rds-tools-2.0.4-qa.patch b/sys-fabric/rds-tools/files/rds-tools-2.0.4-qa.patch index 0a8e1a575c4a..1be090a4f78d 100644 --- a/sys-fabric/rds-tools/files/rds-tools-2.0.4-qa.patch +++ b/sys-fabric/rds-tools/files/rds-tools-2.0.4-qa.patch @@ -1,8 +1,8 @@ Respect CC,CFLAGS, fix install paths, don't strip binaries https://bugs.gentoo.org/show_bug.cgi?id=374805 ---- Makefile.in -+++ Makefile.in +--- a/Makefile.in ++++ b/Makefile.in @@ -1,12 +1,15 @@ -prefix = $(DESTDIR)@prefix@ -exec_prefix = $(DESTDIR)@exec_prefix@ diff --git a/sys-fabric/rds-tools/rds-tools-2.0.4-r3.ebuild b/sys-fabric/rds-tools/rds-tools-2.0.4-r4.ebuild index 40b339cbe9fa..3a143a8889fe 100644 --- a/sys-fabric/rds-tools/rds-tools-2.0.4-r3.ebuild +++ b/sys-fabric/rds-tools/rds-tools-2.0.4-r4.ebuild @@ -1,23 +1,25 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 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 base openib toolchain-funcs +inherit openib toolchain-funcs DESCRIPTION="OpenIB userspace rds-tools" KEYWORDS="amd64 ~x86 ~amd64-linux" -IUSE="" DEPEND="sys-fabric/libibverbs:${SLOT}" -RDEPEND="${DEPEND} - !sys-fabric/openib-userspace" +RDEPEND=" + ${DEPEND} + !sys-fabric/openib-userspace +" + block_other_ofed_versions DOCS=( README ) |