diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-11-06 15:07:05 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-11-06 15:07:05 +0000 |
commit | 3af01137c86ffabc1676abbea5aa9c4103fa80ce (patch) | |
tree | 422fda1a198ac9aab96147aa3744809e7e145527 /profiles/arch | |
parent | Update the USE masks, forces and defaults for PyPy3. (diff) | |
download | gentoo-2-3af01137c86ffabc1676abbea5aa9c4103fa80ce.tar.gz gentoo-2-3af01137c86ffabc1676abbea5aa9c4103fa80ce.tar.bz2 gentoo-2-3af01137c86ffabc1676abbea5aa9c4103fa80ce.zip |
Update USE=sse2 flag to extend to all PyPy variants.
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/profiles/arch/amd64/ChangeLog b/profiles/arch/amd64/ChangeLog index d22844160238..37218b9b8b3a 100644 --- a/profiles/arch/amd64/ChangeLog +++ b/profiles/arch/amd64/ChangeLog @@ -1,6 +1,9 @@ # 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.287 2014/11/04 22:33:20 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.288 2014/11/06 15:07:05 mgorny Exp $ + + 06 Nov 2014; Michał Górny <mgorny@gentoo.org> package.use.mask: + Update USE=sse2 flag to extend to all PyPy variants. 04 Nov 2014; Mike Gilbert <floppym@gentoo.org> package.use.stable.mask, use.stable.mask: diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 0764d0884dc1..f3ee944120e6 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -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.mask,v 1.191 2014/10/18 18:15:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.192 2014/11/06 15:07:05 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 @@ -70,6 +70,9 @@ sys-apps/hwloc -cuda -gl -opencl # Michał Górny <mgorny@gentoo.org> (22 Jul 2013) # Meaningless on amd64 (it controls the 32-bit x86 JIT). dev-python/pypy sse2 +dev-python/pypy-bin sse2 +dev-python/pypy3 sse2 +dev-python/pypy3-bin sse2 # Michael Weber <xmw@gentoo.org> (18 Jun 2013) # unsatisfied multilib dep on curl[abi_x86_32] |