commit: 37baa595398b9f138e374a599bd6daac0b48ab1f Author: Anton Kochkov <xvilka <AT> gmail <DOT> com> AuthorDate: Wed Sep 20 05:10:21 2017 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Sep 23 13:18:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37baa595
sys-devel/gdb-8.0 - add python3_6 support Closes: https://github.com/gentoo/gentoo/pull/5733 sys-devel/gdb/gdb-8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/gdb/gdb-8.0.ebuild b/sys-devel/gdb/gdb-8.0.ebuild index 0d6594032e0..be4e6f4f5f0 100644 --- a/sys-devel/gdb/gdb-8.0.ebuild +++ b/sys-devel/gdb/gdb-8.0.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} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit flag-o-matic eutils python-single-r1
