commit:     f9947690413d45afd9c34c99382fcab07235408c
Author:     Stephen L Arnold <nerdboy <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 19:58:18 2018 +0000
Commit:     Steve Arnold <nerdboy <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 19:58:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9947690

net-misc/ntpsec: unset MAKEOPTS since waf completely ignores it anyway

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-misc/ntpsec/{ntpsec-1.0.0-r3.ebuild => ntpsec-1.0.0-r4.ebuild} | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-misc/ntpsec/ntpsec-1.0.0-r3.ebuild 
b/net-misc/ntpsec/ntpsec-1.0.0-r4.ebuild
similarity index 98%
rename from net-misc/ntpsec/ntpsec-1.0.0-r3.ebuild
rename to net-misc/ntpsec/ntpsec-1.0.0-r4.ebuild
index ab3302255ec..e0b19c3eb0d 100644
--- a/net-misc/ntpsec/ntpsec-1.0.0-r3.ebuild
+++ b/net-misc/ntpsec/ntpsec-1.0.0-r4.ebuild
@@ -57,6 +57,8 @@ DEPEND="${CDEPEND}
        !net-misc/openntpd
 "
 
+WAF_BINARY="${S}/waf"
+
 pkg_setup() {
        enewgroup ntp 123
        enewuser ntp 123 -1 /dev/null ntp
@@ -105,6 +107,7 @@ src_configure() {
 }
 
 src_compile() {
+       unset MAKEOPTS
        python_compile() {
                waf-utils_src_compile
        }

Reply via email to