Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/dyninst/
Date: Tue, 29 Mar 2022 00:23:02
Message-Id: 1648366246.9786a98e3d22569a275a72b398800585d222176e.tastytea@gentoo
1 commit: 9786a98e3d22569a275a72b398800585d222176e
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Mar 27 07:11:17 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Sun Mar 27 07:30:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9786a98e
7
8 sys-cluster/dyninst: restrict tbb version
9
10 Closes: https://bugs.gentoo.org/836224
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 sys-cluster/dyninst/dyninst-11.0.1-r1.ebuild | 4 ++--
14 sys-cluster/dyninst/dyninst-12.1.0.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-cluster/dyninst/dyninst-11.0.1-r1.ebuild b/sys-cluster/dyninst/dyninst-11.0.1-r1.ebuild
18 index eb0f0a6d7..cd757ea4f 100644
19 --- a/sys-cluster/dyninst/dyninst-11.0.1-r1.ebuild
20 +++ b/sys-cluster/dyninst/dyninst-11.0.1-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="7"
27 @@ -20,7 +20,7 @@ KEYWORDS="~amd64"
28 IUSE="doc openmp valgrind"
29
30 RDEPEND="
31 - dev-cpp/tbb
32 + <dev-cpp/tbb-2021
33 dev-libs/boost:=
34 virtual/libelf
35 virtual/mpi
36
37 diff --git a/sys-cluster/dyninst/dyninst-12.1.0.ebuild b/sys-cluster/dyninst/dyninst-12.1.0.ebuild
38 index 7cfdd0b74..7ad15d6f2 100644
39 --- a/sys-cluster/dyninst/dyninst-12.1.0.ebuild
40 +++ b/sys-cluster/dyninst/dyninst-12.1.0.ebuild
41 @@ -20,7 +20,7 @@ KEYWORDS="~amd64"
42 IUSE="doc openmp valgrind"
43
44 RDEPEND="
45 - dev-cpp/tbb
46 + <dev-cpp/tbb-2021
47 dev-libs/boost:=
48 virtual/libelf
49 virtual/mpi