diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-02-25 00:11:57 +0900 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-02-25 01:01:08 +0900 |
commit | 8dc799ef5db54811778b38948b537dfa2342643d (patch) | |
tree | d2f8cc2772d90858cc6d6c88fe3bc25e092554b7 /sys-devel/gdb | |
parent | media-video/ffmpeg: add libilbc useflag (diff) | |
download | gentoo-8dc799ef5db54811778b38948b537dfa2342643d.tar.gz gentoo-8dc799ef5db54811778b38948b537dfa2342643d.tar.bz2 gentoo-8dc799ef5db54811778b38948b537dfa2342643d.zip |
sys-devel/gdb: add python-3.5 #572464
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r-- | sys-devel/gdb/gdb-7.10.1.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-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 |