summaryrefslogtreecommitdiff
path: root/sci-libs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-11 02:19:03 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-11 02:19:03 +0100
commit995884416efaa899e9abe8d5c6899570e518b84b (patch)
treeb80d7fe7cc1e5e48e899d459fa62594665af4eb5 /sci-libs
parentf1cd8f3514f8b9fbc1cc9cfe0dd08a8cb258e87a (diff)
gentoo auto-resync : 11:08:2022 - 02:19:03
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/Manifest.gzbin44569 -> 44569 bytes
-rw-r--r--sci-libs/fplll/Manifest1
-rw-r--r--sci-libs/fplll/files/fplll-5.4.0-gcc11.patch21
3 files changed, 0 insertions, 22 deletions
diff --git a/sci-libs/Manifest.gz b/sci-libs/Manifest.gz
index 8d95a0e96190..9b9e282078c9 100644
--- a/sci-libs/Manifest.gz
+++ b/sci-libs/Manifest.gz
Binary files differ
diff --git a/sci-libs/fplll/Manifest b/sci-libs/fplll/Manifest
index 4052ec8c2093..c976b079cc54 100644
--- a/sci-libs/fplll/Manifest
+++ b/sci-libs/fplll/Manifest
@@ -1,4 +1,3 @@
-AUX fplll-5.4.0-gcc11.patch 623 BLAKE2B 230fcf908c4a6604f6da3800927b9bfee0d9c8b979d0b4cfeba5bf5ae68256f1d457bade2d62c30f2a7e7c07d8433374b19459a3f6d37ba71766b73e1cb189bc SHA512 35b1589267cadddbb7aef7859a748eb171f4545ed42037645588d44df0e404a3ec5f21419ad4a1e34dd5fd037cdceeb927ec7b7a770e4a24eecdbdee6b3176bd
AUX fplll-5.4.2-with-qd-fix.patch 942 BLAKE2B 3335262a47db7cc8fe48d79f2638882a8522ea026f55bbcd9b612457ef6186b84e673e0d9b0b9a022f4a3915dff830ab28ab47a5093fc3364fa4d4fc1317ef8f SHA512 4fcfb3aea3fe72d8072996c2bc6e5f626b4972448871578a29119cd10325d0451186d410f6732d58f96eb18ae040ed8410213228b63aa3012dba63a1916e68bd
DIST fplll-5.4.2.tar.gz 2618377 BLAKE2B e730c8646b9afb68515a23e533ea8ef833439d69f2130157bd6e38b1efab9116817535c261721c98b23410185271ffc323c687630e3ba262adb97fa5f69be787 SHA512 45324d89d0efeb269c1d1400332a51432e5d09f7bf0a6d651650e0941bb718493cbb66d65056b98691691236eaf348b2cae686ee06761f64380df98b6206c004
EBUILD fplll-5.4.2.ebuild 766 BLAKE2B d7862862614674ee233c8e9dc336d85098699c6743e8b1e0b8363bb11130b2e246972301373cb50dec1c3b0b373bb02fec90616c2619e9572e35a7a1e83d0668 SHA512 a115045f6e5ceeb501714775db7a08b15928096100b23b89a597eef41cc61768a9add4dfd53b16974794ab7cd47a5296824dc02a5341a55115f478b827a4e127
diff --git a/sci-libs/fplll/files/fplll-5.4.0-gcc11.patch b/sci-libs/fplll/files/fplll-5.4.0-gcc11.patch
deleted file mode 100644
index 935d342cda14..000000000000
--- a/sci-libs/fplll/files/fplll-5.4.0-gcc11.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 1d7dded000e425bb103841e68c79f81b335b7271 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Fran=C3=A7ois=20Bissey?= <frp.bissey@gmail.com>
-Date: Sat, 1 May 2021 08:19:41 +1200
-Subject: [PATCH] minimal change to compile with gcc-11
-
----
- fplll/enum/enumerate_ext_api.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/fplll/enum/enumerate_ext_api.h b/fplll/enum/enumerate_ext_api.h
-index 387a1461..803c870e 100644
---- a/fplll/enum/enumerate_ext_api.h
-+++ b/fplll/enum/enumerate_ext_api.h
-@@ -18,6 +18,7 @@
- #define FPLLL_ENUMERATE_EXT_API_H
-
- #include <array>
-+#include <cstdint>
- #include <functional>
- #include <memory>
-