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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F294B15800F for ; Sun, 5 Feb 2023 01:51:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 224FDE0798; Sun, 5 Feb 2023 01:51:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCF2EE0798 for ; Sun, 5 Feb 2023 01:51:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B70AB33DDA5 for ; Sun, 5 Feb 2023 01:51:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 081DA889 for ; Sun, 5 Feb 2023 01:51:17 +0000 (UTC) From: "Maciej Mrozowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Mrozowski" Message-ID: <1675561840.8d87e006d399b67716e8021f93ad828c2dfa2549.reavertm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kdeconnect/kdeconnect-22.12.2.ebuild X-VCS-Directories: kde-misc/kdeconnect/ X-VCS-Committer: reavertm X-VCS-Committer-Name: Maciej Mrozowski X-VCS-Revision: 8d87e006d399b67716e8021f93ad828c2dfa2549 X-VCS-Branch: master Date: Sun, 5 Feb 2023 01:51:17 +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: 83aa9354-00d3-4774-9449-c834e00e7d65 X-Archives-Hash: 4c51744d22fb495b1f30056d437a0409 commit: 8d87e006d399b67716e8021f93ad828c2dfa2549 Author: Maciej Mrozowski gentoo org> AuthorDate: Sun Feb 5 00:14:10 2023 +0000 Commit: Maciej Mrozowski gentoo org> CommitDate: Sun Feb 5 01:50:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d87e006 kde-misc/kdeconnect: add wayland-scanner build dependency Signed-off-by: Maciej Mrozowski gentoo.org> kde-misc/kdeconnect/kdeconnect-22.12.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-misc/kdeconnect/kdeconnect-22.12.2.ebuild b/kde-misc/kdeconnect/kdeconnect-22.12.2.ebuild index ecb574fdc823..9a60c1e78b4a 100644 --- a/kde-misc/kdeconnect/kdeconnect-22.12.2.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-22.12.2.ebuild @@ -69,6 +69,7 @@ RDEPEND="${DEPEND} BDEPEND=" dev-libs/plasma-wayland-protocols >=dev-qt/qtwaylandscanner-${QTMIN}:5 + dev-util/wayland-scanner " PATCHES=( "${FILESDIR}/${PN}-21.07.80-revert-disable-kpeople.patch" )