diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 10:08:25 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 10:08:25 +0000 |
commit | 387a40adff7d023f4c2b9d05f49a378bee085d5f (patch) | |
tree | a13fec9120c0026be7015c2c3a9cfce59d863a36 /profiles | |
parent | Disable Python 2.5, 3.1 and PyPy 1.9 in the eclass. (diff) | |
download | historical-387a40adff7d023f4c2b9d05f49a378bee085d5f.tar.gz historical-387a40adff7d023f4c2b9d05f49a378bee085d5f.tar.bz2 historical-387a40adff7d023f4c2b9d05f49a378bee085d5f.zip |
Python 2.5 and 3.1 were removed from the tree.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64-fbsd/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/amd64-fbsd/use.mask | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/profiles/arch/amd64-fbsd/ChangeLog b/profiles/arch/amd64-fbsd/ChangeLog index aa3021d99662..7ea31f298f9c 100644 --- a/profiles/arch/amd64-fbsd/ChangeLog +++ b/profiles/arch/amd64-fbsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/x86-fbsd profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.48 2013/08/27 21:26:47 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.49 2013/09/05 10:08:25 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> use.mask: + Python 2.5 and 3.1 were removed from the tree. 27 Aug 2013; Alexis Ballier <aballier@gentoo.org> package.use.mask, todo/package.use.mask: diff --git a/profiles/arch/amd64-fbsd/use.mask b/profiles/arch/amd64-fbsd/use.mask index db9dc67b56c7..620c0f055974 100644 --- a/profiles/arch/amd64-fbsd/use.mask +++ b/profiles/arch/amd64-fbsd/use.mask @@ -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/arch/amd64-fbsd/use.mask,v 1.17 2013/08/22 16:07:39 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/use.mask,v 1.18 2013/09/05 10:08:25 mgorny Exp $ # Unmask the flag which corresponds to ARCH. -amd64-fbsd @@ -36,14 +36,8 @@ # Alexandre Rostovtsev <tetromino@gmail.com> (16 Jul 2012) # Only python:2.7 and :3.2 are keyworded on this arch -python_targets_python2_4 -python_targets_python2_5 python_targets_python2_6 -python_targets_python3_1 -python_single_target_python2_4 -python_single_target_python2_5 python_single_target_python2_6 -python_single_target_python3_1 # Diego Elio Pettenò <flameeyes@gentoo.org> (21 Aug 2012) # IPMI is only implemented for x86, amd64 and ia64 |