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 B4E4C15810F for ; Sat, 10 Jun 2023 23:39:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1092E07EF; Sat, 10 Jun 2023 23:39:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id B7489E07EF for ; Sat, 10 Jun 2023 23:39:57 +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 AF6DF340441 for ; Sat, 10 Jun 2023 23:39:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F070A85 for ; Sat, 10 Jun 2023 23:39:55 +0000 (UTC) From: "Joe Kappus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joe Kappus" Message-ID: <1686440383.8540624cbdb3c6ac64b514faee98fdafa43814e6.joe@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/nheko/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/nheko/nheko-0.11.3.ebuild net-im/nheko/nheko-9999.ebuild X-VCS-Directories: net-im/nheko/ X-VCS-Committer: joe X-VCS-Committer-Name: Joe Kappus X-VCS-Revision: 8540624cbdb3c6ac64b514faee98fdafa43814e6 X-VCS-Branch: dev Date: Sat, 10 Jun 2023 23:39:55 +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: 79a382f5-9149-419c-a6a1-92954ce7fac9 X-Archives-Hash: 32ebdd8800b1c9ed51422e8fe66cc41b commit: 8540624cbdb3c6ac64b514faee98fdafa43814e6 Author: Joe Kappus wt gd> AuthorDate: Sat Jun 10 23:38:28 2023 +0000 Commit: Joe Kappus wt gd> CommitDate: Sat Jun 10 23:39:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8540624c net-im/nheko: use qtimageformats:5 This hasn't been brought to qt6 yet, make sure we have the qt5 qtimageformat dependency which is slotted. Signed-off-by: Joe Kappus wt.gd> net-im/nheko/nheko-0.11.3.ebuild | 2 +- net-im/nheko/nheko-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/nheko/nheko-0.11.3.ebuild b/net-im/nheko/nheko-0.11.3.ebuild index 732df7f66..c0f2be4bf 100644 --- a/net-im/nheko/nheko-0.11.3.ebuild +++ b/net-im/nheko/nheko-0.11.3.ebuild @@ -32,7 +32,7 @@ RDEPEND=" dev-qt/qtdeclarative:5[widgets] dev-qt/qtgraphicaleffects:5 dev-qt/qtgui:5[dbus,jpeg,png] - dev-qt/qtimageformats + dev-qt/qtimageformats:5 dev-qt/qtmultimedia:5[gstreamer,qml,widgets] dev-qt/qtquickcontrols2:5[widgets] dev-qt/qtsvg:5 diff --git a/net-im/nheko/nheko-9999.ebuild b/net-im/nheko/nheko-9999.ebuild index 9ed14fbd2..34eeb5d7b 100644 --- a/net-im/nheko/nheko-9999.ebuild +++ b/net-im/nheko/nheko-9999.ebuild @@ -40,7 +40,7 @@ RDEPEND=" dev-qt/qtdeclarative:5[widgets] dev-qt/qtgraphicaleffects:5 dev-qt/qtgui:5[dbus,jpeg,png] - dev-qt/qtimageformats + dev-qt/qtimageformats:5 dev-qt/qtmultimedia:5[gstreamer,qml,widgets] dev-qt/qtquickcontrols2:5[widgets] dev-qt/qtsvg:5