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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BFE3B13835B for ; Wed, 16 Dec 2020 23:13:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6FB5E0A4F; Wed, 16 Dec 2020 23:13:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCD3AE0A46 for ; Wed, 16 Dec 2020 23:13:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4E59340D0C for ; Wed, 16 Dec 2020 23:13:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 466A2CB for ; Wed, 16 Dec 2020 23:13:37 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1608160402.80ed09bc9b1b3f0050a2af9d305e89daa1c6a7c2.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/bazel.eclass X-VCS-Directories: eclass/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 80ed09bc9b1b3f0050a2af9d305e89daa1c6a7c2 X-VCS-Branch: master Date: Wed, 16 Dec 2020 23:13:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1ecd086e-0710-4afe-adad-8c3a1a9188e8 X-Archives-Hash: daee190465914776492073b97cd98d2c commit: 80ed09bc9b1b3f0050a2af9d305e89daa1c6a7c2 Author: Aaron Bauman gentoo org> AuthorDate: Wed Dec 16 22:44:00 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Dec 16 23:13:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ed09bc eclass/bazel: fixup documentation Signed-off-by: Aaron Bauman gentoo.org> eclass/bazel.eclass | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eclass/bazel.eclass b/eclass/bazel.eclass index 854b740db4f..493e2d4593d 100644 --- a/eclass/bazel.eclass +++ b/eclass/bazel.eclass @@ -24,6 +24,11 @@ case "${EAPI:-0}" in ;; esac +# @VARIABLE: _BAZEL_ECLASS +# @INTERNAL +# @DESCRIPTION: +# Please document me + if [[ ! ${_BAZEL_ECLASS} ]]; then inherit multiprocessing toolchain-funcs