From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E4B01582EF for ; Tue, 18 Feb 2025 14:01:45 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2985F3431FE for ; Tue, 18 Feb 2025 14:01:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A5C2311047E; Tue, 18 Feb 2025 14:01:19 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9557F11047C for ; Tue, 18 Feb 2025 14:01:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F119343188 for ; Tue, 18 Feb 2025 14:01:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DAC427E4 for ; Tue, 18 Feb 2025 14:01:15 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1739860887.835dd3fde0420d82e96b9d850811ab518b67e974.davidroman@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.9.ebuild net-p2p/dogecoin-qt/dogecoin-qt-9999.ebuild X-VCS-Directories: net-p2p/dogecoin-qt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 835dd3fde0420d82e96b9d850811ab518b67e974 X-VCS-Branch: master Date: Tue, 18 Feb 2025 14:01:15 +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: 9178bd58-a2d1-4ee9-8942-1755f4ef62e7 X-Archives-Hash: 15853ac0bfc45a0a286985c46c65569e commit: 835dd3fde0420d82e96b9d850811ab518b67e974 Author: Joe Kappus wt gd> AuthorDate: Tue Feb 18 06:41:27 2025 +0000 Commit: David Roman gmail com> CommitDate: Tue Feb 18 06:41:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=835dd3fd net-p2p/dogecoin: switch to autoconf 2.71 It works, the old version wasn't in portage anymore. Shuts up pkgcheck. Signed-off-by: Joe Kappus wt.gd> net-p2p/dogecoin-qt/dogecoin-qt-1.14.9.ebuild | 2 +- net-p2p/dogecoin-qt/dogecoin-qt-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.9.ebuild b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.9.ebuild index f54d8671e..4f79987a2 100644 --- a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.9.ebuild +++ b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.9.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -WANT_AUTOCONF="2.5" +WANT_AUTOCONF="2.71" inherit autotools desktop xdg-utils DESCRIPTION="Dogecoin Core Qt for desktop. Downloaded blockchain is under 2.2GB. Much secure." HOMEPAGE="https://github.com/dogecoin" diff --git a/net-p2p/dogecoin-qt/dogecoin-qt-9999.ebuild b/net-p2p/dogecoin-qt/dogecoin-qt-9999.ebuild index 0404727ea..4fcf5c9b0 100644 --- a/net-p2p/dogecoin-qt/dogecoin-qt-9999.ebuild +++ b/net-p2p/dogecoin-qt/dogecoin-qt-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -WANT_AUTOCONF="2.5" +WANT_AUTOCONF="2.71" 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"