summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/polybar/polybar-3.4.3.ebuild4
-rw-r--r--x11-misc/polybar/polybar-3.5.4.ebuild2
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