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 C1F71158041 for ; Sat, 24 Feb 2024 12:11:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F3ABE29A3; Sat, 24 Feb 2024 12:11:48 +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 DE85FE29A3 for ; Sat, 24 Feb 2024 12:11:47 +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 D9441343061 for ; Sat, 24 Feb 2024 12:11:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 273A1137F for ; Sat, 24 Feb 2024 12:11:45 +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: <1708776675.05ec9cc677d64d067b1940f8d68d7afb72c3bf0c.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: 05ec9cc677d64d067b1940f8d68d7afb72c3bf0c X-VCS-Branch: master Date: Sat, 24 Feb 2024 12:11:45 +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: 5d001948-685b-4d54-9733-b9eca35ab15d X-Archives-Hash: aea5c1e61c2459a9bdf20fb37f8eb82e commit: 05ec9cc677d64d067b1940f8d68d7afb72c3bf0c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 24 12:09:01 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 24 12:11:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ec9cc6 media-libs/kimageannotator: Fix some style issues Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/kimageannotator/kimageannotator-0.7.0.ebuild | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/media-libs/kimageannotator/kimageannotator-0.7.0.ebuild b/media-libs/kimageannotator/kimageannotator-0.7.0.ebuild index c1059b0c87d8..b912dadc508a 100644 --- a/media-libs/kimageannotator/kimageannotator-0.7.0.ebuild +++ b/media-libs/kimageannotator/kimageannotator-0.7.0.ebuild @@ -12,12 +12,15 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="Tool for annotating images" HOMEPAGE="https://github.com/ksnip/kImageAnnotator" SRC_URI="https://github.com/ksnip/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="LGPL-3+" SLOT="0" KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" IUSE="test" +RESTRICT="!test? ( test )" + RDEPEND=" dev-qt/qtbase:6[gui,widgets] dev-qt/qtsvg:6 @@ -25,20 +28,14 @@ RDEPEND=" " DEPEND="${RDEPEND} test? ( - dev-qt/qtbase:6[test] - dev-cpp/gtest + dev-cpp/gtest + dev-qt/qtbase:6[test] ) " -BDEPEND=" - dev-qt/qttools:6[linguist] -" - -RESTRICT="!test? ( test )" +BDEPEND="dev-qt/qttools:6[linguist]" PATCHES=( "${FILESDIR}/${P}-fix-qt6-tests.patch" ) -S="${WORKDIR}/${MY_P}" - src_configure() { local mycmakeargs=( -DBUILD_TESTS=$(usex test)