summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-03-12 12:11:21 +0000
committerMichał Górny <mgorny@gentoo.org>2014-03-12 12:11:21 +0000
commit8e4db727b4020289f95868371ca2ddf4207a20ee (patch)
tree7bac762018c952b81e67c15e5101257373ab2ceb /profiles/base
parentVersion bump, bug #493854. (diff)
downloadgentoo-2-8e4db727b4020289f95868371ca2ddf4207a20ee.tar.gz
gentoo-2-8e4db727b4020289f95868371ca2ddf4207a20ee.tar.bz2
gentoo-2-8e4db727b4020289f95868371ca2ddf4207a20ee.zip
Force pypy on python-exec.
Diffstat (limited to 'profiles/base')
-rw-r--r--profiles/base/ChangeLog5
-rw-r--r--profiles/base/package.use.force6
2 files changed, 7 insertions, 4 deletions
diff --git a/profiles/base/ChangeLog b/profiles/base/ChangeLog
index 600263091221..eaac41bc21c4 100644
--- a/profiles/base/ChangeLog
+++ b/profiles/base/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for Gentoo base-profile
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.644 2014/03/07 00:35:27 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.645 2014/03/12 12:11:21 mgorny Exp $
+
+ 12 Mar 2014; Michał Górny <mgorny@gentoo.org> package.use.force:
+ Force pypy on python-exec.
07 Mar 2014; Manuel Rüger <mrueg@gentoo.org> package.use.mask:
Mask ruby18-only compatible flags
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 4d402ee75fa5..8afbcc28cfa2 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -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/base/package.use.force,v 1.45 2014/02/17 19:13:25 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.force,v 1.46 2014/03/12 12:11:21 mgorny Exp $
# Michał Gorny <mgorny@gentoo.org> (26 Feb 2013)
# Meta-packages which use multilib ebuilds always install development
@@ -15,8 +15,8 @@ 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_python3_4 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_python3_4 python_targets_jython2_5 python_targets_jython2_7 python_targets_pypy2_0
+dev-lang/python-exec python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 python_targets_jython2_5 python_targets_jython2_7 python_targets_pypy2_0 pypy
+dev-python/python-exec python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 python_targets_jython2_5 python_targets_jython2_7 python_targets_pypy2_0 pypy
# Samuli Suominen <ssuominen@gentoo.org> (23 Jan 2012)
# Forcing enabled while waiting for eselect-notify-send wrt #379941