diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-11-27 23:43:20 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-11-27 23:46:31 +0100 |
commit | 9526b21a4dde5fde5db8f6b0a662e4a869eb237d (patch) | |
tree | c787db9289bd2eed9d1175720649da1d6516ada7 /sci-mathematics/gretl/files | |
parent | sci-geosciences/opencpn-plugin-findit: [QA] "bump to 1.2.12.0" (diff) | |
download | gentoo-9526b21a4dde5fde5db8f6b0a662e4a869eb237d.tar.gz gentoo-9526b21a4dde5fde5db8f6b0a662e4a869eb237d.tar.bz2 gentoo-9526b21a4dde5fde5db8f6b0a662e4a869eb237d.zip |
sci-mathematics/gretl: add 2021d, drop 1.9.90
Closes: https://bugs.gentoo.org/589074
Closes: https://bugs.gentoo.org/648636
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sci-mathematics/gretl/files')
-rw-r--r-- | sci-mathematics/gretl/files/gretl-2001d-appdatadir.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-mathematics/gretl/files/gretl-2001d-appdatadir.patch b/sci-mathematics/gretl/files/gretl-2001d-appdatadir.patch new file mode 100644 index 000000000000..8b42edccc88b --- /dev/null +++ b/sci-mathematics/gretl/files/gretl-2001d-appdatadir.patch @@ -0,0 +1,11 @@ +--- a/gui/Makefile.in ++++ b/gui/Makefile.in +@@ -139,7 +139,7 @@ + else + gretldir = $(datarootdir)/gretl + uidir = $(gretldir)/ui +- appdatadir = $(datarootdir)/appdata ++ appdatadir = $(datarootdir)/metainfo + endif + + tooldir = $(topsrc)/tools |