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 D1514158041 for ; Tue, 27 Feb 2024 19:50:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5F8EE2B45; Tue, 27 Feb 2024 19:50:12 +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 84DFDE2B45 for ; Tue, 27 Feb 2024 19:50: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A24A335DC0 for ; Tue, 27 Feb 2024 19:50:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE7C0E95 for ; Tue, 27 Feb 2024 19:50:09 +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: <1709063393.4cbf76bf5dde6c90a473e96493cb42ba37422b59.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/kimageannotator/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/kimageannotator/kimageannotator-0.7.0.ebuild X-VCS-Directories: media-libs/kimageannotator/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4cbf76bf5dde6c90a473e96493cb42ba37422b59 X-VCS-Branch: master Date: Tue, 27 Feb 2024 19:50:09 +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: 3abdd1fb-e876-4379-9862-03cb21f6a161 X-Archives-Hash: 911faf98cb9ea9bc35a7317a84b6767b commit: 4cbf76bf5dde6c90a473e96493cb42ba37422b59 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 27 19:35:29 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 27 19:49:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cbf76bf media-libs/kimageannotator: Drop bogus dev-qt/qtbase:6[test] BDEPEND Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/kimageannotator/kimageannotator-0.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/kimageannotator/kimageannotator-0.7.0.ebuild b/media-libs/kimageannotator/kimageannotator-0.7.0.ebuild index b912dadc508a..44f907d31853 100644 --- a/media-libs/kimageannotator/kimageannotator-0.7.0.ebuild +++ b/media-libs/kimageannotator/kimageannotator-0.7.0.ebuild @@ -29,7 +29,7 @@ RDEPEND=" DEPEND="${RDEPEND} test? ( dev-cpp/gtest - dev-qt/qtbase:6[test] + dev-qt/qtbase:6 ) " BDEPEND="dev-qt/qttools:6[linguist]"