From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8CBA81382C5 for ; Sun, 23 May 2021 17:44:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D83A8E0887; Sun, 23 May 2021 17:44:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA775E0887 for ; Sun, 23 May 2021 17:44:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7780833BE39 for ; Sun, 23 May 2021 17:44:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 811B678B for ; Sun, 23 May 2021 17:44:45 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1621791782.6407e5c78794aa54ccdb2b2c09aeea6d7ea88078.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/librepcb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/librepcb/librepcb-0.1.3.ebuild X-VCS-Directories: sci-electronics/librepcb/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6407e5c78794aa54ccdb2b2c09aeea6d7ea88078 X-VCS-Branch: master Date: Sun, 23 May 2021 17:44:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f05841cb-6b33-4920-a552-62f2805baa68 X-Archives-Hash: c26e84a8d7093acdc0e7affdc4027fe0 commit: 6407e5c78794aa54ccdb2b2c09aeea6d7ea88078 Author: ktrace@yandex.ru yandex ru> AuthorDate: Sun May 23 15:28:12 2021 +0000 Commit: Andreas Sturmlechner gentoo 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 yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/20953 Signed-off-by: Andreas Sturmlechner 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"