Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/eclipse-parallel-bin/
Date: Wed, 08 Sep 2021 15:21:16
Message-Id: 1631105147.4c4f4ca1b26252a9ace4783b24aab2b2d9246bbd.arthurzam@gentoo
1 commit: 4c4f4ca1b26252a9ace4783b24aab2b2d9246bbd
2 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
3 AuthorDate: Wed Sep 8 12:45:47 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 8 12:45:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c4f4ca1
7
8 dev-util/eclipse-parallel-bin: fix QA not respect CFLAGS/LDFLAGS
9
10 Closes: https://bugs.gentoo.org/812032
11
12 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
13
14 dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild | 5 +++++
15 1 file changed, 5 insertions(+)
16
17 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
18 index 09dfb4ba9..f66cc1706 100644
19 --- a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild
20 +++ b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild
21 @@ -26,6 +26,11 @@ RDEPEND="
22 x11-libs/gtk+:3
23 "
24
25 +QA_FLAGS_IGNORED="
26 + /opt/eclipse-parallel-bin/eclipse
27 + /opt/eclipse-parallel-bin/plugins/org.eclipse.equinox.launcher.gtk.linux.*/eclipse_*.so
28 +"
29 +
30 src_install() {
31 insinto "/opt/${PN}"
32 doins -r "${S}/."