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 DB4C4138334 for ; Mon, 15 Oct 2018 22:08:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3F3DE08BF; Mon, 15 Oct 2018 22:08:32 +0000 (UTC) Received: from smtp.gentoo.org (unknown [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B78B2E08BF for ; Mon, 15 Oct 2018 22:08:32 +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 A0BB7335CEB for ; Mon, 15 Oct 2018 22:08:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C615A441 for ; Mon, 15 Oct 2018 22:08:09 +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: <1539641260.519a55e89cc99e4e419b9535615410af9e30ec62.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.13.0.ebuild X-VCS-Directories: lxqt-base/lxqt-panel/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 519a55e89cc99e4e419b9535615410af9e30ec62 X-VCS-Branch: master Date: Mon, 15 Oct 2018 22:08:09 +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-Archives-Salt: e49c53f1-6429-43eb-9da9-223216e2d172 X-Archives-Hash: 886faff8277a3254d6da5972f9acf322 commit: 519a55e89cc99e4e419b9535615410af9e30ec62 Author: Jimi Huotari gentoo org> AuthorDate: Mon Oct 15 21:00:19 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 15 22:07:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519a55e8 lxqt-base/lxqt-panel: fix build issue related to disabled plugins Require at least one of 'desktopswitch', 'mainmenu', 'showdesktop', or 'taskbar', to avoid a build failure. Closes: https://bugs.gentoo.org/666278 Signed-off-by: Jimi Huotari gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10152 Signed-off-by: Andreas Sturmlechner gentoo.org> lxqt-base/lxqt-panel/lxqt-panel-0.13.0.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.13.0.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-0.13.0.ebuild index 899778b6071..a4f462072d5 100644 --- a/lxqt-base/lxqt-panel/lxqt-panel-0.13.0.ebuild +++ b/lxqt-base/lxqt-panel/lxqt-panel-0.13.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,7 +23,10 @@ SLOT="0" IUSE="+alsa clock 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 ) )" +REQUIRED_USE=" + || ( desktopswitch mainmenu showdesktop taskbar ) + volume? ( || ( alsa pulseaudio ) ) +" RDEPEND=" >=dev-libs/libqtxdg-3.0.0