mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
committed by
Andreas Sturmlechner
parent
da6c3ff965
commit
6407e5c787
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user