summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-10-29 11:26:44 +0000
committerMichał Górny <mgorny@gentoo.org>2012-10-29 11:26:44 +0000
commitb5a6ed9b027f75933a5345f5a2a40afd42c63c70 (patch)
tree02206e5856b7e0b781006bb263f02083fbf5074a /profiles/base
parentEnable python3.3 for python-exec. (diff)
downloadgentoo-2-b5a6ed9b027f75933a5345f5a2a40afd42c63c70.tar.gz
gentoo-2-b5a6ed9b027f75933a5345f5a2a40afd42c63c70.tar.bz2
gentoo-2-b5a6ed9b027f75933a5345f5a2a40afd42c63c70.zip
Remove traces of pypy1.7, no longer in the tree and not supported by the eclasses.
Diffstat (limited to 'profiles/base')
-rw-r--r--profiles/base/ChangeLog6
-rw-r--r--profiles/base/package.use.force4
2 files changed, 7 insertions, 3 deletions
diff --git a/profiles/base/ChangeLog b/profiles/base/ChangeLog
index 72aad7e38b1a..84beab483f5a 100644
--- a/profiles/base/ChangeLog
+++ b/profiles/base/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for Gentoo base-profile
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.451 2012/10/29 11:24:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.452 2012/10/29 11:26:44 mgorny Exp $
+
+ 29 Oct 2012; Michał Górny <mgorny@gentoo.org> package.use.force:
+ Remove traces of pypy1.7, no longer in the tree and not supported by the
+ eclasses.
29 Oct 2012; Michał Górny <mgorny@gentoo.org> package.use.force:
Enable python3.3 for python-exec.
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 1e6def460e2c..4bd36830bcf2 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -1,11 +1,11 @@
# Copyright 1999-2012 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.27 2012/10/29 11:24:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.force,v 1.28 2012/10/29 11:26:44 mgorny Exp $
# 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_7 python_targets_pypy1_8 python_targets_pypy1_9
+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_8 python_targets_pypy1_9
# Davide Pesavento <pesa@gentoo.org> (12 Sep 2012)
# qt-creator-2.6.x uses botan-1.10.2, which isn't packaged yet,