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 4722F15808B for ; Wed, 16 Mar 2022 14:30:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93472E0636; Wed, 16 Mar 2022 14:30:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 769EFE0636 for ; Wed, 16 Mar 2022 14:30:23 +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 1C72334100B for ; Wed, 16 Mar 2022 14:30:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86E9E2D7 for ; Wed, 16 Mar 2022 14:30:04 +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: <1647440964.47baa41a8733d1715be0c1e8cae1851086bc3ef3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kdeconnect/kdeconnect-21.08.3.ebuild kde-misc/kdeconnect/kdeconnect-21.12.3.ebuild X-VCS-Directories: kde-misc/kdeconnect/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 47baa41a8733d1715be0c1e8cae1851086bc3ef3 X-VCS-Branch: master Date: Wed, 16 Mar 2022 14:30:04 +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: fc438fef-ca45-4c52-a7e1-99a09ac49eeb X-Archives-Hash: f9d48d7a28c8d4f9862635af4376e38b commit: 47baa41a8733d1715be0c1e8cae1851086bc3ef3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 16 14:24:21 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 16 14:29:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47baa41a kde-misc/kdeconnect: Add missing BDEPEND Dependencies are obsolete in >=22.04 again. Closes: https://bugs.gentoo.org/833535 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kdeconnect/kdeconnect-21.08.3.ebuild | 9 ++++++++- kde-misc/kdeconnect/kdeconnect-21.12.3.ebuild | 7 +++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/kde-misc/kdeconnect/kdeconnect-21.08.3.ebuild b/kde-misc/kdeconnect/kdeconnect-21.08.3.ebuild index 3143bc7ebda5..e80513c6ffb6 100644 --- a/kde-misc/kdeconnect/kdeconnect-21.08.3.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-21.08.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -67,6 +67,13 @@ RDEPEND="${DEPEND} >=kde-frameworks/kdeclarative-${KFMIN}:5 net-fs/sshfs " +BDEPEND=" + || ( + >=dev-qt/qtwaylandscanner-${QTMIN}:5 +