commit:     6a053f9e8f0c69635bb1540498939e142ef2763c
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Jun 13 18:46:44 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 10:20:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a053f9e

sci-libs/symengine: remove unused patch

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/25878
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 .../symengine/files/symengine-0.7.0-boost-1.77.patch  | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/sci-libs/symengine/files/symengine-0.7.0-boost-1.77.patch 
b/sci-libs/symengine/files/symengine-0.7.0-boost-1.77.patch
deleted file mode 100644
index c4d6dc28e8f8..000000000000
--- a/sci-libs/symengine/files/symengine-0.7.0-boost-1.77.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-https://github.com/symengine/symengine/commit/ceae675dccd593f119f3010d46e133de74fc01bc
-https://bugs.gentoo.org/808057
-
-From: Liam Keegan <l...@keegan.ch>
-Date: Mon, 31 May 2021 21:31:02 +0200
-Subject: [PATCH] use list initialization for int parameter since type depends
- on boost version
-
---- a/symengine/mp_boost.cpp
-+++ b/symengine/mp_boost.cpp
-@@ -279,7 +279,7 @@ unsigned long mp_scan1(const integer_class &i)
-     if (i == 0) {
-         return ULONG_MAX;
-     }
--    return find_lsb(i, int_<0>());
-+    return find_lsb(i, {});
- }
- 
- // define simple 2x2 matrix with exponentiation by repeated squaring

Reply via email to