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 66695158041 for ; Tue, 5 Mar 2024 09:57:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57037E2A15; Tue, 5 Mar 2024 09:57: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A34CE2A15 for ; Tue, 5 Mar 2024 09:57: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41CF2343051 for ; Tue, 5 Mar 2024 09:57:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0950119 for ; Tue, 5 Mar 2024 09:57:40 +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: <1709632583.e826717a0b19573e40a74c6cccf3f0b6fe88bdee.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/psi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/psi/psi-1.5-r1.ebuild net-im/psi/psi-1.5-r2.ebuild net-im/psi/psi-9999.ebuild X-VCS-Directories: net-im/psi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e826717a0b19573e40a74c6cccf3f0b6fe88bdee X-VCS-Branch: master Date: Tue, 5 Mar 2024 09:57: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: eb83637f-f849-4c81-9326-a39c35f5aaea X-Archives-Hash: ef6924a79cf509de61d69cafc177b9b8 commit: e826717a0b19573e40a74c6cccf3f0b6fe88bdee Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 4 20:59:38 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Mar 5 09:56:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e826717a net-im/psi: Add app-crypt/qca[qt5(+)] USEdep Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/psi/{psi-1.5-r1.ebuild => psi-1.5-r2.ebuild} | 2 +- net-im/psi/psi-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/psi/psi-1.5-r1.ebuild b/net-im/psi/psi-1.5-r2.ebuild similarity index 99% rename from net-im/psi/psi-1.5-r1.ebuild rename to net-im/psi/psi-1.5-r2.ebuild index c0ab4c6ce05c..2d7af1d75ec5 100644 --- a/net-im/psi/psi-1.5-r1.ebuild +++ b/net-im/psi/psi-1.5-r2.ebuild @@ -28,7 +28,7 @@ BDEPEND=" doc? ( app-text/doxygen[dot] ) " DEPEND=" - app-crypt/qca:2[ssl] + app-crypt/qca:2[qt5(+),ssl] dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild index a0f835e50ba7..6feefa2675ff 100644 --- a/net-im/psi/psi-9999.ebuild +++ b/net-im/psi/psi-9999.ebuild @@ -34,7 +34,7 @@ BDEPEND=" extras? ( >=dev-build/qconf-2.4 ) " DEPEND=" - app-crypt/qca:2[ssl] + app-crypt/qca:2[qt5(+),ssl] dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5