diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-04-10 01:49:00 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-04-10 01:49:00 +0000 |
| commit | bf3d34248fe6ea7786aba6b2763dcf4fa111cb82 (patch) | |
| tree | 8a79794f7f5368f4118fe20e0d3f524dc5831e00 /sys-fabric | |
| parent | 809faa0a93ab6dffb8df6fa6b76ccd69331dbcd6 (diff) | |
| download | baldeagleos-repo-bf3d34248fe6ea7786aba6b2763dcf4fa111cb82.tar.gz baldeagleos-repo-bf3d34248fe6ea7786aba6b2763dcf4fa111cb82.tar.xz baldeagleos-repo-bf3d34248fe6ea7786aba6b2763dcf4fa111cb82.zip | |
Adding metadata
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 ) |
