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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 03048158042 for ; Mon, 21 Oct 2024 15:33:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32E3BE0990; Mon, 21 Oct 2024 15:33:15 +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 1A062E098E for ; Mon, 21 Oct 2024 15:33:15 +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 56AD1343086 for ; Mon, 21 Oct 2024 15:33:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B07741F28 for ; Mon, 21 Oct 2024 15:33:12 +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: <1729524783.6cacb897cadab56fba9a87a4c323ef07c23522cf.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/kvirc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/kvirc/kvirc-5.2.6-r1.ebuild net-irc/kvirc/kvirc-5.2.6.ebuild net-irc/kvirc/kvirc-9999.ebuild X-VCS-Directories: net-irc/kvirc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6cacb897cadab56fba9a87a4c323ef07c23522cf X-VCS-Branch: master Date: Mon, 21 Oct 2024 15:33:12 +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: bb94fdef-ef0d-48ff-be2e-9b3a58ff8fea X-Archives-Hash: e8650d1401d2366160c4f7b1d2f7ac27 commit: 6cacb897cadab56fba9a87a4c323ef07c23522cf Author: Alexey Sokolov asokolov org> AuthorDate: Mon Oct 14 08:51:57 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 21 15:33:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cacb897 net-irc/kvirc: depend on dev-qt/qt5compat Closes: https://bugs.gentoo.org/941507 Signed-off-by: Alexey Sokolov asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/38983 Signed-off-by: Andreas Sturmlechner gentoo.org> net-irc/kvirc/{kvirc-5.2.6.ebuild => kvirc-5.2.6-r1.ebuild} | 1 + net-irc/kvirc/kvirc-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-irc/kvirc/kvirc-5.2.6.ebuild b/net-irc/kvirc/kvirc-5.2.6-r1.ebuild similarity index 99% rename from net-irc/kvirc/kvirc-5.2.6.ebuild rename to net-irc/kvirc/kvirc-5.2.6-r1.ebuild index 2831208694a0..a57beb4f9c7a 100644 --- a/net-irc/kvirc/kvirc-5.2.6.ebuild +++ b/net-irc/kvirc/kvirc-5.2.6-r1.ebuild @@ -32,6 +32,7 @@ BDEPEND=" DEPEND=" dev-qt/qtbase:6[concurrent,gui,network,sql,widgets,xml] dev-qt/qtmultimedia:6 + dev-qt/qt5compat:6 sys-libs/zlib:0= x11-libs/libX11 audiofile? ( media-libs/audiofile ) diff --git a/net-irc/kvirc/kvirc-9999.ebuild b/net-irc/kvirc/kvirc-9999.ebuild index 2831208694a0..a57beb4f9c7a 100644 --- a/net-irc/kvirc/kvirc-9999.ebuild +++ b/net-irc/kvirc/kvirc-9999.ebuild @@ -32,6 +32,7 @@ BDEPEND=" DEPEND=" dev-qt/qtbase:6[concurrent,gui,network,sql,widgets,xml] dev-qt/qtmultimedia:6 + dev-qt/qt5compat:6 sys-libs/zlib:0= x11-libs/libX11 audiofile? ( media-libs/audiofile )