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:
Victor Skovorodnikov
2024-12-02 10:13:08 -08:00
parent 37e6ad58b0
commit 33d6cfd74b
3 changed files with 6 additions and 6 deletions

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)