mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user