diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2018-12-02 20:44:13 -0500 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2018-12-02 21:18:14 -0500 |
commit | c56187ff39a97d14aac0856a0bc3db3e396b9a44 (patch) | |
tree | 76f5dd9f0991dedadb7391eddeb25da23a338160 | |
parent | sys-apps/systemd: add python3_7 (diff) | |
download | gentoo-c56187ff39a97d14aac0856a0bc3db3e396b9a44.tar.gz gentoo-c56187ff39a97d14aac0856a0bc3db3e396b9a44.tar.bz2 gentoo-c56187ff39a97d14aac0856a0bc3db3e396b9a44.zip |
sys-devel/gdb: add python3_7
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jonathan Callen <jcallen@gentoo.org>
-rw-r--r-- | sys-devel/gdb/gdb-8.2-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gdb/gdb-8.2-r1.ebuild b/sys-devel/gdb/gdb-8.2-r1.ebuild index 254563307729..096151767b95 100644 --- a/sys-devel/gdb/gdb-8.2-r1.ebuild +++ b/sys-devel/gdb/gdb-8.2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit epatch eutils flag-o-matic python-single-r1 diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild index 78923d071c96..d846d9aea41c 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit epatch eutils flag-o-matic python-single-r1 |