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 C5821139360 for ; Tue, 3 Aug 2021 15:43:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A906E09F5; Tue, 3 Aug 2021 15:43:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [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 D40ADE09F5 for ; Tue, 3 Aug 2021 15:43:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D5CB7343DA6 for ; Tue, 3 Aug 2021 15:43:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88B6F63F for ; Tue, 3 Aug 2021 15:43:32 +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: <1628005389.beb11c390fdb0d769251390ee781cfdf3672c33d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/layer-shell-qt/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/layer-shell-qt/layer-shell-qt-5.22.49.9999.ebuild kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild X-VCS-Directories: kde-plasma/layer-shell-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: beb11c390fdb0d769251390ee781cfdf3672c33d X-VCS-Branch: master Date: Tue, 3 Aug 2021 15:43:32 +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: 32ee8531-b53e-423b-b958-6b66a33cf46a X-Archives-Hash: 9052ff43fc731e02a20270597121f6b0 commit: beb11c390fdb0d769251390ee781cfdf3672c33d Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 3 15:42:33 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 3 15:43:09 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=beb11c39 kde-plasma/layer-shell-qt: Fix DEPEND Closes: https://bugs.gentoo.org/795501 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/layer-shell-qt/layer-shell-qt-5.22.49.9999.ebuild | 2 +- kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.49.9999.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.49.9999.ebuild index af58eac630..7f81137f20 100644 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.49.9999.ebuild +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.49.9999.ebuild @@ -22,7 +22,7 @@ RDEPEND=" x11-libs/libxkbcommon " DEPEND="${RDEPEND} - >=dev-libs/plasma-wayland-protocols-1.1.1 + dev-libs/wayland-protocols " BDEPEND=" dev-util/wayland-scanner diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild index 5893e49f6e..1eb5e9487f 100644 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild @@ -22,7 +22,7 @@ RDEPEND=" x11-libs/libxkbcommon " DEPEND="${RDEPEND} - >=dev-libs/plasma-wayland-protocols-1.1.1 + dev-libs/wayland-protocols " BDEPEND=" dev-util/wayland-scanner