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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F19E515815E for ; Sun, 11 Feb 2024 23:42:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EA0AE2A12; Sun, 11 Feb 2024 23:42:22 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EBE23E2A12 for ; Sun, 11 Feb 2024 23:42:21 +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 99CC4343027 for ; Sun, 11 Feb 2024 23:42:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0541888 for ; Sun, 11 Feb 2024 23:42:18 +0000 (UTC) From: "Victor Skovorodnikov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Victor Skovorodnikov" Message-ID: <1707694862.cf3ffb646d22c6d6a13173c47ee9145487fc90ba.victor3.14@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/dogecoin-qt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild X-VCS-Directories: net-p2p/dogecoin-qt/ X-VCS-Committer: victor3.14 X-VCS-Committer-Name: Victor Skovorodnikov X-VCS-Revision: cf3ffb646d22c6d6a13173c47ee9145487fc90ba X-VCS-Branch: dev Date: Sun, 11 Feb 2024 23:42:18 +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: 65858881-248d-47e7-ba5a-a79b3d1878e4 X-Archives-Hash: f96c4519a3b80ae1a8f0fcd13b52caeb commit: cf3ffb646d22c6d6a13173c47ee9145487fc90ba Author: Victor Skovorodnikov yandex com> AuthorDate: Sun Feb 11 23:28:24 2024 +0000 Commit: Victor Skovorodnikov yandex com> CommitDate: Sun Feb 11 23:41:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cf3ffb64 net-p2p/dogecoin-qt: intel-ipsec-mb by atom value - Make cpu_flags_x86_avx2 use specific =app-crypt/intel-ipsec-mb-1.3 atom because version 1.5 doesn't seem to compile with or without a patch. Signed-off-by: Victor Skovorodnikov yandex.com> net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild index 4d8d5a6a4e..5eb4043566 100644 --- a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild +++ b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild @@ -30,7 +30,7 @@ DEPEND=" dev-qt/qtnetwork dev-qt/qtprintsupport dev-qt/linguist-tools:= - cpu_flags_x86_avx2? ( app-crypt/intel-ipsec-mb ) + cpu_flags_x86_avx2? ( =app-crypt/intel-ipsec-mb-1.3 ) wallet? ( media-gfx/qrencode ) zmq? ( net-libs/cppzmq ) "