diff options
author | t0b3 <thomas.bettler@gmail.com> | 2021-12-17 10:44:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-24 08:01:47 +0000 |
commit | a79394a133bc94f4d8d60df162071910aca0ebc7 (patch) | |
tree | 44ec53bbd6d3dac7ebcd22e5d5afaa4778cdfcd9 /dev-libs/libbytesize | |
parent | dev-libs/libnl: add python 3.10 (diff) | |
download | gentoo-a79394a133bc94f4d8d60df162071910aca0ebc7.tar.gz gentoo-a79394a133bc94f4d8d60df162071910aca0ebc7.tar.bz2 gentoo-a79394a133bc94f4d8d60df162071910aca0ebc7.zip |
dev-libs/libbytesize: add python 3.10
Closes: https://bugs.gentoo.org/829420
Signed-off-by: t0b3 <thomas.bettler@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23360
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libbytesize')
-rw-r--r-- | dev-libs/libbytesize/libbytesize-2.5.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/libbytesize/libbytesize-2.6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libbytesize/libbytesize-2.5.ebuild b/dev-libs/libbytesize/libbytesize-2.5.ebuild index a819367ec1e7..4450525879d7 100644 --- a/dev-libs/libbytesize/libbytesize-2.5.ebuild +++ b/dev-libs/libbytesize/libbytesize-2.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools python-r1 diff --git a/dev-libs/libbytesize/libbytesize-2.6.ebuild b/dev-libs/libbytesize/libbytesize-2.6.ebuild index f261594c01a2..98b3c0db2b73 100644 --- a/dev-libs/libbytesize/libbytesize-2.6.ebuild +++ b/dev-libs/libbytesize/libbytesize-2.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools python-r1 |