From 60e3e1691b4ca3caa263f3fd4f6f9048a97be9a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 20 Mar 2023 22:52:40 +0100 Subject: gnuplot quiet startup --- etc/portage/package.accept_keywords/conf | 2 ++ .../sci-visualization/gnuplot/silent-startup.patch | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 etc/portage/patches/sci-visualization/gnuplot/silent-startup.patch diff --git a/etc/portage/package.accept_keywords/conf b/etc/portage/package.accept_keywords/conf index d264f42..2019694 100644 --- a/etc/portage/package.accept_keywords/conf +++ b/etc/portage/package.accept_keywords/conf @@ -22,3 +22,5 @@ sci-libs/pytorch ~* dev-embedded/platformio ~* dev-python/pydub ~* dev-util/frida-tools ~* +dev-util/jadx ~* +dev-java/gradle ~* diff --git a/etc/portage/patches/sci-visualization/gnuplot/silent-startup.patch b/etc/portage/patches/sci-visualization/gnuplot/silent-startup.patch new file mode 100644 index 0000000..3ac8d9a --- /dev/null +++ b/etc/portage/patches/sci-visualization/gnuplot/silent-startup.patch @@ -0,0 +1,16 @@ +diff --git a/src/plot.c b/src/plot.c +index d86f288..3bdf884 100644 +--- a/src/plot.c ++++ b/src/plot.c +@@ -498,11 +498,6 @@ main(int argc_orig, char **argv) + + /* Need this before show_version is called for the first time */ + +- if (interactive) +- show_version(stderr); +- else +- show_version(NULL); /* Only load GPVAL_COMPILE_OPTIONS */ +- + update_gpval_variables(3); /* update GPVAL_ variables available to user */ + + #ifdef VMS -- cgit v1.2.3