diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-08-31 08:26:52 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-08-31 08:26:52 +0200 |
commit | 6ba13c6f1ea42cd063997c9f01756967ad788af6 (patch) | |
tree | bcb1fa2cacfb5415d2d821de947cb861fa805b3d /app-crypt/xca | |
parent | app-crypt/xca: fix Qt USE flags (diff) | |
download | gentoo-6ba13c6f1ea42cd063997c9f01756967ad788af6.tar.gz gentoo-6ba13c6f1ea42cd063997c9f01756967ad788af6.tar.bz2 gentoo-6ba13c6f1ea42cd063997c9f01756967ad788af6.zip |
app-crypt/xca: add missing test dependency
Closes: https://bugs.gentoo.org/926100
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'app-crypt/xca')
-rw-r--r-- | app-crypt/xca/xca-2.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/xca/xca-2.7.0.ebuild b/app-crypt/xca/xca-2.7.0.ebuild index ae5b0d6dcdd0..b0d629e4d5b1 100644 --- a/app-crypt/xca/xca-2.7.0.ebuild +++ b/app-crypt/xca/xca-2.7.0.ebuild @@ -23,7 +23,7 @@ RDEPEND=" doc? ( app-text/linuxdoc-tools )" DEPEND="${RDEPEND}" BDEPEND=" - !qt6? ( dev-qt/linguist-tools:5 ) + !qt6? ( dev-qt/linguist-tools:5 dev-qt/qttest:5 ) qt6? ( dev-qt/qttools:6[linguist] ) doc? ( dev-python/sphinx dev-python/sphinxcontrib-htmlhelp dev-python/sphinxcontrib-qthelp ) " |