From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0BF6B15801B for ; Tue, 18 Jul 2023 09:14:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21CE2E08FE; Tue, 18 Jul 2023 09:14:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 028CCE08FE for ; Tue, 18 Jul 2023 09:14:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7940340D2D for ; Tue, 18 Jul 2023 09:14:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EEBDB94 for ; Tue, 18 Jul 2023 09:14:07 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1689626287.428480765bb29ee01973e0affe6c8f4e887d5518.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/dogecoin-qt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild X-VCS-Directories: net-p2p/dogecoin-qt/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 428480765bb29ee01973e0affe6c8f4e887d5518 X-VCS-Branch: master Date: Tue, 18 Jul 2023 09:14:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3a65361e-8b46-41cf-90b2-273afeaa8141 X-Archives-Hash: 5cf73ba0ffa0efd7576e27a4e3ec00a4 commit: 428480765bb29ee01973e0affe6c8f4e887d5518 Author: Victor Skovorodnikov yandex com> AuthorDate: Mon Jul 17 18:30:36 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Mon Jul 17 20:38:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42848076 net-p2p/dogecoin-qt: Applying fix for Bug 910255 Signed-off-by: Victor Skovorodnikov yandex.com> net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 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 802eb8685..db4b4cae2 100644 --- a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild +++ b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild @@ -3,7 +3,7 @@ EAPI=8 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." HOMEPAGE="https://github.com/dogecoin" 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-qt-incdir="/usr/include/qt5" --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_enable wallet) $(use_enable zmq)