summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2018-12-02 20:44:13 -0500
committerJonathan Callen <jcallen@gentoo.org>2018-12-02 21:18:14 -0500
commitc56187ff39a97d14aac0856a0bc3db3e396b9a44 (patch)
tree76f5dd9f0991dedadb7391eddeb25da23a338160 /sys-devel
parentsys-apps/systemd: add python3_7 (diff)
downloadgentoo-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>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gdb/gdb-8.2-r1.ebuild2
-rw-r--r--sys-devel/gdb/gdb-9999.ebuild4
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