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 F0F52158004 for ; Tue, 11 Jul 2023 23:59:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2815CE07F0; Tue, 11 Jul 2023 23:59:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AC33E07F0 for ; Tue, 11 Jul 2023 23:59:38 +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 0B48B340D02 for ; Tue, 11 Jul 2023 23:59:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 910AEA76 for ; Tue, 11 Jul 2023 23:59:36 +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: <1689119836.837d2a470318005b4d3bdacd3fded2acd400ec3d.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 net-p2p/dogecoin-qt/metadata.xml X-VCS-Directories: net-p2p/dogecoin-qt/ X-VCS-Committer: victor3.14 X-VCS-Committer-Name: Victor Skovorodnikov X-VCS-Revision: 837d2a470318005b4d3bdacd3fded2acd400ec3d X-VCS-Branch: dev Date: Tue, 11 Jul 2023 23:59:36 +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: 1f948ebb-0e3c-4dbf-9e1f-b46db5becc83 X-Archives-Hash: b1558c77d2f5ae33d7d1754fb9a71c7f commit: 837d2a470318005b4d3bdacd3fded2acd400ec3d Author: Victor Skovorodnikov yandex com> AuthorDate: Tue Jul 11 23:57:16 2023 +0000 Commit: Victor Skovorodnikov yandex com> CommitDate: Tue Jul 11 23:57:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=837d2a47 net-p2p/dogecoin-qt: renamed avx2 USE flag to cpu_flags_x86_avx2 Signed-off-by: Victor Skovorodnikov yandex.com> net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild | 6 +++--- net-p2p/dogecoin-qt/metadata.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 fd0f7729c..ead62738f 100644 --- a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild +++ b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild @@ -11,7 +11,7 @@ LICENSE="MIT" SLOT="0" DB_VER="5.3" KEYWORDS="~amd64 ~x86" -IUSE="avx2 tests +wallet +prune zmq" +IUSE="cpu_flags_x86_avx2 tests +wallet +prune zmq" DOGEDIR="/opt/${PN}" DEPEND=" dev-libs/libevent:= @@ -20,7 +20,7 @@ DEPEND=" sys-devel/libtool sys-devel/automake:= >=dev-libs/boost-1.81.0-r1 - avx2? ( app-crypt/intel-ipsec-mb ) + cpu_flags_x86_avx2? ( app-crypt/intel-ipsec-mb ) wallet? ( sys-libs/db:"${DB_VER}"=[cxx] media-gfx/qrencode @@ -56,7 +56,7 @@ src_configure() { ./autogen.sh || die "autogen failed" local my_econf=( --enable-cxx - $(use_with avx2 intel-avx2) + $(use_with cpu_flags_x86_avx2 intel-avx2) $(use_with wallet incompatible-bdb) --bindir="${DOGEDIR}/bin" BDB_CFLAGS="-I/usr/include/db${DB_VER}" diff --git a/net-p2p/dogecoin-qt/metadata.xml b/net-p2p/dogecoin-qt/metadata.xml index c283c0724..06d2598d8 100644 --- a/net-p2p/dogecoin-qt/metadata.xml +++ b/net-p2p/dogecoin-qt/metadata.xml @@ -12,7 +12,7 @@ Victor Skovorodnikov - Build with Advanced Vector Extensions instructions support (if CPU model supports it) + Build with Advanced Vector Extensions instructions support (if CPU model supports it) Enables automatic pruning of old blocks to stay below 2.2GB target size (if ran from desktop) Build Dogecoin Core Qt with tests option Build Dogecoin Core Qt with wallet