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 58E3115808B for ; Fri, 15 Apr 2022 22:43:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F5C2E0948; Fri, 15 Apr 2022 22:43:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 82BE1E0948 for ; Fri, 15 Apr 2022 22:43:42 +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 9CCA43416F1 for ; Fri, 15 Apr 2022 22:43:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F374C250 for ; Fri, 15 Apr 2022 22:43:39 +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: <1650062591.4b2132da3ff4a7e05243cd57299bf14e936f5baf.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.08.3-r1.ebuild kde-apps/spectacle/spectacle-21.08.3.ebuild X-VCS-Directories: kde-apps/spectacle/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4b2132da3ff4a7e05243cd57299bf14e936f5baf X-VCS-Branch: master Date: Fri, 15 Apr 2022 22:43:39 +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: fe654837-4e4e-462d-b96b-ace281a99c10 X-Archives-Hash: 6c9e81bf79433b792169cf30ecaa3a74 commit: 4b2132da3ff4a7e05243cd57299bf14e936f5baf Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 15 22:43:01 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 15 22:43:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2132da kde-apps/spectacle: Move dev-qt/qdbus to RDEPEND-only, slot 0 compat Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{spectacle-21.08.3.ebuild => spectacle-21.08.3-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/spectacle/spectacle-21.08.3.ebuild b/kde-apps/spectacle/spectacle-21.08.3-r1.ebuild similarity index 96% rename from kde-apps/spectacle/spectacle-21.08.3.ebuild rename to kde-apps/spectacle/spectacle-21.08.3-r1.ebuild index 8c7049030a1f..599921ebbee7 100644 --- a/kde-apps/spectacle/spectacle-21.08.3.ebuild +++ b/kde-apps/spectacle/spectacle-21.08.3-r1.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 @@ -20,7 +20,6 @@ IUSE="+annotate kipi 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 @@ -51,6 +50,7 @@ DEPEND=" share? ( >=kde-frameworks/purpose-${KFMIN}:5 ) " RDEPEND="${DEPEND} + >=dev-qt/qdbus-${QTMIN}:* kipi? ( >=kde-apps/kipi-plugins-${PVCUT}:5 ) "