sci-electronics/kactus2: remove unused patch in 9999.ebuild

Upstream fixed .qmake.conf: fix libpath and INSTALL_ROOT
kactus2/kactus2dev#37
So removed this patch in ebuild, and parallel compilation problem fixed.

Package-Manager: Portage-2.3.90, Repoman-2.3.20
Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2020-03-02 15:29:29 +08:00
parent f1c7c5be74
commit 273b937d12

View File

@@ -37,13 +37,9 @@ RDEPEND="
${DEPEND}
"
PATCHES=(
"${FILESDIR}"/${PN}-3.8.0-install.patch # Fix install problem
)
src_install() {
# Can't use default, set INSTALL_ROOT and workaround parallel install bug
emake -j1 INSTALL_ROOT="${D}" install
# Can't use default, set INSTALL_ROOT
emake INSTALL_ROOT="${D}" install
}
pkg_postinst() {