mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
net-p2p/dogecoin-qt: Applying fix for Bug 910255
Signed-off-by: Victor Skovorodnikov <victor3.14@yandex.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
WANT_AUTOCONF="2.5"
|
WANT_AUTOCONF="2.5"
|
||||||
inherit autotools desktop xdg-utils
|
inherit autotools db-use desktop xdg-utils
|
||||||
DESCRIPTION="Dogecoin Core Qt-GUI for desktop. Keeps downloaded blockchain size below 2.2GB."
|
DESCRIPTION="Dogecoin Core Qt-GUI for desktop. Keeps downloaded blockchain size below 2.2GB."
|
||||||
HOMEPAGE="https://github.com/dogecoin"
|
HOMEPAGE="https://github.com/dogecoin"
|
||||||
SRC_URI="https://github.com/dogecoin/dogecoin/archive/refs/tags/v${PV}.tar.gz -> ${PN}-v${PV}.tar.gz"
|
SRC_URI="https://github.com/dogecoin/dogecoin/archive/refs/tags/v${PV}.tar.gz -> ${PN}-v${PV}.tar.gz"
|
||||||
@@ -65,8 +65,6 @@ src_configure() {
|
|||||||
--with-gui=qt5
|
--with-gui=qt5
|
||||||
--with-qt-incdir="/usr/include/qt5"
|
--with-qt-incdir="/usr/include/qt5"
|
||||||
--disable-bench
|
--disable-bench
|
||||||
BDB_CFLAGS="-I/usr/include/db${DB_VER}"
|
|
||||||
BDB_LIBS="-L/usr/lib64 -ldb_cxx-${DB_VER}"
|
|
||||||
$(use_with cpu_flags_x86_avx2 intel-avx2)
|
$(use_with cpu_flags_x86_avx2 intel-avx2)
|
||||||
$(use_enable wallet)
|
$(use_enable wallet)
|
||||||
$(use_enable zmq)
|
$(use_enable zmq)
|
||||||
|
|||||||
Reference in New Issue
Block a user