diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2023-02-19 23:16:01 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-03-07 11:09:23 +0200 |
commit | cd7a1032c62f7cd7dfa3fe736b3860c4eceb5f0b (patch) | |
tree | a58b3ae7b8046d80ca800242d5f8c7396aaac110 /sci-geosciences/grass | |
parent | net-im/whatsapp-desktop-bin: libappindicator -> libayatana-appindicator (diff) | |
download | gentoo-cd7a1032c62f7cd7dfa3fe736b3860c4eceb5f0b.tar.gz gentoo-cd7a1032c62f7cd7dfa3fe736b3860c4eceb5f0b.tar.bz2 gentoo-cd7a1032c62f7cd7dfa3fe736b3860c4eceb5f0b.zip |
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 <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/29674
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sci-geosciences/grass')
-rw-r--r-- | sci-geosciences/grass/grass-8.2.1-r1.ebuild (renamed from sci-geosciences/grass/grass-8.2.1.ebuild) | 4 | ||||
-rw-r--r-- | 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 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 |