public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/dogecoin-qt/
Date: Tue, 26 Sep 2023 12:43:04 +0000 (UTC)	[thread overview]
Message-ID: <1695670967.c0a7be6d06ff9f853d28138149b8cb4886543e06.davidroman@gentoo> (raw)

commit:     c0a7be6d06ff9f853d28138149b8cb4886543e06
Author:     Victor Skovorodnikov <victor3.14 <AT> yandex <DOT> com>
AuthorDate: Mon Sep 25 19:37:44 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Sep 25 19:42:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0a7be6d

net-p2p/dogecoin-qt: Removed avx2 option and updated src_configure()

- Temporarily removed avx2 option until patch for intel-ipsec-mb can be applied
- Removed redundant configure options from src_configure()

Signed-off-by: Victor Skovorodnikov <victor3.14 <AT> yandex.com>

 net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild | 8 ++------
 1 file changed, 2 insertions(+), 6 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 66e117a8a2..f6551e749d 100644
--- a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
+++ b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
@@ -12,7 +12,7 @@ LICENSE="MIT"
 SLOT="0"
 DB_VER="5.3"
 KEYWORDS="~amd64 ~arm64"
-IUSE="cpu_flags_x86_avx2 dogecoind +pie +prune +ssp tests utils +wallet zmq"
+IUSE="dogecoind +pie +prune +ssp tests utils +wallet zmq"
 REQUIRED_USE="dogecoind? ( utils )"
 DOGEDIR="/opt/${PN}"
 DEPEND="
@@ -30,7 +30,6 @@ DEPEND="
 	dev-qt/qtnetwork
 	dev-qt/qtprintsupport
 	dev-qt/linguist-tools:=
-	cpu_flags_x86_avx2? ( app-crypt/intel-ipsec-mb )
 	wallet? ( media-gfx/qrencode )
 	zmq? ( net-libs/cppzmq )
 "
@@ -45,7 +44,7 @@ PATCHES=(
 	"${FILESDIR}"/"${PV}"-paymentserver.patch
 	"${FILESDIR}"/"${PV}"-transactiondesc.patch
 	"${FILESDIR}"/"${PV}"-deque.patch
-	"${FILESDIR}"/gcc13.patch
+	"${FILESDIR}"/gcc13.patch	
 )
 
 WORKDIR_="${WORKDIR}/dogecoin-${PV}"
@@ -72,12 +71,9 @@ src_prepare() {
 
 src_configure() {
 	local my_econf=(
-		--enable-cxx
 		--bindir="${DOGEDIR}/bin"
 		--with-gui=qt5
-		--with-qt-incdir="/usr/include/qt5"
 		--disable-bench
-		$(use_with cpu_flags_x86_avx2 intel-avx2)
 		$(use_with dogecoind daemon)
 		$(use_with utils utils)
 		$(use_enable wallet)


             reply	other threads:[~2023-09-26 12:43 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-26 12:43 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-18 14:01 [gentoo-commits] repo/proj/guru:master commit in: net-p2p/dogecoin-qt/ David Roman
2025-02-18 14:01 David Roman
2025-02-18 14:01 David Roman
2025-02-18 14:01 David Roman
2024-12-02 10:48 David Roman
2024-09-01 15:53 David Roman
2024-08-10 20:34 Lucio Sauer
2024-08-10 15:41 Lucio Sauer
2024-08-07 23:36 Lucio Sauer
2024-07-08 16:47 David Roman
2024-03-02 18:02 Julien Roy
2024-03-02  7:10 Arthur Zamarin
2024-03-02  7:10 Arthur Zamarin
2024-02-28  7:19 Florian Schmaus
2024-02-28  7:19 Florian Schmaus
2024-02-28  7:19 Florian Schmaus
2024-02-28  7:19 Florian Schmaus
2024-02-13 16:32 David Roman
2023-10-28  1:15 David Roman
2023-07-25  4:59 Haelwenn Monnier
2023-07-25  4:59 Haelwenn Monnier
2023-07-25  4:59 Haelwenn Monnier
2023-07-25  4:59 Haelwenn Monnier
2023-07-21  4:12 Viorel Munteanu
2023-07-19  8:49 Haelwenn Monnier
2023-07-18  9:14 Viorel Munteanu
2023-07-18  9:14 Viorel Munteanu
2023-07-16  6:18 Haelwenn Monnier
2023-07-16  6:18 Haelwenn Monnier
2023-07-13  9:42 David Roman
2023-07-12  5:39 Viorel Munteanu
2023-07-12  5:39 Viorel Munteanu
2023-07-12  4:58 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-07-12  5:39 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1695670967.c0a7be6d06ff9f853d28138149b8cb4886543e06.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox