diff options
| author | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-01-27 18:53:03 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-01-27 18:53:03 +0000 |
| commit | 3482ddf943eff7b8848f1fb31350b99ce349e86a (patch) | |
| tree | 9c9bb6ec6679e9dc44a84d87ba611989409b12ca /dev-perl/Alien-Gnuplot | |
| parent | 8e8120eabdd28020aa69c7a60505cce2edd20adc (diff) | |
| download | baldeagleos-repo-21.1.3.tar.gz baldeagleos-repo-21.1.3.tar.xz baldeagleos-repo-21.1.3.zip | |
Updating liguros repov21.1.3
Diffstat (limited to 'dev-perl/Alien-Gnuplot')
| -rw-r--r-- | dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild | 4 | ||||
| -rw-r--r-- | dev-perl/Alien-Gnuplot/files/Alien-Gnuplot-1.33.0-version.patch | 13 |
2 files changed, 16 insertions, 1 deletions
diff --git a/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild b/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild index 51d0baff15c2..0da98dc77595 100644 --- a/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild +++ b/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,3 +23,5 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker " + +PATCHES=( "${FILESDIR}/${P}-version.patch" ) diff --git a/dev-perl/Alien-Gnuplot/files/Alien-Gnuplot-1.33.0-version.patch b/dev-perl/Alien-Gnuplot/files/Alien-Gnuplot-1.33.0-version.patch new file mode 100644 index 000000000000..415db6890dd1 --- /dev/null +++ b/dev-perl/Alien-Gnuplot/files/Alien-Gnuplot-1.33.0-version.patch @@ -0,0 +1,13 @@ +https://bugs.gentoo.org/709670 + +--- a/lib/Alien/Gnuplot.pm ++++ b/lib/Alien/Gnuplot.pm +@@ -289,7 +289,7 @@ + your GNUPLOT_BINARY variable to an actual gnuplot. + }; + +- $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. + |
