From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 502DF158020 for ; Sat, 19 Nov 2022 09:25:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A76B6E0891; Sat, 19 Nov 2022 09:24:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A145E0845 for ; Sat, 19 Nov 2022 09:24:50 +0000 (UTC) From: Matthew Smith To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] [PATCH 0/4] waf-utils.eclass: various improvements Date: Sat, 19 Nov 2022 09:23:54 +0000 Message-Id: <20221119092358.280588-1-matthew@gentoo.org> X-Mailer: git-send-email 2.38.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: ae279b95-a0d7-4733-a66c-7225d949e0ea X-Archives-Hash: 025f711520314a2a791e5387a10523ae Patch series to fix the remaining open waf-utils.eclass bugs. -- Matthew Smith (4): waf-utils.eclass: add default mandir setting waf-utils.eclass: pass EXTRA_ECONF to configure waf-utils.eclass: set --jobs=1 for configure and install waf-utils.eclass: set PYTHONHASHSEED environment variable eclass/waf-utils.eclass | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-)