From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D4FE138334 for ; Mon, 13 May 2019 00:18:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE7A6E089D; Mon, 13 May 2019 00:18:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEED5E089D for ; Mon, 13 May 2019 00:18:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6A8D3441B0 for ; Mon, 13 May 2019 00:18:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A60825F3 for ; Mon, 13 May 2019 00:18:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1557706666.77387911dfd599d05a778d09bc265feec7ed99b9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-panel/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-panel/lxqt-panel-0.14.1.ebuild X-VCS-Directories: lxqt-base/lxqt-panel/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 77387911dfd599d05a778d09bc265feec7ed99b9 X-VCS-Branch: master Date: Mon, 13 May 2019 00:18:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 61aba9e1-7fd6-45f7-8218-0f3b85b76a39 X-Archives-Hash: 39f6b3dd721ef4effedfd2b2ba07eb0e commit: 77387911dfd599d05a778d09bc265feec7ed99b9 Author: Jimi Huotari gentoo org> AuthorDate: Fri Mar 29 14:37:47 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 13 00:17:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77387911 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 gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/11534 Signed-off-by: Andreas Sturmlechner gentoo.org> 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 d63d618db91..9ef997edc34 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