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 C2F90158041 for ; Fri, 23 Feb 2024 23:40:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8733E29E2; Fri, 23 Feb 2024 23:40:43 +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 BAE3FE29C1 for ; Fri, 23 Feb 2024 23:40:43 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 629F93430C1 for ; Fri, 23 Feb 2024 23:40:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C35C714BE for ; Fri, 23 Feb 2024 23:40:40 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1708709866.f713e6aaf2ef17eb6d240423ee1cd5f8aec4e28c.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/nulloy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/nulloy/nulloy-0.9.8.7.ebuild X-VCS-Directories: media-sound/nulloy/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: f713e6aaf2ef17eb6d240423ee1cd5f8aec4e28c X-VCS-Branch: master Date: Fri, 23 Feb 2024 23:40:40 +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: 15e772db-62db-4dcc-9392-f322e67be889 X-Archives-Hash: 213b8d27e958c5820be68029adcf38cb commit: f713e6aaf2ef17eb6d240423ee1cd5f8aec4e28c Author: Vitaly Zdanevich ya ru> AuthorDate: Fri Feb 23 17:37:46 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Fri Feb 23 17:37:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f713e6aa media-sound/nulloy: fix error "Unknown module(s) in QT: svg" Closes: https://bugs.gentoo.org/924686 Signed-off-by: Vitaly Zdanevich ya.ru> media-sound/nulloy/nulloy-0.9.8.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/nulloy/nulloy-0.9.8.7.ebuild b/media-sound/nulloy/nulloy-0.9.8.7.ebuild index 9831d0db81..687c88d670 100644 --- a/media-sound/nulloy/nulloy-0.9.8.7.ebuild +++ b/media-sound/nulloy/nulloy-0.9.8.7.ebuild @@ -25,7 +25,7 @@ BDEPEND=" DEPEND=" dev-qt/qtcore dev-qt/designer - dev-qt/qtsvg + dev-qt/qtsvg:6 dev-qt/linguist dev-qt/qtscript dev-qt/qtx11extras