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 2F8DD15815E for ; Tue, 6 Feb 2024 19:36:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09534E2A11; Tue, 6 Feb 2024 19:36:49 +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 DAFB5E2A11 for ; Tue, 6 Feb 2024 19:36:48 +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 E1ECD3430EA for ; Tue, 6 Feb 2024 19:36:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82D8CACA for ; Tue, 6 Feb 2024 19:36:46 +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: <1707248182.dad9472dbd47e0d74a375f13cd2c8fdc4b7e8f5f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kstars/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/kstars/kstars-3.6.9.ebuild X-VCS-Directories: sci-astronomy/kstars/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dad9472dbd47e0d74a375f13cd2c8fdc4b7e8f5f X-VCS-Branch: master Date: Tue, 6 Feb 2024 19:36:46 +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: bcd24fd3-3f1b-457d-9698-706f86d0fd48 X-Archives-Hash: 43b84a4defba818f80a25a3a70d786e0 commit: dad9472dbd47e0d74a375f13cd2c8fdc4b7e8f5f Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 6 19:26:20 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 6 19:36:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad9472d sci-astronomy/kstars: Add missing (though optional) test dependency Bug: https://bugs.gentoo.org/923871 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-astronomy/kstars/kstars-3.6.9.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-astronomy/kstars/kstars-3.6.9.ebuild b/sci-astronomy/kstars/kstars-3.6.9.ebuild index 5acb6510bfc0..a7abf10f0779 100644 --- a/sci-astronomy/kstars/kstars-3.6.9.ebuild +++ b/sci-astronomy/kstars/kstars-3.6.9.ebuild @@ -66,6 +66,7 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND} dev-cpp/eigen:3 >=dev-qt/qtconcurrent-${QTMIN}:5 + test? ( sci-astronomy/erfa ) " RDEPEND="${COMMON_DEPEND} >=dev-qt/qtgraphicaleffects-${QTMIN}:5