diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2022-03-06 15:46:56 +0300 |
---|---|---|
committer | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2022-03-06 15:46:56 +0300 |
commit | fbb9c4cda3dec41dfaddf0c1d7a15ffabed9cbdd (patch) | |
tree | 14ceb712bf1b64a999ede3ad76e2384c74af1a34 /games-board | |
parent | sys-process/btop: Bump to 1.2.5 (diff) | |
download | guru-fbb9c4cda3dec41dfaddf0c1d7a15ffabed9cbdd.tar.gz guru-fbb9c4cda3dec41dfaddf0c1d7a15ffabed9cbdd.tar.bz2 guru-fbb9c4cda3dec41dfaddf0c1d7a15ffabed9cbdd.zip |
games-board/rmahjong: add python 3.10 compat, bump EAPI8
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/rmahjong/rmahjong-0.4_p20201106.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild b/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild index 266c5a722..24f5b317b 100644 --- a/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild +++ b/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit desktop python-single-r1 toolchain-funcs xdg |