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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 34A25158012 for ; Fri, 24 Sep 2021 23:36:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67C95E095C; Fri, 24 Sep 2021 23:36:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2CCCE0974 for ; Fri, 24 Sep 2021 23:36:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AA63342B5A for ; Fri, 24 Sep 2021 23:36:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26E6F104 for ; Fri, 24 Sep 2021 23:36:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1632526491.861c790f2beb2ea20f1e99535a64abcb3f7776cf.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/grass/grass-9999.ebuild X-VCS-Directories: sci-geosciences/grass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 861c790f2beb2ea20f1e99535a64abcb3f7776cf X-VCS-Branch: master Date: Fri, 24 Sep 2021 23:36:54 +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: 9ca43fba-98e9-4f98-b4ca-d69c4a18af80 X-Archives-Hash: 79934f24d125e46efa491e71eb8cb60e commit: 861c790f2beb2ea20f1e99535a64abcb3f7776cf Author: Tomas Zigo slovanet sk> AuthorDate: Fri Sep 24 11:17:45 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 24 23:34:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=861c790f sci-geosciences/grass: upgrade autoconf version >= 2.69 https://github.com/OSGeo/grass/commit/dca9364c64d7dac5b4ae9262f016708a97c979d7 Signed-off-by: Sam James gentoo.org> sci-geosciences/grass/grass-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-geosciences/grass/grass-9999.ebuild b/sci-geosciences/grass/grass-9999.ebuild index b0087078be5..fd30b1deb55 100644 --- a/sci-geosciences/grass/grass-9999.ebuild +++ b/sci-geosciences/grass/grass-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8,9} ) PYTHON_REQ_USE="sqlite" # bug 572440 -WANT_AUTOCONF="2.1" +WANT_AUTOCONF="2.5" WX_GTK_VER="3.0-gtk3" inherit autotools desktop flag-o-matic git-r3 python-single-r1 toolchain-funcs wxwidgets xdg