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 9B2431382C5 for ; Fri, 5 Feb 2021 03:45:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C21BAE0992; Fri, 5 Feb 2021 03:45:05 +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 68ACEE0992 for ; Fri, 5 Feb 2021 03:45:05 +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 9ADBD33BE14 for ; Fri, 5 Feb 2021 03:45:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03A384AE for ; Fri, 5 Feb 2021 03:45:02 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1612496523.955f9a736f97b8d08296e82e92fc4ccfc4c63cfd.perfinion@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: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 955f9a736f97b8d08296e82e92fc4ccfc4c63cfd X-VCS-Branch: master Date: Fri, 5 Feb 2021 03:45:02 +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: 05c7213f-3259-4e61-b4da-fde3e35e2886 X-Archives-Hash: c1553d4f92823998264cae3443890427 commit: 955f9a736f97b8d08296e82e92fc4ccfc4c63cfd Author: Michael Martis chromium org> AuthorDate: Fri Feb 5 03:15:39 2021 +0000 Commit: Jason Zaman gentoo org> CommitDate: Fri Feb 5 03:42:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=955f9a73 bazel.eclass: Expose INCLUDEDIR to Bazel projects Signed-off-by: Michael Martis chromium.org> Signed-off-by: Jason Zaman gentoo.org> eclass/bazel.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/bazel.eclass b/eclass/bazel.eclass index 854b740db4f..ac7ca241519 100644 --- a/eclass/bazel.eclass +++ b/eclass/bazel.eclass @@ -113,6 +113,7 @@ bazel_setup_bazelrc() { build --define=PREFIX=${EPREFIX%/}/usr build --define=LIBDIR=\$(PREFIX)/$(get_libdir) + build --define=INCLUDEDIR=\$(PREFIX)/include EOF if tc-is-cross-compiler; then