diff options
author | John Helmert III <ajak@gentoo.org> | 2021-02-22 15:28:45 -0600 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2021-02-22 15:29:32 -0600 |
commit | 4364793311421ec7ad7adff94fabe6af5bc9546b (patch) | |
tree | ebfa7adde92d7610132fac4fff3b63b9f6c2d8e4 /x11-misc | |
parent | net-libs/libaxc: Fix pkg-config libdir for amd64 (diff) | |
download | gentoo-4364793311421ec7ad7adff94fabe6af5bc9546b.tar.gz gentoo-4364793311421ec7ad7adff94fabe6af5bc9546b.tar.bz2 gentoo-4364793311421ec7ad7adff94fabe6af5bc9546b.zip |
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@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/polybar/polybar-3.4.3.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/polybar/polybar-3.5.4.ebuild | 2 |
2 files changed, 5 insertions, 1 deletions
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 |