diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-03-07 20:51:07 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-03-07 20:51:07 +0000 |
commit | 170106c0a724aba9afe411501a7508d1eec49b22 (patch) | |
tree | 42cf120afe6a14a316af208d6beefa89e702cd6b /profiles | |
parent | Add jython2_7 for PYTHON_TARGETS. (diff) | |
download | gentoo-2-170106c0a724aba9afe411501a7508d1eec49b22.tar.gz gentoo-2-170106c0a724aba9afe411501a7508d1eec49b22.tar.bz2 gentoo-2-170106c0a724aba9afe411501a7508d1eec49b22.zip |
Add jython2_7 for PYTHON_TARGETS.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/desc/python_single_target.desc | 3 | ||||
-rw-r--r-- | profiles/desc/python_targets.desc | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 131aaea0ca5b..2f971354d9a9 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7567 2013/03/07 20:44:17 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7568 2013/03/07 20:51:07 radhermit 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! + 07 Mar 2013; Tim Harder <radhermit@gentoo.org> + desc/python_single_target.desc, desc/python_targets.desc: + Add jython2_7 for PYTHON_TARGETS. + 07 Mar 2013; Pawel Hajdan jr <phajdan.jr@gentoo.org> base/package.use.mask: Mask www-client/chromium system-sqlite USE flag. diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index f3979134eda8..fa64b8460bf8 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.3 2013/01/29 21:16:00 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_single_target.desc,v 1.4 2013/03/07 20:51:07 radhermit Exp $ # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags. @@ -11,5 +11,6 @@ python3_1 - Build for Python 3.1 only python3_2 - Build for Python 3.2 only python3_3 - Build for Python 3.3 only jython2_5 - Build for Jython 2.5 only +jython2_7 - Build for Jython 2.7 only pypy1_9 - Build for PyPy 1.9 only pypy2_0 - Build for PyPy 2.0 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index ac969aa71e9c..ac2b1ac10d73 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.6 2013/01/29 21:16:00 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.7 2013/03/07 20:51:07 radhermit Exp $ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. @@ -11,5 +11,6 @@ python3_1 - Build with Python 3.1 python3_2 - Build with Python 3.2 python3_3 - Build with Python 3.3 jython2_5 - Build with Jython 2.5 +jython2_7 - Build with Jython 2.7 pypy1_9 - Build with PyPy 1.9 pypy2_0 - Build with PyPy 2.0 |