sci-electronics/librepcb: add missing dev-qt/qttest:5 to DEPEND

Closes: https://bugs.gentoo.org/741358
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Victor Kustov <ktrace@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/20953
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
ktrace@yandex.ru
2021-05-23 18:28:12 +03:00
committed by Andreas Sturmlechner
parent da6c3ff965
commit 6407e5c787

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -30,7 +30,8 @@ RDEPEND="
dev-qt/qtxml:5
sys-libs/zlib"
DEPEND="${RDEPEND}"
DEPEND="${RDEPEND}
dev-qt/qttest:5"
src_configure() {
eqmake5 -r PREFIX="/usr"