From 5582620b6261b390428cccebb0ccb8cd40f4ad75 Mon Sep 17 00:00:00 2001 From: Thomas Bracht Laumann Jespersen Date: Fri, 18 Mar 2022 21:45:47 +0100 Subject: media-plugins/gkrellmpc: update EAPI 6 -> 8 Convert src_prepare() to use the PATCHES array, and calling default instead of eapply_user(). Signed-off-by: Thomas Bracht Laumann Jespersen Closes: https://github.com/gentoo/gentoo/pull/24709 Signed-off-by: Sam James --- .../gkrellmpc/files/gkrellmpc-0.1_beta10-r1-make-test.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 media-plugins/gkrellmpc/files/gkrellmpc-0.1_beta10-r1-make-test.patch (limited to 'media-plugins/gkrellmpc/files') diff --git a/media-plugins/gkrellmpc/files/gkrellmpc-0.1_beta10-r1-make-test.patch b/media-plugins/gkrellmpc/files/gkrellmpc-0.1_beta10-r1-make-test.patch new file mode 100644 index 000000000000..9f2007e768d4 --- /dev/null +++ b/media-plugins/gkrellmpc/files/gkrellmpc-0.1_beta10-r1-make-test.patch @@ -0,0 +1,10 @@ +Makefile: Run gkrellm, not gkrellm2 for test + +--- a/Makefile ++++ b/Makefile +@@ -90,4 +90,4 @@ deinstall uninstall: + if [ -f ~/.gkrellm2/plugins/gkrellmpc.so ]; then rm -f ~/.gkrellm2/plugins/gkrellmpc.so; fi + + test: gkrellmpc.so +- gkrellm2 -p gkrellmpc.so ++ gkrellm -p gkrellmpc.so -- cgit v1.2.3-65-gdbad