commit:     6407e5c78794aa54ccdb2b2c09aeea6d7ea88078
Author:     [email protected] <ktrace <AT> yandex <DOT> ru>
AuthorDate: Sun May 23 15:28:12 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 23 17:43:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6407e5c7

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 <AT> yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/20953
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-electronics/librepcb/librepcb-0.1.3.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/librepcb/librepcb-0.1.3.ebuild 
b/sci-electronics/librepcb/librepcb-0.1.3.ebuild
index fe132f05370..610277aedbe 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"

Reply via email to