From 4364793311421ec7ad7adff94fabe6af5bc9546b Mon Sep 17 00:00:00 2001 From: John Helmert III Date: Mon, 22 Feb 2021 15:28:45 -0600 Subject: x11-misc/polybar: force off build system CCACHEing Using ccache for builds in Portage should be done via FEATURES=ccache and CCACHE_DIR. Closes: https://bugs.gentoo.org/767949 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: John Helmert III --- x11-misc/polybar/polybar-3.4.3.ebuild | 4 +++- x11-misc/polybar/polybar-3.5.4.ebuild | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'x11-misc/polybar') diff --git a/x11-misc/polybar/polybar-3.4.3.ebuild b/x11-misc/polybar/polybar-3.4.3.ebuild index a66e7c726bbb..86a472786934 100644 --- a/x11-misc/polybar/polybar-3.4.3.ebuild +++ b/x11-misc/polybar/polybar-3.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -61,6 +61,8 @@ src_configure() { -DENABLE_MPD="$(usex mpd)" -DENABLE_NETWORK="$(usex network)" -DENABLE_PULSEAUDIO="$(usex pulseaudio)" + # Bug 767949 + -DENABLE_CCACHE="OFF" ) cmake_src_configure diff --git a/x11-misc/polybar/polybar-3.5.4.ebuild b/x11-misc/polybar/polybar-3.5.4.ebuild index 6fbf15046c64..e8f06439f9c6 100644 --- a/x11-misc/polybar/polybar-3.5.4.ebuild +++ b/x11-misc/polybar/polybar-3.5.4.ebuild @@ -63,6 +63,8 @@ src_configure() { -DENABLE_MPD="$(usex mpd)" -DENABLE_NETWORK="$(usex network)" -DENABLE_PULSEAUDIO="$(usex pulseaudio)" + # Bug 767949 + -DENABLE_CCACHE="OFF" ) cmake_src_configure -- cgit v1.2.3-65-gdbad