diff options
author | Sam James <sam@gentoo.org> | 2024-11-10 17:58:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-10 17:58:12 +0000 |
commit | 57938a28b4301fc866a2aa710216884aedbac8a5 (patch) | |
tree | ce91ef883b48d909f3c65cc61cff8597daf02c89 /dev-util | |
parent | dev-util/clazy: keyword 1.12 for ~amd64, ~arm64, ~x86 (diff) | |
download | gentoo-57938a28b4301fc866a2aa710216884aedbac8a5.tar.gz gentoo-57938a28b4301fc866a2aa710216884aedbac8a5.tar.bz2 gentoo-57938a28b4301fc866a2aa710216884aedbac8a5.zip |
dev-util/clazy: add qtnetworkauth test dep
no-module-include needs this.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/clazy/clazy-1.12.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-util/clazy/clazy-1.12.ebuild b/dev-util/clazy/clazy-1.12.ebuild index 918f0188a664..0ef620361b62 100644 --- a/dev-util/clazy/clazy-1.12.ebuild +++ b/dev-util/clazy/clazy-1.12.ebuild @@ -22,7 +22,12 @@ RDEPEND=" $(llvm_gen_dep 'sys-devel/llvm:${LLVM_SLOT}') " DEPEND="${RDEPEND}" -BDEPEND="test? ( ${PYTHON_DEPS} )" +BDEPEND=" + test? ( + ${PYTHON_DEPS} + dev-qt/qtnetworkauth:6 + ) +" PATCHES=( # git master |