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 59D66159C9B for ; Wed, 31 Jul 2024 09:17:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C797E2A11; Wed, 31 Jul 2024 09:17:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06493E2A11 for ; Wed, 31 Jul 2024 09:17:00 +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 E73CD33BE18 for ; Wed, 31 Jul 2024 09:16:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5373D1E85 for ; Wed, 31 Jul 2024 09:16:58 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1722392933.bec40454d76360817cae0b858416ce665c4144a4.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/nheko/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/nheko/nheko-0.12.0-r1.ebuild net-im/nheko/nheko-0.12.0.ebuild X-VCS-Directories: net-im/nheko/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: bec40454d76360817cae0b858416ce665c4144a4 X-VCS-Branch: master Date: Wed, 31 Jul 2024 09:16:58 +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: bfb13e45-bd90-46f4-9063-bfb13f22ecb0 X-Archives-Hash: dda6337bcd593f937f71bbb15314aa43 commit: bec40454d76360817cae0b858416ce665c4144a4 Author: amano.kenji proton me> AuthorDate: Wed Jul 31 02:28:53 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Jul 31 02:28:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bec40454 net-im/nheko: depend on dev-qt/qtmultimedia[qml] Signed-off-by: amano.kenji proton.me> net-im/nheko/{nheko-0.12.0.ebuild => nheko-0.12.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/nheko/nheko-0.12.0.ebuild b/net-im/nheko/nheko-0.12.0-r1.ebuild similarity index 98% rename from net-im/nheko/nheko-0.12.0.ebuild rename to net-im/nheko/nheko-0.12.0-r1.ebuild index 92596c206..66a98f76a 100644 --- a/net-im/nheko/nheko-0.12.0.ebuild +++ b/net-im/nheko/nheko-0.12.0-r1.ebuild @@ -37,7 +37,7 @@ RDEPEND=" dev-qt/qtbase:6[concurrent,dbus,gui,widgets] dev-qt/qtdeclarative:6[widgets] dev-qt/qtimageformats:6 - dev-qt/qtmultimedia:6[gstreamer] + dev-qt/qtmultimedia:6[gstreamer,qml] dev-qt/qtsvg:6 net-misc/curl[ssl] virtual/notification-daemon