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 D98F8158018 for ; Sun, 3 Oct 2021 08:37:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38DB2E08FF; Sun, 3 Oct 2021 08:37:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C88BE08FF for ; Sun, 3 Oct 2021 08:37:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F269D342DCB for ; Sun, 3 Oct 2021 08:37:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9084F83 for ; Sun, 3 Oct 2021 08:37:01 +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: <1633250205.524070eb01e4e1f59480e7a822b4e2ea2ba2ba94.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kguiaddons/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kguiaddons/kguiaddons-9999.ebuild X-VCS-Directories: kde-frameworks/kguiaddons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 524070eb01e4e1f59480e7a822b4e2ea2ba2ba94 X-VCS-Branch: master Date: Sun, 3 Oct 2021 08:37:01 +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: 024e84af-b1eb-4e77-9e04-fdd011bda190 X-Archives-Hash: 259128212fd49602bf6649fd07a85eaa commit: 524070eb01e4e1f59480e7a822b4e2ea2ba2ba94 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 3 08:36:28 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 3 08:36:45 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=524070eb kde-frameworks/kguiaddons: Needs dev-qt/qtgui private header, slot op Bug: https://bugs.gentoo.org/815646 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kguiaddons/kguiaddons-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/kguiaddons/kguiaddons-9999.ebuild b/kde-frameworks/kguiaddons/kguiaddons-9999.ebuild index 92f45e6834..89944f4c07 100644 --- a/kde-frameworks/kguiaddons/kguiaddons-9999.ebuild +++ b/kde-frameworks/kguiaddons/kguiaddons-9999.ebuild @@ -12,12 +12,14 @@ LICENSE="LGPL-2+" KEYWORDS="" IUSE="wayland" +# slot op: includes qpa/qplatformnativeinterface.h RDEPEND=" - >=dev-qt/qtgui-${QTMIN}:5[wayland?] + >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtx11extras-${QTMIN}:5 x11-libs/libX11 wayland? ( dev-libs/wayland + >=dev-qt/qtgui-${QTMIN}:5=[wayland] >=dev-qt/qtwayland-${QTMIN}:5 ) "