From: Mike Frysinger Date: Wed, 24 Feb 2016 15:11:57 +0000 (+0900) Subject: sys-devel/gdb: add python-3.5 #572464 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8dc799ef5db54811778b38948b537dfa2342643d;p=gentoo.git sys-devel/gdb: add python-3.5 #572464 --- diff --git a/sys-devel/gdb/gdb-7.10.1.ebuild b/sys-devel/gdb/gdb-7.10.1.ebuild index e83f85ceba95..4a8374f7b1e7 100644 --- a/sys-devel/gdb/gdb-7.10.1.ebuild +++ b/sys-devel/gdb/gdb-7.10.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit flag-o-matic eutils python-single-r1 diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild index 8d9e6c989a8c..50b169954b79 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit flag-o-matic eutils python-single-r1