Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc32/, profiles/arch/x86/, profiles/targets/desktop/, ...
Date: Sat, 04 Feb 2017 21:25:45
Message-Id: 1486243505.0d15b050ca161a0eb2649ca68282640c14af1e3f.soap@gentoo
1 commit: 0d15b050ca161a0eb2649ca68282640c14af1e3f
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 2 15:35:28 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 21:25:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d15b050
7
8 profiles: enable mpv[lua,luajit] for desktop users
9
10 Instead of doing it per-arch do it once for all desktop users.
11 This should also no longer enable luajit for hardened users by default,
12 which is good since JIT is a security-sensitive feature.
13
14 profiles/arch/amd64/package.use | 6 +-----
15 profiles/arch/arm/package.use | 6 +-----
16 profiles/arch/powerpc/ppc32/package.use | 6 +-----
17 profiles/arch/x86/package.use | 6 +-----
18 profiles/targets/desktop/package.use | 4 ++++
19 5 files changed, 8 insertions(+), 20 deletions(-)
20
21 diff --git a/profiles/arch/amd64/package.use b/profiles/arch/amd64/package.use
22 index 8c06cf0..db0f445 100644
23 --- a/profiles/arch/amd64/package.use
24 +++ b/profiles/arch/amd64/package.use
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2016 Gentoo Foundation
27 +# Copyright 1999-2017 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 # $Id$
30
31 @@ -16,10 +16,6 @@ sys-devel/llvm llvm_targets_AMDGPU llvm_targets_NVPTX
32 # Most users don't need a multilib JVM.
33 dev-java/icedtea-bin -multilib
34
35 -# Ben de Groot <yngwin@g.o> (03 May 2015)
36 -# Enable luajit (for OSC) by default
37 -media-video/mpv lua luajit
38 -
39 # Michał Górny <mgorny@g.o> (28 Jun 2014)
40 # Packages that should be multilib by default.
41 x11-drivers/ati-drivers abi_x86_32
42
43 diff --git a/profiles/arch/arm/package.use b/profiles/arch/arm/package.use
44 index 2c38790..86f9d13 100644
45 --- a/profiles/arch/arm/package.use
46 +++ b/profiles/arch/arm/package.use
47 @@ -1,7 +1,3 @@
48 -# Copyright 1999-2015 Gentoo Foundation
49 +# Copyright 1999-2017 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Id$
52 -
53 -# Ben de Groot <yngwin@g.o> (03 May 2015)
54 -# Enable luajit (for OSC) by default
55 -media-video/mpv lua luajit
56
57 diff --git a/profiles/arch/powerpc/ppc32/package.use b/profiles/arch/powerpc/ppc32/package.use
58 index 2c38790..86f9d13 100644
59 --- a/profiles/arch/powerpc/ppc32/package.use
60 +++ b/profiles/arch/powerpc/ppc32/package.use
61 @@ -1,7 +1,3 @@
62 -# Copyright 1999-2015 Gentoo Foundation
63 +# Copyright 1999-2017 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 # $Id$
66 -
67 -# Ben de Groot <yngwin@g.o> (03 May 2015)
68 -# Enable luajit (for OSC) by default
69 -media-video/mpv lua luajit
70
71 diff --git a/profiles/arch/x86/package.use b/profiles/arch/x86/package.use
72 index ef4ca3c..e9b8840 100644
73 --- a/profiles/arch/x86/package.use
74 +++ b/profiles/arch/x86/package.use
75 @@ -1,4 +1,4 @@
76 -# Copyright 1999-2016 Gentoo Foundation
77 +# Copyright 1999-2017 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 # $Id$
80
81 @@ -7,10 +7,6 @@
82 sys-devel/clang llvm_targets_AMDGPU llvm_targets_NVPTX
83 sys-devel/llvm llvm_targets_AMDGPU llvm_targets_NVPTX
84
85 -# Ben de Groot <yngwin@g.o> (03 May 2015)
86 -# Enable luajit (for OSC) by default
87 -media-video/mpv lua luajit
88 -
89 # Doug Goldstein <cardoe@g.o> (29 Oct 2012)
90 # Enable the native arch as the default qemu target
91 app-emulation/qemu qemu_softmmu_targets_i386
92
93 diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use
94 index 0d44890..7c13c77 100644
95 --- a/profiles/targets/desktop/package.use
96 +++ b/profiles/targets/desktop/package.use
97 @@ -2,6 +2,10 @@
98 # Distributed under the terms of the GNU General Public License v2
99 # $Id$
100
101 +# Ilya Tumaykin <itumaykin+gentoo@×××××.com> (02 Feb 2017)
102 +# Enable luajit for OSC and youtube-dl support by default.
103 +media-video/mpv lua luajit
104 +
105 # Mike Gilbert <floppym@g.o> (04 Jan 2017)
106 # Needed by x11-misc/xdg-utils.
107 app-text/xmlto text