Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/hpx/files/
Date: Mon, 27 Feb 2023 11:22:40
Message-Id: 1677496946.cfc8fc4a1698ff23c6a709f2a33976b9ad9f72f3.flow@gentoo
1 commit: cfc8fc4a1698ff23c6a709f2a33976b9ad9f72f3
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 11:17:25 2023 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 11:22:26 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc8fc4a
7
8 sys-cluster/hpx: scrub patch
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 sys-cluster/hpx/files/hpx-1.8.1-fix-intmax-error.patch | 6 ------
13 1 file changed, 6 deletions(-)
14
15 diff --git a/sys-cluster/hpx/files/hpx-1.8.1-fix-intmax-error.patch b/sys-cluster/hpx/files/hpx-1.8.1-fix-intmax-error.patch
16 index 58d6a70a15ff..1f5041047a59 100644
17 --- a/sys-cluster/hpx/files/hpx-1.8.1-fix-intmax-error.patch
18 +++ b/sys-cluster/hpx/files/hpx-1.8.1-fix-intmax-error.patch
19 @@ -3,12 +3,6 @@ From: Jonathan Wakely <jwakely@××××××.com>
20 Date: Wed, 8 Feb 2023 12:32:11 +0000
21 Subject: [PATCH] Add missing header for std::intmax_t
22
23 ----
24 - .../include/hpx/iterator_support/counting_iterator.hpp | 1 +
25 - 1 file changed, 1 insertion(+)
26 -
27 -diff --git a/libs/core/iterator_support/include/hpx/iterator_support/counting_iterator.hpp b/libs/core/iterator_support/include/hpx/iterator_support/counting_iterator.hpp
28 -index e6e6c7a99cb8..1414648cc2cf 100644
29 --- a/libs/core/iterator_support/include/hpx/iterator_support/counting_iterator.hpp
30 +++ b/libs/core/iterator_support/include/hpx/iterator_support/counting_iterator.hpp
31 @@ -18,6 +18,7 @@