summaryrefslogtreecommitdiff
path: root/net-fs/samba/samba-4.11.11.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/samba/samba-4.11.11.ebuild')
-rw-r--r--net-fs/samba/samba-4.11.11.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-fs/samba/samba-4.11.11.ebuild b/net-fs/samba/samba-4.11.11.ebuild
index 59fb5ee118a3..95fda93f2461 100644
--- a/net-fs/samba/samba-4.11.11.ebuild
+++ b/net-fs/samba/samba-4.11.11.ebuild
@@ -15,7 +15,7 @@ SRC_PATH="stable"
SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
[[ ${PV} = *_rc* ]] || \
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
DESCRIPTION="Samba Suite Version 4"
HOMEPAGE="https://www.samba.org/"
@@ -144,6 +144,9 @@ WAF_BINARY="${S}/buildtools/bin/waf"
SHAREDMODS=""
pkg_setup() {
+ # Package fails to build with distcc
+ export DISTCC_DISABLE=1
+
python-single-r1_pkg_setup
if use cluster ; then
SHAREDMODS="idmap_rid,idmap_tdb2,idmap_ad"