commit: 835dd3fde0420d82e96b9d850811ab518b67e974 Author: Joe Kappus <joe <AT> wt <DOT> gd> AuthorDate: Tue Feb 18 06:41:27 2025 +0000 Commit: Joe Kappus <joe <AT> wt <DOT> gd> 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 <joe <AT> 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"
