From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1422377-garchives=archives.gentoo.org@lists.gentoo.org>
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 F0D95158095
	for <garchives@archives.gentoo.org>; Wed, 27 Jul 2022 08:43:43 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 17AFCE1109;
	Wed, 27 Jul 2022 08:43:43 +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 EEDBFE1109
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Jul 2022 08: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 EA266340EBD
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Jul 2022 08:43:41 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4207D552
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Jul 2022 08:43:40 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1658911397.2d86c758328a5685890c9c81c6121d5591909070.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gmic/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-gfx/gmic/gmic-3.0.1-r1.ebuild media-gfx/gmic/gmic-3.1.5.ebuild
X-VCS-Directories: media-gfx/gmic/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 2d86c758328a5685890c9c81c6121d5591909070
X-VCS-Branch: master
Date: Wed, 27 Jul 2022 08:43:40 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 59ca45aa-3976-4ab3-ae71-fff641fa8b3a
X-Archives-Hash: e92c7f591f5fb6d7f30a86cbeb445857

commit:     2d86c758328a5685890c9c81c6121d5591909070
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 17:42:09 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 08:43:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d86c758

media-gfx/gmic: Move dev-qt/linguist-tools:5 to BDEPEND

Closes: https://bugs.gentoo.org/861047
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/gmic/gmic-3.0.1-r1.ebuild | 12 ++++++------
 media-gfx/gmic/gmic-3.1.5.ebuild    | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/media-gfx/gmic/gmic-3.0.1-r1.ebuild b/media-gfx/gmic/gmic-3.0.1-r1.ebuild
index a9cf822de4db..7ab9e4589957 100644
--- a/media-gfx/gmic/gmic-3.0.1-r1.ebuild
+++ b/media-gfx/gmic/gmic-3.0.1-r1.ebuild
@@ -31,7 +31,7 @@ QT_DEPEND="
 	>=dev-qt/qtnetwork-${MIN_QT_VER}:5=
 	>=dev-qt/qtwidgets-${MIN_QT_VER}:5=
 "
-COMMON_DEPEND="
+DEPEND="
 	curl? ( net-misc/curl )
 	fftw? ( sci-libs/fftw:3.0=[threads] )
 	gimp? (
@@ -53,14 +53,14 @@ COMMON_DEPEND="
 		x11-libs/libXext
 	)
 	zlib? ( sys-libs/zlib:0= )"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
 	ffmpeg? ( media-video/ffmpeg:0= )
 "
-DEPEND="${COMMON_DEPEND}
-	gimp? ( dev-qt/linguist-tools )
-	qt5? ( dev-qt/linguist-tools )
+BDEPEND="
+	virtual/pkgconfig
+	gimp? ( dev-qt/linguist-tools:5 )
+	qt5? ( dev-qt/linguist-tools:5 )
 "
-BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-3.0.0_ipa-sra.patch

diff --git a/media-gfx/gmic/gmic-3.1.5.ebuild b/media-gfx/gmic/gmic-3.1.5.ebuild
index 2c4b842ada70..cd77bcb4433b 100644
--- a/media-gfx/gmic/gmic-3.1.5.ebuild
+++ b/media-gfx/gmic/gmic-3.1.5.ebuild
@@ -34,7 +34,7 @@ QT_DEPEND="
 	>=dev-qt/qtnetwork-${MIN_QT_VER}:5=
 	>=dev-qt/qtwidgets-${MIN_QT_VER}:5=
 "
-COMMON_DEPEND="
+DEPEND="
 	sys-libs/zlib:0=
 	curl? ( net-misc/curl )
 	fftw? ( sci-libs/fftw:3.0=[threads] )
@@ -56,14 +56,14 @@ COMMON_DEPEND="
 		x11-libs/libX11
 		x11-libs/libXext
 	)"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
 	ffmpeg? ( media-video/ffmpeg:0= )
 "
-DEPEND="${COMMON_DEPEND}
-	gimp? ( dev-qt/linguist-tools )
-	qt5? ( dev-qt/linguist-tools )
+BDEPEND="
+	virtual/pkgconfig
+	gimp? ( dev-qt/linguist-tools:5 )
+	qt5? ( dev-qt/linguist-tools:5 )
 "
-BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-3.1.5-makefile_automagic.patch