diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-06 20:26:20 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-06 20:36:22 +0100 |
commit | dad9472dbd47e0d74a375f13cd2c8fdc4b7e8f5f (patch) | |
tree | e63bbb4dfb808986c5f26a5c8e8a1fdbbcb2f061 /sci-astronomy | |
parent | app-admin/salt: add 3005.5, 3006.6 (diff) | |
download | gentoo-dad9472dbd47e0d74a375f13cd2c8fdc4b7e8f5f.tar.gz gentoo-dad9472dbd47e0d74a375f13cd2c8fdc4b7e8f5f.tar.bz2 gentoo-dad9472dbd47e0d74a375f13cd2c8fdc4b7e8f5f.zip |
sci-astronomy/kstars: Add missing (though optional) test dependency
Bug: https://bugs.gentoo.org/923871
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/kstars/kstars-3.6.9.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |