mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
net-p2p/dogecoin-qt: replace c++14 with c++17
- replacing c++14 with c++17 standard to compile with boost-1.86.0-r1 per the bug - removed unused inherit Closes: https://bugs.gentoo.org/945704 Signed-off-by: Victor Skovorodnikov <victor3.14@yandex.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
WANT_AUTOCONF="2.5"
|
||||
inherit autotools desktop flag-o-matic xdg-utils
|
||||
inherit autotools desktop xdg-utils
|
||||
DESCRIPTION="Dogecoin Core Qt for desktop. Downloaded blockchain is under 2.2GB. Much secure."
|
||||
HOMEPAGE="https://github.com/dogecoin"
|
||||
SRC_URI="https://github.com/dogecoin/dogecoin/archive/refs/tags/v${PV}.tar.gz -> ${PN}-v${PV}.tar.gz"
|
||||
@@ -89,7 +89,7 @@ src_configure() {
|
||||
local my_econf=(
|
||||
--bindir="${DOGEDIR}/bin"
|
||||
--disable-bench
|
||||
--enable-c++14
|
||||
--enable-c++17
|
||||
$(use_with gui qt5)
|
||||
$(use_with intel-avx2 intel-avx2)
|
||||
$(use_with dogecoind daemon)
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
WANT_AUTOCONF="2.5"
|
||||
inherit autotools desktop flag-o-matic xdg-utils
|
||||
inherit autotools desktop xdg-utils
|
||||
DESCRIPTION="Dogecoin Core Qt for desktop. Downloaded blockchain is under 2.2GB. Much secure."
|
||||
HOMEPAGE="https://github.com/dogecoin"
|
||||
SRC_URI="https://github.com/dogecoin/dogecoin/archive/refs/tags/v${PV}.tar.gz -> ${PN}-v${PV}.tar.gz"
|
||||
@@ -89,7 +89,7 @@ src_configure() {
|
||||
local my_econf=(
|
||||
--bindir="${DOGEDIR}/bin"
|
||||
--disable-bench
|
||||
--enable-c++14
|
||||
--enable-c++17
|
||||
$(use_with gui qt5)
|
||||
$(use_with intel-avx2 intel-avx2)
|
||||
$(use_with dogecoind daemon)
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
WANT_AUTOCONF="2.5"
|
||||
inherit autotools desktop flag-o-matic git-r3 xdg-utils
|
||||
inherit autotools desktop git-r3 xdg-utils
|
||||
DESCRIPTION="Dogecoin Core Qt for desktop. Downloaded blockchain is under 2.2GB. Much secure."
|
||||
HOMEPAGE="https://github.com/dogecoin"
|
||||
EGIT_REPO_URI="https://github.com/dogecoin/dogecoin.git"
|
||||
@@ -86,7 +86,7 @@ src_configure() {
|
||||
local my_econf=(
|
||||
--bindir="${DOGEDIR}/bin"
|
||||
--disable-bench
|
||||
--enable-c++14
|
||||
--enable-c++17
|
||||
$(use_with gui qt5)
|
||||
$(use_with intel-avx2 intel-avx2)
|
||||
$(use_with dogecoind daemon)
|
||||
|
||||
Reference in New Issue
Block a user