Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/
Date: Sun, 02 Jan 2022 22:42:21
Message-Id: 1641162916.9d5d536af01c636d14be1560ce8cf4c75c668693.sam@gentoo
1 commit: 9d5d536af01c636d14be1560ce8cf4c75c668693
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 22:35:07 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 22:35:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5d536a
7
8 dev-cpp/tbb: fix UnusedInherits
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-cpp/tbb/tbb-2021.4.0.ebuild | 2 +-
13 dev-cpp/tbb/tbb-2021.5.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-cpp/tbb/tbb-2021.4.0.ebuild b/dev-cpp/tbb/tbb-2021.4.0.ebuild
17 index 9a99edb24ae8..bee49233f70c 100644
18 --- a/dev-cpp/tbb/tbb-2021.4.0.ebuild
19 +++ b/dev-cpp/tbb/tbb-2021.4.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=8
23
24 -inherit cmake-multilib flag-o-matic toolchain-funcs
25 +inherit cmake-multilib
26
27 DESCRIPTION="High level abstract threading library"
28 HOMEPAGE="https://www.threadingbuildingblocks.org"
29
30 diff --git a/dev-cpp/tbb/tbb-2021.5.0.ebuild b/dev-cpp/tbb/tbb-2021.5.0.ebuild
31 index 3f730d6829cb..0a18fece5fd1 100644
32 --- a/dev-cpp/tbb/tbb-2021.5.0.ebuild
33 +++ b/dev-cpp/tbb/tbb-2021.5.0.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=8
37
38 -inherit cmake-multilib flag-o-matic toolchain-funcs
39 +inherit cmake-multilib
40
41 DESCRIPTION="High level abstract threading library"
42 HOMEPAGE="https://www.threadingbuildingblocks.org"