public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/ibacm/
@ 2018-04-23  0:24 Aaron Bauman
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2018-04-23  0:24 UTC (permalink / raw
  To: gentoo-commits

commit:     e8744b6fdcd363cb1c71bc14da369fba97fedfdd
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 00:22:05 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 00:22:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8744b6f

sys-fabric/ibacm: amd64 stable wrt bug #643122

Bug: https://bugs.gentoo.org/643122
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 sys-fabric/ibacm/ibacm-1.0.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fabric/ibacm/ibacm-1.0.8.ebuild b/sys-fabric/ibacm/ibacm-1.0.8.ebuild
index b1a778e209c..2872d490e17 100644
--- a/sys-fabric/ibacm/ibacm-1.0.8.ebuild
+++ b/sys-fabric/ibacm/ibacm-1.0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -11,7 +11,7 @@ OFED_SUFFIX="1"
 inherit openib
 
 DESCRIPTION="IB CM pre-connection service application"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/ibacm/
@ 2021-05-16 19:35 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-05-16 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     3df1e290ea0cd56275955c3767d09f2ddc4648e6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 16 19:24:50 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 16 19:35:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df1e290

sys-fabric/ibacm: fix pthread linkage

Closes: https://bugs.gentoo.org/611778
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fabric/ibacm/ibacm-1.0.8.ebuild | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/sys-fabric/ibacm/ibacm-1.0.8.ebuild b/sys-fabric/ibacm/ibacm-1.0.8.ebuild
index 2872d490e17..24f54d5d2f0 100644
--- a/sys-fabric/ibacm/ibacm-1.0.8.ebuild
+++ b/sys-fabric/ibacm/ibacm-1.0.8.ebuild
@@ -1,22 +1,33 @@
-# 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 openib
+inherit autotools openib
 
 DESCRIPTION="IB CM pre-connection service application"
 KEYWORDS="amd64 ~x86 ~amd64-linux"
-IUSE=""
 
 RDEPEND="
 	sys-fabric/libibumad:${SLOT}
 	sys-fabric/libibverbs:${SLOT}
 "
 DEPEND="${RDEPEND}"
+
 block_other_ofed_versions
+
+PATCHES=(
+	"${FILESDIR}"/${P}-fix-pthread-linkage.patch
+)
+
+src_prepare() {
+	default
+
+	# Needed for pthread fix (bug #611778)
+	eautoreconf
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/ibacm/
@ 2021-05-16 19:53 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-05-16 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     461c77c4f99ad01a88ff767625b03a2ce0629a8c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 16 19:53:15 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 16 19:53:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=461c77c4

sys-fabric/ibacm: Stabilize 1.0.8 x86, #643122

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fabric/ibacm/ibacm-1.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fabric/ibacm/ibacm-1.0.8.ebuild b/sys-fabric/ibacm/ibacm-1.0.8.ebuild
index 24f54d5d2f0..2239f9c1e8e 100644
--- a/sys-fabric/ibacm/ibacm-1.0.8.ebuild
+++ b/sys-fabric/ibacm/ibacm-1.0.8.ebuild
@@ -11,7 +11,7 @@ OFED_SUFFIX="1"
 inherit autotools openib
 
 DESCRIPTION="IB CM pre-connection service application"
-KEYWORDS="amd64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 x86 ~amd64-linux"
 
 RDEPEND="
 	sys-fabric/libibumad:${SLOT}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-16 19:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-23  0:24 [gentoo-commits] repo/gentoo:master commit in: sys-fabric/ibacm/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2021-05-16 19:35 Sam James
2021-05-16 19:53 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox