diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-11-06 15:08:02 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-11-06 15:08:02 +0000 |
commit | 7d01e8df382c7d6f716a5f46dbc344db333f9ce0 (patch) | |
tree | 799810c2e2ef93e61afeb209f0f32e9dfa0eed74 /profiles | |
parent | Update the SELinux mask to apply to PyPy3 as well. (diff) | |
download | historical-7d01e8df382c7d6f716a5f46dbc344db333f9ce0.tar.gz historical-7d01e8df382c7d6f716a5f46dbc344db333f9ce0.tar.bz2 historical-7d01e8df382c7d6f716a5f46dbc344db333f9ce0.zip |
Describe flags for PyPy3.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/desc/python_single_target.desc | 5 | ||||
-rw-r--r-- | profiles/desc/python_targets.desc | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 66e364fd4478..8a9ece21bea8 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9517 2014/11/06 14:10:07 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9518 2014/11/06 15:08:02 mgorny Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 06 Nov 2014; Michał Górny <mgorny@gentoo.org> + desc/python_single_target.desc, desc/python_targets.desc: + Describe flags for PyPy3. + 06 Nov 2014; Sergey Popov <pinkbyte@gentoo.org> package.mask: Unmask net-im/qutim, it builds now. diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index e0d5208f0eeb..6d4c79c8b6a8 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_single_target.desc,v 1.10 2014/09/06 10:31:59 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_single_target.desc,v 1.11 2014/11/06 15:08:02 mgorny Exp $ # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags. @@ -10,4 +10,5 @@ python3_3 - Build for Python 3.3 only python3_4 - Build for Python 3.4 only jython2_5 - Build for Jython 2.5 only jython2_7 - Build for Jython 2.7 only -pypy - Build for PyPy (Python 2 branch) only +pypy - Build for PyPy only +pypy3 - Build for PyPy3 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 0f4087616b2e..bd08e2c19b5b 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.14 2014/09/11 22:47:15 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.15 2014/11/06 15:08:02 mgorny Exp $ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. @@ -12,4 +12,5 @@ python3_4 - Build with Python 3.4 jython2_5 - Build with Jython 2.5 jython2_7 - Build with Jython 2.7 pypy2_0 - Build with PyPy 2.0 (removed) -pypy - Build with PyPy (Python 2 branch) +pypy - Build with PyPy +pypy3 - Build with PyPy3 |