From 6407e5c78794aa54ccdb2b2c09aeea6d7ea88078 Mon Sep 17 00:00:00 2001 From: "ktrace@yandex.ru" Date: Sun, 23 May 2021 18:28:12 +0300 Subject: 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 Closes: https://github.com/gentoo/gentoo/pull/20953 Signed-off-by: Andreas Sturmlechner --- sci-electronics/librepcb/librepcb-0.1.3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sci-electronics/librepcb') diff --git a/sci-electronics/librepcb/librepcb-0.1.3.ebuild b/sci-electronics/librepcb/librepcb-0.1.3.ebuild index fe132f053703..610277aedbe6 100644 --- a/sci-electronics/librepcb/librepcb-0.1.3.ebuild +++ b/sci-electronics/librepcb/librepcb-0.1.3.ebuild @@ -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" -- cgit v1.2.3-65-gdbad