diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-01-28 22:36:24 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-01-28 22:36:24 +0000 |
commit | b91150617b6f22aa889dcc97ceecc35d2a25e846 (patch) | |
tree | 7d8e804aec13eaa7fcade5a42d9a9d6b6f874b2d /games-misc | |
parent | sys-libs/glibc: --enable-static-pie is gone (diff) | |
download | gentoo-b91150617b6f22aa889dcc97ceecc35d2a25e846.tar.gz gentoo-b91150617b6f22aa889dcc97ceecc35d2a25e846.tar.bz2 gentoo-b91150617b6f22aa889dcc97ceecc35d2a25e846.zip |
games-misc/ponysay: Python 3.10, EAPI 8
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/ponysay/ponysay-3.0.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-misc/ponysay/ponysay-3.0.3.ebuild b/games-misc/ponysay/ponysay-3.0.3.ebuild index a209a7a5ec54..12ad5f35a544 100644 --- a/games-misc/ponysay/ponysay-3.0.3.ebuild +++ b/games-misc/ponysay/ponysay-3.0.3.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_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10} ) inherit bash-completion-r1 python-single-r1 DESCRIPTION="cowsay reimplemention for ponies" |