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 641EE158013 for ; Sat, 16 Dec 2023 10:56:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A07C2BC018; Sat, 16 Dec 2023 10:56:04 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BD4D2BC018 for ; Sat, 16 Dec 2023 10:56:04 +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 2EEE333DF47 for ; Sat, 16 Dec 2023 10:56:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBBBB979 for ; Sat, 16 Dec 2023 10:56:01 +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: <1702724152.9f59b8ed3c573146a160ca766d6c048622d81940.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/neochat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/neochat/neochat-23.08.3-r1.ebuild net-im/neochat/neochat-23.08.3-r2.ebuild X-VCS-Directories: net-im/neochat/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9f59b8ed3c573146a160ca766d6c048622d81940 X-VCS-Branch: master Date: Sat, 16 Dec 2023 10:56:01 +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: cfa16141-bd29-4120-a9b1-6dda5a17ee2b X-Archives-Hash: 1afb015e5fb9eb0122cf148bc6e90c8a commit: 9f59b8ed3c573146a160ca766d6c048622d81940 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 16 10:14:19 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 16 10:55:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f59b8ed net-im/neochat: Depend on net-libs/libquotient[qt5(+)] Bug: https://bugs.gentoo.org/914289 Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/neochat/{neochat-23.08.3-r1.ebuild => neochat-23.08.3-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/neochat/neochat-23.08.3-r1.ebuild b/net-im/neochat/neochat-23.08.3-r2.ebuild similarity index 97% rename from net-im/neochat/neochat-23.08.3-r1.ebuild rename to net-im/neochat/neochat-23.08.3-r2.ebuild index aa9372d84a08..74e35251d1f0 100644 --- a/net-im/neochat/neochat-23.08.3-r1.ebuild +++ b/net-im/neochat/neochat-23.08.3-r2.ebuild @@ -41,7 +41,7 @@ DEPEND=" >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5 >=kde-frameworks/sonnet-${KFMIN}:5[qml] media-libs/kquickimageeditor:5 - >=net-libs/libquotient-0.8:= + >=net-libs/libquotient-0.8:=[qt5(+)] " RDEPEND="${DEPEND} >=dev-qt/qtgraphicaleffects-${QTMIN}:5