mgorny 14/03/30 21:38:38
Modified: ChangeLog package.use.stable.mask use.mask
use.stable.mask
Log:
Move pypy flag masks to arch profile since it is EAPI=5 now.
Revision Changes Path
1.252 profiles/arch/amd64/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?rev=1.252&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?rev=1.252&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?r1=1.251&r2=1.252
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -r1.251 -r1.252
--- ChangeLog 30 Mar 2014 21:31:36 -0000 1.251
+++ ChangeLog 30 Mar 2014 21:38:38 -0000 1.252
@@ -1,6 +1,10 @@
# ChangeLog for Gentoo/AMD64 profile directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.251
2014/03/30 21:31:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.252
2014/03/30 21:38:38 mgorny Exp $
+
+ 30 Mar 2014; Michał Górny <[email protected]> package.use.stable.mask,
+ use.mask, use.stable.mask:
+ Move pypy flag masks to arch profile since it is EAPI=5 now.
30 Mar 2014; Michał Górny <[email protected]> use.mask:
Fix order of use.mask. Sorry for messing it up.
1.2 profiles/arch/amd64/package.use.stable.mask
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.stable.mask?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.stable.mask?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.stable.mask?r1=1.1&r2=1.2
Index: package.use.stable.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- package.use.stable.mask 22 Mar 2014 17:26:53 -0000 1.1
+++ package.use.stable.mask 30 Mar 2014 21:38:38 -0000 1.2
@@ -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/arch/amd64/package.use.stable.mask,v 1.1
2014/03/22 17:26:53 floppym Exp $
+# $Header:
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.2
2014/03/30 21:38:38 mgorny Exp $
# When you add an entry to the top of this file, add your name, the date, and
# an explanation of why something is getting masked. Please be extremely
@@ -18,6 +18,18 @@
#--- END OF EXAMPLES ---
+# Michał Górny <[email protected]> (30 Mar 2014)
+# Don't apply stable masks to python-exec since we're forcing every
+# impl there anyway. Please keep this in sync with use.stable.mask.
+dev-lang/python-exec -python_targets_pypy
+dev-lang/python-exec -python_single_target_pypy
+dev-python/python-exec -python_targets_pypy
+dev-python/python-exec -python_single_target_pypy
+dev-lang/python-exec -python_targets_pypy2_0
+dev-lang/python-exec -python_single_target_pypy2_0
+dev-python/python-exec -python_targets_pypy2_0
+dev-python/python-exec -python_single_target_pypy2_0
+
# Mike Gilbert <[email protected]> (22 Mar 2014)
# sys-fs/zfs is not stable.
sys-boot/grub libzfs
1.59 profiles/arch/amd64/use.mask
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/use.mask?rev=1.59&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/use.mask?rev=1.59&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/use.mask?r1=1.58&r2=1.59
Index: use.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.mask,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- use.mask 30 Mar 2014 21:31:36 -0000 1.58
+++ use.mask 30 Mar 2014 21:38:38 -0000 1.59
@@ -1,12 +1,19 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.mask,v 1.58
2014/03/30 21:31:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.mask,v 1.59
2014/03/30 21:38:38 mgorny Exp $
# Unmask the flag which corresponds to ARCH.
-amd64
# SECTION: Unmask
+# Michał Górny <[email protected]> (30 Mar 2014)
+# PyPy is keyworded on this arch.
+-python_targets_pypy
+-python_single_target_pypy
+-python_targets_pypy2_0
+-python_single_target_pypy2_0
+
# Michał Górny <[email protected]> (4 May 2013)
# Unmask systemd since it is keyworded here.
-systemd
1.2 profiles/arch/amd64/use.stable.mask
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/use.stable.mask?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/use.stable.mask?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/use.stable.mask?r1=1.1&r2=1.2
Index: use.stable.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.stable.mask,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- use.stable.mask 30 Mar 2014 09:28:17 -0000 1.1
+++ use.stable.mask 30 Mar 2014 21:38:38 -0000 1.2
@@ -1,10 +1,17 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.stable.mask,v 1.1
2014/03/30 09:28:17 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.stable.mask,v 1.2
2014/03/30 21:38:38 mgorny Exp $
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in use.mask
+# Michał Górny <[email protected]> (30 Mar 2014)
+# PyPy is unstable on this arch.
+python_targets_pypy
+python_single_target_pypy
+python_targets_pypy2_0
+python_single_target_pypy2_0
+
# Andrey Grozin <[email protected]> (19 Mar 2014)
# there is no stable dev-lisp/gcl
gcl