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 A1EFE158090 for ; Mon, 21 Mar 2022 11:04:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB4D4E0882; Mon, 21 Mar 2022 11:04:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8028BE0886 for ; Mon, 21 Mar 2022 11:04:12 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A28CC343088 for ; Mon, 21 Mar 2022 11:04:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F247D349 for ; Mon, 21 Mar 2022 11:04:08 +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: <1647860620.c5b4529493f896f72c497886d60a04b09ad6212e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/spectacle/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/spectacle/spectacle-21.12.3-r1.ebuild kde-apps/spectacle/spectacle-21.12.3.ebuild X-VCS-Directories: kde-apps/spectacle/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c5b4529493f896f72c497886d60a04b09ad6212e X-VCS-Branch: master Date: Mon, 21 Mar 2022 11:04:08 +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: 4b1a754b-9855-45ef-a4c0-bf024dc187de X-Archives-Hash: beace5a57e2402fd8605e465e03c0634 commit: c5b4529493f896f72c497886d60a04b09ad6212e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 13 20:05:51 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 21 11:03:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5b45294 kde-apps/spectacle: dev-qt/qdbus:0 compatibility bump, move to RDEPEND Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{spectacle-21.12.3.ebuild => spectacle-21.12.3-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-apps/spectacle/spectacle-21.12.3.ebuild b/kde-apps/spectacle/spectacle-21.12.3-r1.ebuild similarity index 97% rename from kde-apps/spectacle/spectacle-21.12.3.ebuild rename to kde-apps/spectacle/spectacle-21.12.3-r1.ebuild index ad663f2d3610..fd02f9188abf 100644 --- a/kde-apps/spectacle/spectacle-21.12.3.ebuild +++ b/kde-apps/spectacle/spectacle-21.12.3-r1.ebuild @@ -20,7 +20,6 @@ IUSE="+annotate share" # TODO: Qt5Svg leaking from media-libs/kimageannotator DEPEND=" - >=dev-qt/qdbus-${QTMIN}:5 >=dev-qt/qtconcurrent-${QTMIN}:5 >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 @@ -49,7 +48,9 @@ DEPEND=" annotate? ( >=media-libs/kimageannotator-0.5.0 ) share? ( >=kde-frameworks/purpose-${KFMIN}:5 ) " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + >=dev-qt/qdbus-${QTMIN}:* +" src_prepare() { ecm_src_prepare