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 ACCB215ACFC for ; Wed, 26 Apr 2023 04:03:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7079E088A; Wed, 26 Apr 2023 04:03:39 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A83C9E088A for ; Wed, 26 Apr 2023 04:03:39 +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 42942340FAE for ; Wed, 26 Apr 2023 04:03:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B18B9A5E for ; Wed, 26 Apr 2023 04:03:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1682481774.1bca85e2acf03e9d8870a86feafdeeb5245eb658.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/flameshot/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/flameshot/flameshot-12.0.0-r1.ebuild media-gfx/flameshot/flameshot-12.0.0-r2.ebuild media-gfx/flameshot/flameshot-12.1.0-r1.ebuild media-gfx/flameshot/flameshot-12.1.0-r2.ebuild X-VCS-Directories: media-gfx/flameshot/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1bca85e2acf03e9d8870a86feafdeeb5245eb658 X-VCS-Branch: master Date: Wed, 26 Apr 2023 04:03:35 +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: b05ac010-9035-4479-b3c9-25f0b94d6511 X-Archives-Hash: 4b7b3f27d570bfa89399336d5a795658 commit: 1bca85e2acf03e9d8870a86feafdeeb5245eb658 Author: Huang Rui gmail com> AuthorDate: Wed Apr 19 02:26:42 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 26 04:02:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bca85e2 media-gfx/flameshot: depend on kde-frameworks/kguiaddons:5 Depend on kde-frameworks/kguiaddons:5 or otherwise this will fail right again once kguiaddons:6 comes around. Bug: https://bugs.gentoo.org/904266 Signed-off-by: Huang Rui gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30646 Signed-off-by: Sam James gentoo.org> .../{flameshot-12.0.0-r1.ebuild => flameshot-12.0.0-r2.ebuild} | 2 +- .../{flameshot-12.1.0-r1.ebuild => flameshot-12.1.0-r2.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/flameshot/flameshot-12.0.0-r1.ebuild b/media-gfx/flameshot/flameshot-12.0.0-r2.ebuild similarity index 95% rename from media-gfx/flameshot/flameshot-12.0.0-r1.ebuild rename to media-gfx/flameshot/flameshot-12.0.0-r2.ebuild index 35e2aa26f399..708edafe52aa 100644 --- a/media-gfx/flameshot/flameshot-12.0.0-r1.ebuild +++ b/media-gfx/flameshot/flameshot-12.0.0-r2.ebuild @@ -23,7 +23,7 @@ DEPEND=" dev-qt/qtsvg:5 dev-qt/qtwidgets:5 sys-apps/dbus - wayland? ( kde-frameworks/kguiaddons ) + wayland? ( kde-frameworks/kguiaddons:5 ) " BDEPEND=" dev-qt/linguist-tools:5 diff --git a/media-gfx/flameshot/flameshot-12.1.0-r1.ebuild b/media-gfx/flameshot/flameshot-12.1.0-r2.ebuild similarity index 95% rename from media-gfx/flameshot/flameshot-12.1.0-r1.ebuild rename to media-gfx/flameshot/flameshot-12.1.0-r2.ebuild index f88dd873b6b5..c24b2ab6ac05 100644 --- a/media-gfx/flameshot/flameshot-12.1.0-r1.ebuild +++ b/media-gfx/flameshot/flameshot-12.1.0-r2.ebuild @@ -23,7 +23,7 @@ DEPEND=" dev-qt/qtsvg:5 dev-qt/qtwidgets:5 sys-apps/dbus - wayland? ( kde-frameworks/kguiaddons ) + wayland? ( kde-frameworks/kguiaddons:5 ) " BDEPEND=" dev-qt/linguist-tools:5