[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/, profiles/arch/x86/

2019-10-16 Thread Lars Wendler
commit: 065a0aabc000c4279474363f5e818765da5c5e12
Author: Bernardo Meurer  gmail  com>
AuthorDate: Sun Oct 13 03:02:20 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Oct 16 13:09:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=065a0aab

sys-apps/fwupd: mask for arm and x86

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Bernardo Meurer  standard.ai>
Signed-off-by: Lars Wendler  gentoo.org>

 profiles/arch/arm/package.mask | 7 ++-
 profiles/arch/x86/package.mask | 7 +++
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/arm/package.mask b/profiles/arch/arm/package.mask
index 5b6f8f36f27..25107630e0b 100644
--- a/profiles/arch/arm/package.mask
+++ b/profiles/arch/arm/package.mask
@@ -1,6 +1,11 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Bernardo Meurer  (2019-09-28)
+# Requires app-crypt/tpm2-tss which is pending ~arm vide
+# https://bugs.gentoo.org/695758
+>=sys-apps/fwupd-1.3.2
+
 # James Le Cuirot  (2016-01-09)
 # This is built for armv6 and will not work on earlier generations.
 dev-java/oracle-jdk-bin

diff --git a/profiles/arch/x86/package.mask b/profiles/arch/x86/package.mask
new file mode 100644
index 000..3e1b51eff52
--- /dev/null
+++ b/profiles/arch/x86/package.mask
@@ -0,0 +1,7 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Bernardo Meurer  (2019-09-28)
+# Requires app-crypt/tpm2-tss which is pending ~x86 vide
+# https://bugs.gentoo.org/695758
+>=sys-apps/fwupd-1.3.2



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/, profiles/arch/x86/, profiles/arch/amd64/, ...

2019-06-20 Thread Matt Turner
commit: 39f0eafc3d0ca0f5993d8e6a5b1334ba7e4408da
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jun 21 02:25:15 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jun 21 02:27:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f0eafc

profiles: Mask/unmask spidermonkey[jit] per-platform

USE=jit fails to build on most platforms, but does build on x86, amd64,
and arm.

Bug: https://bugs.gentoo.org/685150
Signed-off-by: Matt Turner  gentoo.org>

 profiles/arch/amd64/package.use.mask | 5 +
 profiles/arch/arm/package.use.mask   | 5 +
 profiles/arch/base/package.use.mask  | 4 
 profiles/arch/x86/package.use.mask   | 5 +
 4 files changed, 19 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index e8bbd94d91a..419b00ce657 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Matt Turner  (20 Jun 2019)
+# dev-lang/spidermonkey:60[jit] fails to build on most platforms, but does
+# build on amd64.
+>=dev-lang/spidermonkey-60 -jit
+
 # Andreas Sturmlechner  (09 May 2019)
 # media-libs/libplacebo is keyworded on amd64
 media-video/vlc -libplacebo

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 852b2407f7e..76b9c2b707e 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner  (20 Jun 2019)
+# dev-lang/spidermonkey:60[jit] fails to build on most platforms, but does
+# build on arm.
+>=dev-lang/spidermonkey-60 -jit
+
 # Lars Wendler  (29 Apr 2019)
 # Requires app-text/discount and net-libs/webkit-gtk which both have
 # no keywords on arm

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index 3a4467d0071..569dba33ec1 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner  (20 Jun 2019)
+# dev-lang/spidermonkey:60[jit] fails to build on most platforms
+>=dev-lang/spidermonkey-60 jit
+
 # Andreas Sturmlechner  (09 May 2019)
 # media-libs/libplacebo is not keyworded anywhere except amd64 yet
 media-video/vlc libplacebo

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index ab3e3fbf8fa..8626e359d71 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -3,6 +3,11 @@
 
 # This file requires >=portage-2.1.1
 
+# Matt Turner  (20 Jun 2019)
+# dev-lang/spidermonkey:60[jit] fails to build on most platforms, but does
+# build on x86.
+>=dev-lang/spidermonkey-60 -jit
+
 # Denis Lisov  (09 May 2019)
 # Overlay can only be built on amd64 and x86
 x11-apps/igt-gpu-tools -overlay