commit: 4c4f4ca1b26252a9ace4783b24aab2b2d9246bbd Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> AuthorDate: Wed Sep 8 12:45:47 2021 +0000 Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> CommitDate: Wed Sep 8 12:45:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c4f4ca1
dev-util/eclipse-parallel-bin: fix QA not respect CFLAGS/LDFLAGS Closes: https://bugs.gentoo.org/812032 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru> dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild index 09dfb4ba9..f66cc1706 100644 --- a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild +++ b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild @@ -26,6 +26,11 @@ RDEPEND=" x11-libs/gtk+:3 " +QA_FLAGS_IGNORED=" + /opt/eclipse-parallel-bin/eclipse + /opt/eclipse-parallel-bin/plugins/org.eclipse.equinox.launcher.gtk.linux.*/eclipse_*.so +" + src_install() { insinto "/opt/${PN}" doins -r "${S}/."
