From 77387911dfd599d05a778d09bc265feec7ed99b9 Mon Sep 17 00:00:00 2001 From: Jimi Huotari Date: Fri, 29 Mar 2019 16:37:47 +0200 Subject: [PATCH] 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 Closes: https://github.com/gentoo/gentoo/pull/11534 Signed-off-by: Andreas Sturmlechner --- lxqt-base/lxqt-panel/lxqt-panel-0.14.1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.26.2