commit:     a0cb8215323d3b862116ddd896c8179c4cea89fe
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 22 19:47:05 2024 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jul 22 19:47:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0cb8215

dev-python/graph-tool: remove upstreamed patch

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...ompilation-with-boost-1.83-and-boost-1.76.patch | 28 ----------------------
 dev-python/graph-tool/graph-tool-2.71.ebuild       |  4 ----
 2 files changed, 32 deletions(-)

diff --git 
a/dev-python/graph-tool/files/0001-Fix-compilation-with-boost-1.83-and-boost-1.76.patch
 
b/dev-python/graph-tool/files/0001-Fix-compilation-with-boost-1.83-and-boost-1.76.patch
deleted file mode 100644
index bac83a8c0337..000000000000
--- 
a/dev-python/graph-tool/files/0001-Fix-compilation-with-boost-1.83-and-boost-1.76.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 005b377fa09c28a5f61f11319f337ceea640f4ab Mon Sep 17 00:00:00 2001
-From: Tiago de Paula Peixoto <ti...@skewed.de>
-Date: Fri, 1 Sep 2023 10:27:28 +0200
-Subject: [PATCH] Fix compilation with boost 1.83 and boost < 1.76 This unites
- upstream commits: 0a837b40 and 5517e370.
-
----
- src/graph/gml.hh | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/src/graph/gml.hh b/src/graph/gml.hh
-index 7bea0ca3..b4cb84db 100644
---- a/src/graph/gml.hh
-+++ b/src/graph/gml.hh
-@@ -26,6 +26,10 @@
- #include <boost/variant/get.hpp>
- #include <boost/spirit/include/support_istream_iterator.hpp>
- 
-+#if BOOST_VERSION >= 107600
-+#include <boost/regex/v5/unicode_iterator.hpp>
-+#endif
-+
- #include <boost/algorithm/string/replace.hpp>
- 
- #include <boost/property_map/dynamic_property_map.hpp>
--- 
-2.41.0
-

diff --git a/dev-python/graph-tool/graph-tool-2.71.ebuild 
b/dev-python/graph-tool/graph-tool-2.71.ebuild
index cc33f7016710..933f090ee1fa 100644
--- a/dev-python/graph-tool/graph-tool-2.71.ebuild
+++ b/dev-python/graph-tool/graph-tool-2.71.ebuild
@@ -40,10 +40,6 @@ DEPEND="${RDEPEND}
        dev-cpp/sparsehash"
 BDEPEND="virtual/pkgconfig"
 
-PATCHES=(
-       "${FILESDIR}"/0001-Fix-compilation-with-boost-1.83-and-boost-1.76.patch 
# backport
-)
-
 # bug 453544
 CHECKREQS_DISK_BUILD="6G"
 

Reply via email to