aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Skovorodnikov <victor3.14@yandex.com>2023-09-25 12:37:44 -0700
committerVictor Skovorodnikov <victor3.14@yandex.com>2023-09-25 12:42:47 -0700
commitc0a7be6d06ff9f853d28138149b8cb4886543e06 (patch)
tree0e865c10e7011b55863f3e06a8720f4ab7b22bb8
parentnet-voip/discover-overlay: add 0.6.7, drop 0.6.5 (diff)
downloadguru-c0a7be6d.tar.gz
guru-c0a7be6d.tar.bz2
guru-c0a7be6d.zip
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@yandex.com>
-rw-r--r--net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild8
1 files 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 66e117a8a..f6551e749 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)