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 D28BE15802F for ; Tue, 7 Mar 2023 09:09:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC465E084A; Tue, 7 Mar 2023 09:09:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 961A3E0863 for ; Tue, 7 Mar 2023 09:09:30 +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 CE9903413D1 for ; Tue, 7 Mar 2023 09:09:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73BF47D8 for ; Tue, 7 Mar 2023 09:09:27 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1678180163.cd7a1032c62f7cd7dfa3fe736b3860c4eceb5f0b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/grass/grass-8.2.1-r1.ebuild sci-geosciences/grass/grass-8.2.1.ebuild sci-geosciences/grass/grass-9999.ebuild X-VCS-Directories: sci-geosciences/grass/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: cd7a1032c62f7cd7dfa3fe736b3860c4eceb5f0b X-VCS-Branch: master Date: Tue, 7 Mar 2023 09:09:27 +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: 688bbcd9-7ce6-48e4-ae8e-71edab8e8a32 X-Archives-Hash: e773290b2e856b42c7b53b3ef73f8e01 commit: cd7a1032c62f7cd7dfa3fe736b3860c4eceb5f0b Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Sun Feb 19 22:16:01 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Mar 7 09:09:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7a1032 sci-geosciences/grass: bump dependency to >=dev-python/wxpython-4.1 Closes: https://bugs.gentoo.org/858548 Closes: https://bugs.gentoo.org/897210 Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/29674 Signed-off-by: Joonas Niilola gentoo.org> sci-geosciences/grass/{grass-8.2.1.ebuild => grass-8.2.1-r1.ebuild} | 4 ++-- sci-geosciences/grass/grass-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-geosciences/grass/grass-8.2.1.ebuild b/sci-geosciences/grass/grass-8.2.1-r1.ebuild similarity index 99% rename from sci-geosciences/grass/grass-8.2.1.ebuild rename to sci-geosciences/grass/grass-8.2.1-r1.ebuild index 0b77a9524bf5..d2f60e00ca0e 100644 --- a/sci-geosciences/grass/grass-8.2.1.ebuild +++ b/sci-geosciences/grass/grass-8.2.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="sqlite" # bug 572440 inherit desktop python-single-r1 toolchain-funcs xdg @@ -78,7 +78,7 @@ RDEPEND=" tiff? ( media-libs/tiff:= ) truetype? ( media-libs/freetype:2 ) X? ( - dev-python/wxpython:4.0 + >=dev-python/wxpython-4.1:4.0 x11-libs/cairo[X] x11-libs/libICE x11-libs/libSM diff --git a/sci-geosciences/grass/grass-9999.ebuild b/sci-geosciences/grass/grass-9999.ebuild index 80491b81b91a..45c10f8e8cd3 100644 --- a/sci-geosciences/grass/grass-9999.ebuild +++ b/sci-geosciences/grass/grass-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="sqlite" # bug 572440 inherit desktop python-single-r1 toolchain-funcs xdg @@ -78,7 +78,7 @@ RDEPEND=" tiff? ( media-libs/tiff:= ) truetype? ( media-libs/freetype:2 ) X? ( - dev-python/wxpython:4.0 + >=dev-python/wxpython-4.1:4.0 x11-libs/cairo[X] x11-libs/libICE x11-libs/libSM