commit:     7a956d8d3efcc4f50aaf40f222fdca39d8547aea
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  7 06:54:45 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Jul  7 06:54:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a956d8d

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 <slyfox <AT> gentoo.org>

 sys-apps/dtc/dtc-1.5.0-r2.ebuild | 3 ++-
 sys-apps/dtc/dtc-9999.ebuild     | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-apps/dtc/dtc-1.5.0-r2.ebuild b/sys-apps/dtc/dtc-1.5.0-r2.ebuild
index d995690db9c..ac119788204 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 a24d2e224a3..95ae8df0dc6 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)" \

Reply via email to