From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A77C159C96 for ; Mon, 22 Jul 2024 19:47:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF257E2A38; Mon, 22 Jul 2024 19:47:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF90BE2A38 for ; Mon, 22 Jul 2024 19:47:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C473733BF03 for ; Mon, 22 Jul 2024 19:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0507B1E5D for ; Mon, 22 Jul 2024 19:47:19 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1721677625.a0cb8215323d3b862116ddd896c8179c4cea89fe.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/graph-tool/, dev-python/graph-tool/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/graph-tool/files/0001-Fix-compilation-with-boost-1.83-and-boost-1.76.patch dev-python/graph-tool/graph-tool-2.71.ebuild X-VCS-Directories: dev-python/graph-tool/files/ dev-python/graph-tool/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a0cb8215323d3b862116ddd896c8179c4cea89fe X-VCS-Branch: master Date: Mon, 22 Jul 2024 19:47:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: af4289f2-1133-41c9-983e-b76759f44de4 X-Archives-Hash: 2214ca0e172af4fda60cc089664eba77 commit: a0cb8215323d3b862116ddd896c8179c4cea89fe Author: David Seifert gentoo org> AuthorDate: Mon Jul 22 19:47:05 2024 +0000 Commit: David Seifert gentoo 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 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 -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 - #include - -+#if BOOST_VERSION >= 107600 -+#include -+#endif -+ - #include - - #include --- -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"