summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2019-03-29 16:37:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-13 02:17:46 +0200
commit77387911dfd599d05a778d09bc265feec7ed99b9 (patch)
tree6302d4aea92f10312a3368d63d3a689d3c02903e /lxqt-base
parentdev-games/physfs: Drop 3.0.1-r2 (diff)
downloadgentoo-77387911dfd599d05a778d09bc265feec7ed99b9.tar.gz
gentoo-77387911dfd599d05a778d09bc265feec7ed99b9.tar.bz2
gentoo-77387911dfd599d05a778d09bc265feec7ed99b9.zip
lxqt-base/lxqt-panel: add REQUIRED_USE to prevent build failure
This was added in 519a55e8 for 0.13.0 already, but got lost in history. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/11534 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r--lxqt-base/lxqt-panel/lxqt-panel-0.14.1.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.14.1.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-0.14.1.ebuild
index d63d618db914..9ef997edc34b 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-0.14.1.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-0.14.1.ebuild
@@ -23,7 +23,12 @@ SLOT="0"
IUSE="+alsa colorpicker cpuload +desktopswitch +directorymenu dom +kbindicator +mainmenu
+mount networkmonitor pulseaudio +quicklaunch sensors +showdesktop
+spacer statusnotifier sysstat +taskbar +tray +volume +worldclock"
-REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )"
+
+# Work around a missing header issue: https://bugs.gentoo.org/666278
+REQUIRED_USE="
+ || ( desktopswitch mainmenu showdesktop taskbar )
+ volume? ( || ( alsa pulseaudio ) )
+"
BDEPEND="
dev-qt/linguist-tools:5