diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-03-07 20:48:47 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-03-07 20:48:47 +0000 |
commit | 1bf7a188cdc3c9e14f31375e0d0915a19a531b86 (patch) | |
tree | 5535fea3f235f851adaedbc8687f64cd8f94216d /profiles | |
parent | Mask www-client/chromium system-sqlite USE flag. (diff) | |
download | gentoo-2-1bf7a188cdc3c9e14f31375e0d0915a19a531b86.tar.gz gentoo-2-1bf7a188cdc3c9e14f31375e0d0915a19a531b86.tar.bz2 gentoo-2-1bf7a188cdc3c9e14f31375e0d0915a19a531b86.zip |
Add jython2_7 for PYTHON_TARGETS.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/base/package.use.force | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/profiles/base/ChangeLog b/profiles/base/ChangeLog index 8181c345081f..40727c21782b 100644 --- a/profiles/base/ChangeLog +++ b/profiles/base/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo base-profile # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.511 2013/03/02 14:29:07 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.512 2013/03/07 20:48:47 radhermit Exp $ + + 07 Mar 2013; Tim Harder <radhermit@gentoo.org> package.use.force: + Add jython2_7 for PYTHON_TARGETS. 02 Mar 2013; Michał Górny <mgorny@gentoo.org> use.mask: Use stable-masking only for systemd. Masking it for old profiles is too diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 86d46a4c957c..4f2bc47fb41d 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -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/base/package.use.force,v 1.33 2013/03/02 20:45:52 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.force,v 1.34 2013/03/07 20:48:47 radhermit Exp $ # Michał Gorny <mgorny@gentoo.org> (26 Feb 2013) # Meta-packages which use multilib ebuilds always install development @@ -15,7 +15,7 @@ app-shells/bash readline # Michał Górny <mgorny@gentoo.org> (14 Oct 2012) # Force-enable all PYTHON_TARGETS for python-exec to avoid using private # API. Please remember to keep it in sync with python_targets.desc. -dev-python/python-exec python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_jython2_5 python_targets_pypy1_9 python_targets_pypy2_0 +dev-python/python-exec python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_jython2_5 python_targets_jython2_7 python_targets_pypy1_9 python_targets_pypy2_0 # Davide Pesavento <pesa@gentoo.org> (12 Sep 2012) # Unbundling code needs updates, will be fixed in 2.7 |