diff options
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/desc/python_targets.desc | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index b67f07e1fb73..4e5510eb3e82 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.6652 2012/06/09 10:58:06 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.6653 2012/06/10 14:18:52 floppym Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 10 Jun 2012; Mike Gilbert <floppym@gentoo.org> desc/python_targets.desc: + Add pypy1_9. + 09 Jun 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> package.mask: Mask polkit-0.106, ok'ed by ssuominen on IRC diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index c28ab748d9dc..c013b0418443 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.1 2012/03/25 18:42:12 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.2 2012/06/10 14:18:53 floppym Exp $ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. @@ -12,3 +12,4 @@ python3_2 - Build with Python 3.2 jython2_5 - Build with Jython 2.5 pypy1_7 - Build with PyPy 1.7 pypy1_8 - Build with PyPy 1.8 +pypy1_9 - Build with PyPy 1.9 |