commit: 4364793311421ec7ad7adff94fabe6af5bc9546b Author: John Helmert III <ajak <AT> gentoo <DOT> org> AuthorDate: Mon Feb 22 21:28:45 2021 +0000 Commit: John Helmert III <ajak <AT> gentoo <DOT> org> CommitDate: Mon Feb 22 21:29:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43647933
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 <ajak <AT> gentoo.org> 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(-) diff --git a/x11-misc/polybar/polybar-3.4.3.ebuild b/x11-misc/polybar/polybar-3.4.3.ebuild index a66e7c726bb..86a47278693 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 6fbf15046c6..e8f06439f9c 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
