diff options
author | 2014-03-30 21:40:40 +0000 | |
---|---|---|
committer | 2014-03-30 21:40:40 +0000 | |
commit | 3a6881b430d0ea9e71ebf3538829a89bc06e9050 (patch) | |
tree | 6f8e50a64b7db38f18cd1b632e8f9f567e8a162a /profiles/default | |
parent | Move pypy flag masks to arch profile since it is EAPI=5 now. (diff) | |
download | gentoo-2-3a6881b430d0ea9e71ebf3538829a89bc06e9050.tar.gz gentoo-2-3a6881b430d0ea9e71ebf3538829a89bc06e9050.tar.bz2 gentoo-2-3a6881b430d0ea9e71ebf3538829a89bc06e9050.zip |
Move pypy flag masks to arch profile since it is EAPI=5 now.
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/x86/13.0/package.use.stable.mask | 10 | ||||
-rw-r--r-- | profiles/default/linux/x86/13.0/use.mask | 8 | ||||
-rw-r--r-- | profiles/default/linux/x86/13.0/use.stable.mask | 8 | ||||
-rw-r--r-- | profiles/default/linux/x86/ChangeLog | 6 |
4 files changed, 6 insertions, 26 deletions
diff --git a/profiles/default/linux/x86/13.0/package.use.stable.mask b/profiles/default/linux/x86/13.0/package.use.stable.mask index 15d8f8e2a409..727b4c72bcc7 100644 --- a/profiles/default/linux/x86/13.0/package.use.stable.mask +++ b/profiles/default/linux/x86/13.0/package.use.stable.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/default/linux/x86/13.0/package.use.stable.mask,v 1.3 2014/03/16 22:40:58 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/x86/13.0/package.use.stable.mask,v 1.4 2014/03/30 21:40:40 mgorny Exp $ # Tom Wijsman <TomWij@gentoo.org (16 Mar 2014) # Mask unstable USE flags on media-video/vlc, see security bug #499806. @@ -9,11 +9,3 @@ media-video/vlc gnutls opus vdpau # Tom Wijsman <TomWij@gentoo.org> (06 Feb 2014) # [QA] Masked jit USE flag on www-apps/cgit as dev-lang/luajit is not stable. www-apps/cgit jit - -# Michał Górny <mgorny@gentoo.org> (16 Nov 2013) -# 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_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 diff --git a/profiles/default/linux/x86/13.0/use.mask b/profiles/default/linux/x86/13.0/use.mask deleted file mode 100644 index fd1805ab5499..000000000000 --- a/profiles/default/linux/x86/13.0/use.mask +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/x86/13.0/use.mask,v 1.2 2013/08/07 22:11:08 mgorny Exp $ - -# Michał Górny <mgorny@gentoo.org> (19 Jan 2013) -# PyPy is keyworded on this arch. --python_targets_pypy2_0 --python_single_target_pypy2_0 diff --git a/profiles/default/linux/x86/13.0/use.stable.mask b/profiles/default/linux/x86/13.0/use.stable.mask deleted file mode 100644 index 76a34dc3963d..000000000000 --- a/profiles/default/linux/x86/13.0/use.stable.mask +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/x86/13.0/use.stable.mask,v 1.4 2014/01/18 08:13:46 vapier Exp $ - -# Michał Górny <mgorny@gentoo.org> (19 Jan 2013) -# PyPy is unstable on this arch. -python_targets_pypy2_0 -python_single_target_pypy2_0 diff --git a/profiles/default/linux/x86/ChangeLog b/profiles/default/linux/x86/ChangeLog index 5470cedeebfe..b51bf2316c8e 100644 --- a/profiles/default/linux/x86/ChangeLog +++ b/profiles/default/linux/x86/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for the default/linux/x86 profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/x86/ChangeLog,v 1.14 2014/03/19 22:19:26 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/x86/ChangeLog,v 1.15 2014/03/30 21:40:40 mgorny Exp $ + + 30 Mar 2014; Michał Górny <mgorny@gentoo.org> 13.0/package.use.stable.mask, + -13.0/use.mask, -13.0/use.stable.mask: + Move pypy flag masks to arch profile since it is EAPI=5 now. 19 Mar 2014; Andreas K. Huettel <dilfridge@gentoo.org> 13.0/desktop/eapi, 13.0/desktop/gnome/eapi, +13.0/desktop/gnome/systemd/eapi, |