diff options
author | Denis Pronin <dannftk@yandex.ru> | 2023-02-27 00:04:38 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-03-08 16:13:09 +0200 |
commit | 872091419dfe9fcf523bf71191a40d748b42b737 (patch) | |
tree | de466cf6ea42083b99bc4be483d54ae8ff743b9c /dev-libs | |
parent | dev-embedded/esptool: add 4.5.1 (diff) | |
download | gentoo-872091419dfe9fcf523bf71191a40d748b42b737.tar.gz gentoo-872091419dfe9fcf523bf71191a40d748b42b737.tar.bz2 gentoo-872091419dfe9fcf523bf71191a40d748b42b737.zip |
dev-libs/libbytesize: support python3_11 in libbytesize-2.7.ebuild
Closes: https://bugs.gentoo.org/896706
Signed-off-by: Denis Pronin <dannftk@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/29885
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libbytesize/libbytesize-2.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libbytesize/libbytesize-2.7.ebuild b/dev-libs/libbytesize/libbytesize-2.7.ebuild index b3ee62f2f404..dbe73da7b1fe 100644 --- a/dev-libs/libbytesize/libbytesize-2.7.ebuild +++ b/dev-libs/libbytesize/libbytesize-2.7.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools python-r1 |