From 7a956d8d3efcc4f50aaf40f222fdca39d8547aea Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Tue, 7 Jul 2020 07:54:45 +0100 Subject: sys-apps/dtc: be explicit about disabling python Reported-by: m0wer Closes: https://bugs.gentoo.org/686852 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich --- sys-apps/dtc/dtc-1.5.0-r2.ebuild | 3 ++- sys-apps/dtc/dtc-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sys-apps/dtc') diff --git a/sys-apps/dtc/dtc-1.5.0-r2.ebuild b/sys-apps/dtc/dtc-1.5.0-r2.ebuild index d995690db9ca..ac119788204b 100644 --- a/sys-apps/dtc/dtc-1.5.0-r2.ebuild +++ b/sys-apps/dtc/dtc-1.5.0-r2.ebuild @@ -42,8 +42,9 @@ PATCHES=( _emake() { # valgrind is used only in 'make checkm' emake \ - NO_YAML=$(usex !yaml 1 0) \ + NO_PYTHON=1 \ NO_VALGRIND=1 \ + NO_YAML=$(usex !yaml 1 0) \ \ AR="$(tc-getAR)" \ CC="$(tc-getCC)" \ diff --git a/sys-apps/dtc/dtc-9999.ebuild b/sys-apps/dtc/dtc-9999.ebuild index a24d2e224a33..95ae8df0dc67 100644 --- a/sys-apps/dtc/dtc-9999.ebuild +++ b/sys-apps/dtc/dtc-9999.ebuild @@ -40,8 +40,9 @@ PATCHES=( _emake() { # valgrind is used only in 'make checkm' emake \ - NO_YAML=$(usex !yaml 1 0) \ + NO_PYTHON=1 \ NO_VALGRIND=1 \ + NO_YAML=$(usex !yaml 1 0) \ \ AR="$(tc-getAR)" \ CC="$(tc-getCC)" \ -- cgit v1.2.3-65-gdbad