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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 40324158020 for ; Wed, 12 Oct 2022 07:28:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CE6AE096D; Wed, 12 Oct 2022 07:28:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4466DE096D for ; Wed, 12 Oct 2022 07:28:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02AF334125F for ; Wed, 12 Oct 2022 07:28:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 954DD5F1 for ; Wed, 12 Oct 2022 07:28:26 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1665559700.f90767ad33cd6de8fcd7f9cdcc1b5363e874afd2.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-client/kristall/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-client/kristall/kristall-0.4.ebuild X-VCS-Directories: net-client/kristall/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: f90767ad33cd6de8fcd7f9cdcc1b5363e874afd2 X-VCS-Branch: dev Date: Wed, 12 Oct 2022 07:28:26 +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: a40e0184-8588-4b67-ac64-9188d3a55ca2 X-Archives-Hash: d5e8f04323eeb8ecfb7457456629d89a commit: f90767ad33cd6de8fcd7f9cdcc1b5363e874afd2 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Oct 12 07:28:10 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Wed Oct 12 07:28:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f90767ad net-client/kristall: fix deps Closes: https://bugs.gentoo.org/876829 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-client/kristall/kristall-0.4.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-client/kristall/kristall-0.4.ebuild b/net-client/kristall/kristall-0.4.ebuild index 98748ddb1..e40cb59f8 100644 --- a/net-client/kristall/kristall-0.4.ebuild +++ b/net-client/kristall/kristall-0.4.ebuild @@ -30,7 +30,9 @@ RDEPEND=" dev-qt/qtwidgets:5 media-libs/libglvnd " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-qt/qtsvg:5 +" src_prepare() { default