Closes: https://bugs.gentoo.org/255371
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
"${FILESDIR}/${PN}-0.1.9998_pre20171020-gold.patch"
)
+pkg_setup() {
+ # Package fails with distcc (bug #255371)
+ export DISTCC_DISABLE=1
+}
+
src_prepare() {
rm -rf "${S}/kBuild/bin"
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
S="${WORKDIR}/${MY_P/-src}"
+pkg_setup() {
+ # Package fails with distcc (bug #255371)
+ export DISTCC_DISABLE=1
+}
+
src_prepare() {
default
rm -rf "${S}/kBuild/bin" || die