diff options
-rw-r--r-- | etc/portage/package.accept_keywords/conf | 2 | ||||
-rw-r--r-- | etc/portage/patches/sci-visualization/gnuplot/silent-startup.patch | 16 |
2 files changed, 18 insertions, 0 deletions
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 |