Gentoo Archives: gentoo-commits

From: Rui Huang <vowstar@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
Date: Mon, 02 Mar 2020 07:29:56
Message-Id: 1583134169.273b937d12c73435345c3d14a707a83dce6dd826.vowstar@gentoo
1 commit: 273b937d12c73435345c3d14a707a83dce6dd826
2 Author: Huang Rui <vowstar <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 2 07:29:29 2020 +0000
4 Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
5 CommitDate: Mon Mar 2 07:29:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=273b937d
7
8 sci-electronics/kactus2: remove unused patch in 9999.ebuild
9
10 Upstream fixed .qmake.conf: fix libpath and INSTALL_ROOT
11 kactus2/kactus2dev#37
12 So removed this patch in ebuild, and parallel compilation problem fixed.
13
14 Package-Manager: Portage-2.3.90, Repoman-2.3.20
15 Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
16
17 sci-electronics/kactus2/kactus2-9999.ebuild | 8 ++------
18 1 file changed, 2 insertions(+), 6 deletions(-)
19
20 diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild b/sci-electronics/kactus2/kactus2-9999.ebuild
21 index 206e142..4660d73 100644
22 --- a/sci-electronics/kactus2/kactus2-9999.ebuild
23 +++ b/sci-electronics/kactus2/kactus2-9999.ebuild
24 @@ -37,13 +37,9 @@ RDEPEND="
25 ${DEPEND}
26 "
27
28 -PATCHES=(
29 - "${FILESDIR}"/${PN}-3.8.0-install.patch # Fix install problem
30 -)
31 -
32 src_install() {
33 - # Can't use default, set INSTALL_ROOT and workaround parallel install bug
34 - emake -j1 INSTALL_ROOT="${D}" install
35 + # Can't use default, set INSTALL_ROOT
36 + emake INSTALL_ROOT="${D}" install
37 }
38
39 pkg_postinst() {