diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-22 19:37:15 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-22 20:20:44 +0300 |
commit | 320210ec35080a7e97ceb4df5aabbe13233ad1bc (patch) | |
tree | 301b3a352b06a91bd5ce8bb33abe12a8a09eb49b /dev-util | |
parent | dev-lang/php: Version bump for 7.4.25 (diff) | |
download | gentoo-320210ec35080a7e97ceb4df5aabbe13233ad1bc.tar.gz gentoo-320210ec35080a7e97ceb4df5aabbe13233ad1bc.tar.bz2 gentoo-320210ec35080a7e97ceb4df5aabbe13233ad1bc.zip |
dev-util/ydiff: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ydiff/ydiff-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/ydiff/ydiff-1.2.ebuild b/dev-util/ydiff/ydiff-1.2.ebuild index 6e526b75dcfc..0e95f856c768 100644 --- a/dev-util/ydiff/ydiff-1.2.ebuild +++ b/dev-util/ydiff/ydiff-1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 |