From 391b5b359a346aff490103da7dddc85047f83830 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 1 Oct 2021 20:54:53 +0100 Subject: gentoo resync : 01.10.2021 --- .../arb/files/arb-2.21.0-qa-warning-fix.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sci-mathematics/arb/files/arb-2.21.0-qa-warning-fix.patch (limited to 'sci-mathematics/arb/files/arb-2.21.0-qa-warning-fix.patch') diff --git a/sci-mathematics/arb/files/arb-2.21.0-qa-warning-fix.patch b/sci-mathematics/arb/files/arb-2.21.0-qa-warning-fix.patch new file mode 100644 index 000000000000..dd5440f938de --- /dev/null +++ b/sci-mathematics/arb/files/arb-2.21.0-qa-warning-fix.patch @@ -0,0 +1,21 @@ +From d271652d3124c9e65a97df310a141c607a0b5ee5 Mon Sep 17 00:00:00 2001 +From: fredrik +Date: Wed, 29 Sep 2021 19:55:34 +0200 +Subject: [PATCH] add missing include + +--- + acb_poly/lgamma_series.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/acb_poly/lgamma_series.c b/acb_poly/lgamma_series.c +index 504b0cb4..d50ffb9f 100644 +--- a/acb_poly/lgamma_series.c ++++ b/acb_poly/lgamma_series.c +@@ -10,6 +10,7 @@ + */ + + #include "acb_poly.h" ++#include "acb_hypgeom.h" + + void + _acb_log_rising_correct_branch(acb_t t, -- cgit v1.2.3