diff options
author | 2020-10-15 12:12:29 +0300 | |
---|---|---|
committer | 2020-10-15 12:12:29 +0300 | |
commit | f5ebc25260f40c0fea4c3cfb23ad824f17c38112 (patch) | |
tree | 281336ed66dc90c57d446f463c816324630c9a88 /sys-devel/gdb | |
parent | www-client/vivaldi: Old (diff) | |
download | gentoo-f5ebc25260f40c0fea4c3cfb23ad824f17c38112.tar.gz gentoo-f5ebc25260f40c0fea4c3cfb23ad824f17c38112.tar.bz2 gentoo-f5ebc25260f40c0fea4c3cfb23ad824f17c38112.zip |
sys-devel/gdb: Works with py39
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r-- | sys-devel/gdb/gdb-9.2.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gdb/gdb-9.2.ebuild b/sys-devel/gdb/gdb-9.2.ebuild index 4da1c799b109..cb10cf1b5d50 100644 --- a/sys-devel/gdb/gdb-9.2.ebuild +++ b/sys-devel/gdb/gdb-9.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit eutils flag-o-matic python-single-r1 toolchain-funcs diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild index ada72ec65c4d..4572453219d5 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit eutils flag-o-matic python-single-r1 toolchain-funcs |