From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1195226-garchives=archives.gentoo.org@lists.gentoo.org>
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 CAC8F138359
	for <garchives@archives.gentoo.org>; Sun,  9 Aug 2020 15:58:55 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D87FAE0907;
	Sun,  9 Aug 2020 15:58:54 +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 BB9AAE0907
	for <gentoo-commits@lists.gentoo.org>; Sun,  9 Aug 2020 15:58:54 +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 A911334EF25
	for <gentoo-commits@lists.gentoo.org>; Sun,  9 Aug 2020 15:58:53 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 60FEE2CC
	for <gentoo-commits@lists.gentoo.org>; Sun,  9 Aug 2020 15:58:52 +0000 (UTC)
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org>
Message-ID: <1596988707.ebc6407ea34ae4992c2f849dd12f3afa98d23dd9.soap@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libX11/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-libs/libX11/libX11-1.6.10.ebuild x11-libs/libX11/libX11-1.6.11.ebuild x11-libs/libX11/libX11-1.6.9.ebuild
X-VCS-Directories: x11-libs/libX11/
X-VCS-Committer: soap
X-VCS-Committer-Name: David Seifert
X-VCS-Revision: ebc6407ea34ae4992c2f849dd12f3afa98d23dd9
X-VCS-Branch: master
Date: Sun,  9 Aug 2020 15:58:52 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: b3f336bb-50b1-4909-9941-de96f5a2e96a
X-Archives-Hash: fa67b6920d2aaae74a05989d326c010e

commit:     ebc6407ea34ae4992c2f849dd12f3afa98d23dd9
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  9 15:58:27 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug  9 15:58:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebc6407e

x11-libs/libX11: Pass CPP to build system

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-libs/libX11/libX11-1.6.10.ebuild | 3 ++-
 x11-libs/libX11/libX11-1.6.11.ebuild | 3 ++-
 x11-libs/libX11/libX11-1.6.9.ebuild  | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/x11-libs/libX11/libX11-1.6.10.ebuild b/x11-libs/libX11/libX11-1.6.10.ebuild
index 64cf1376c97..332f2c8108d 100644
--- a/x11-libs/libX11/libX11-1.6.10.ebuild
+++ b/x11-libs/libX11/libX11-1.6.10.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 XORG_DOC=doc
 XORG_MULTILIB=yes
-inherit xorg-3
+inherit toolchain-funcs xorg-3
 
 DESCRIPTION="X.Org X11 library"
 
@@ -26,5 +26,6 @@ pkg_setup() {
 		$(use_enable doc specs)
 		$(use_enable ipv6)
 		--without-fop
+		CPP="$(tc-getPROG CPP cpp)"
 	)
 }

diff --git a/x11-libs/libX11/libX11-1.6.11.ebuild b/x11-libs/libX11/libX11-1.6.11.ebuild
index 64cf1376c97..332f2c8108d 100644
--- a/x11-libs/libX11/libX11-1.6.11.ebuild
+++ b/x11-libs/libX11/libX11-1.6.11.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 XORG_DOC=doc
 XORG_MULTILIB=yes
-inherit xorg-3
+inherit toolchain-funcs xorg-3
 
 DESCRIPTION="X.Org X11 library"
 
@@ -26,5 +26,6 @@ pkg_setup() {
 		$(use_enable doc specs)
 		$(use_enable ipv6)
 		--without-fop
+		CPP="$(tc-getPROG CPP cpp)"
 	)
 }

diff --git a/x11-libs/libX11/libX11-1.6.9.ebuild b/x11-libs/libX11/libX11-1.6.9.ebuild
index 10c68c7a868..54f5a229c4a 100644
--- a/x11-libs/libX11/libX11-1.6.9.ebuild
+++ b/x11-libs/libX11/libX11-1.6.9.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 XORG_DOC=doc
 XORG_MULTILIB=yes
-inherit xorg-3
+inherit toolchain-funcs xorg-3
 
 DESCRIPTION="X.Org X11 library"
 
@@ -26,5 +26,6 @@ pkg_setup() {
 		$(use_enable doc specs)
 		$(use_enable ipv6)
 		--without-fop
+		CPP="$(tc-getPROG CPP cpp)"
 	)
 }