summaryrefslogtreecommitdiff
path: root/dev-perl/Alien-Gnuplot/files
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-04-28 06:57:10 +0100
committerSam James <sam@gentoo.org>2024-04-28 07:50:29 +0100
commitfec2c6a98da2059f5d696d0015c0c75cd522dd7d (patch)
tree068e50f481a67c858729e001fa6e163fadf2be94 /dev-perl/Alien-Gnuplot/files
parent336c2f27a79f2dc624c98972dc8efd815532cd71 (diff)
downloadgentoo-fec2c6a98da2059f5d696d0015c0c75cd522dd7d.tar.gz
gentoo-fec2c6a98da2059f5d696d0015c0c75cd522dd7d.tar.bz2
gentoo-fec2c6a98da2059f5d696d0015c0c75cd522dd7d.zip
dev-perl/Alien-Gnuplot: add 1.43.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Alien-Gnuplot/files')
-rw-r--r--dev-perl/Alien-Gnuplot/files/Alien-Gnuplot-1.43.0-version.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-perl/Alien-Gnuplot/files/Alien-Gnuplot-1.43.0-version.patch b/dev-perl/Alien-Gnuplot/files/Alien-Gnuplot-1.43.0-version.patch
new file mode 100644
index 000000000000..7b49ae5016e2
--- /dev/null
+++ b/dev-perl/Alien-Gnuplot/files/Alien-Gnuplot-1.43.0-version.patch
@@ -0,0 +1,13 @@
+https://bugs.gentoo.org/709670
+
+--- a/lib/Alien/Gnuplot.pm
++++ b/lib/Alien/Gnuplot.pm
+@@ -316,7 +316,7 @@ Raw output from Gnuplot:
+ $lines
+ };
+
+- $lines =~ m/Version (\d+\.\d+) (patchlevel (\d+))?/ or die qq{
++ $lines =~ m/Version (\d+\.\d+(?:\.\d+)?) (patchlevel (\d+))?/ or die qq{
+ Alien::Gnuplot: the executable file $exec_path claims to be gnuplot, but
+ I could not parse a version number from its output. Sorry, I give up.
+