Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/
Date: Sun, 04 Oct 2015 13:36:52
Message-Id: 1443965739.17a1770a50b8a6a69a3d7a9fc3e222124546d750.floppym@gentoo
1 commit: 17a1770a50b8a6a69a3d7a9fc3e222124546d750
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 2 18:51:10 2015 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 13:35:39 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a1770a
7
8 profiles/desc: Add use flags for python3.5
9
10 profiles/desc/python_single_target.desc | 1 +
11 profiles/desc/python_targets.desc | 1 +
12 2 files changed, 2 insertions(+)
13
14 diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc
15 index 13da7f0..2eb0801 100644
16 --- a/profiles/desc/python_single_target.desc
17 +++ b/profiles/desc/python_single_target.desc
18 @@ -8,6 +8,7 @@ python2_7 - Build for Python 2.7 only
19 python3_2 - Build for Python 3.2 only (deprecated)
20 python3_3 - Build for Python 3.3 only
21 python3_4 - Build for Python 3.4 only
22 +python3_5 - Build for Python 3.5 only
23 jython2_5 - Build for Jython 2.5 only
24 jython2_7 - Build for Jython 2.7 only
25 pypy - Build for PyPy only
26
27 diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc
28 index ff70e6c..3168d91 100644
29 --- a/profiles/desc/python_targets.desc
30 +++ b/profiles/desc/python_targets.desc
31 @@ -9,6 +9,7 @@ python2_7 - Build with Python 2.7
32 python3_2 - Build with Python 3.2 (deprecated)
33 python3_3 - Build with Python 3.3
34 python3_4 - Build with Python 3.4
35 +python3_5 - Build with Python 3.5
36 jython2_5 - Build with Jython 2.5
37 jython2_7 - Build with Jython 2.7
38 pypy2_0 - Build with PyPy 2.0 (removed)