diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-10-30 19:10:03 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-10-30 19:10:03 +0000 |
commit | cdc6161149ac52b39ccc148406b8870573ced245 (patch) | |
tree | 1c61d9f29b9bd20806cc2ed3de0826952539a9e7 /profiles | |
parent | Call elibtoolize to fix relinking issues when cross-compiling. (diff) | |
download | historical-cdc6161149ac52b39ccc148406b8870573ced245.tar.gz historical-cdc6161149ac52b39ccc148406b8870573ced245.tar.bz2 historical-cdc6161149ac52b39ccc148406b8870573ced245.zip |
Copy the forced flags to dev-lang/python-exec (the new name).
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/base/package.use.force | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/base/ChangeLog b/profiles/base/ChangeLog index d433090efd33..66eca90410ad 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.605 2013/10/27 09:55:06 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.606 2013/10/30 19:10:02 mgorny Exp $ + + 30 Oct 2013; Michał Górny <mgorny@gentoo.org> package.use.force: + Copy the forced flags to dev-lang/python-exec (the new name). 27 Oct 2013; Julian Ospald <hasufell@gentoo.org> package.use.mask: mask luajit useflag for games-action/minetest diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 86a2fe6b321f..4e666e392c41 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.42 2013/10/25 14:58:25 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.force,v 1.43 2013/10/30 19:10:03 mgorny Exp $ # Michał Gorny <mgorny@gentoo.org> (26 Feb 2013) # Meta-packages which use multilib ebuilds always install development @@ -15,6 +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-lang/python-exec python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_jython2_5 python_targets_jython2_7 python_targets_pypy2_0 dev-python/python-exec python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_jython2_5 python_targets_jython2_7 python_targets_pypy2_0 # Samuli Suominen <ssuominen@gentoo.org> (23 Jan 2012) |