Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/
Date: Wed, 24 Feb 2016 16:01:53
Message-Id: 1456329668.8dc799ef5db54811778b38948b537dfa2342643d.vapier@gentoo
1 commit: 8dc799ef5db54811778b38948b537dfa2342643d
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 24 15:11:57 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 24 16:01:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc799ef
7
8 sys-devel/gdb: add python-3.5 #572464
9
10 sys-devel/gdb/gdb-7.10.1.ebuild | 2 +-
11 sys-devel/gdb/gdb-9999.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/sys-devel/gdb/gdb-7.10.1.ebuild b/sys-devel/gdb/gdb-7.10.1.ebuild
15 index e83f85c..4a8374f 100644
16 --- a/sys-devel/gdb/gdb-7.10.1.ebuild
17 +++ b/sys-devel/gdb/gdb-7.10.1.ebuild
18 @@ -3,7 +3,7 @@
19 # $Id$
20
21 EAPI="5"
22 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
23 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
24
25 inherit flag-o-matic eutils python-single-r1
26
27
28 diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild
29 index 8d9e6c9..50b1699 100644
30 --- a/sys-devel/gdb/gdb-9999.ebuild
31 +++ b/sys-devel/gdb/gdb-9999.ebuild
32 @@ -3,7 +3,7 @@
33 # $Id$
34
35 EAPI="5"
36 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
37 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
38
39 inherit flag-o-matic eutils python-single-r1