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

2024-08-02 Thread James Le Cuirot
commit: efa5e84c18bf523b486a3ad8cf3551edeb6e2ef3
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Aug  2 09:01:46 2024 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Aug  2 09:01:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa5e84c

profiles: Mask/unmask USE=curl_quic_openssl where appropriate

This was missed earlier, which cause some fallout.

Bug: https://bugs.gentoo.org/937034
Signed-off-by: James Le Cuirot  gentoo.org>

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

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 332e381217bc..acb4eca72540 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -130,7 +130,7 @@ net-libs/ngtcp2 -ssl
 
 # Matt Jolly  (2023-08-10)
 # nghttp3 has been tested to work on amd64
-net-misc/curl -nghttp3 -http3 -quic
+net-misc/curl -nghttp3 -http3 -quic -curl_quic_openssl
 
 # Sam James  (2023-07-18)
 # dev-cpp/cppdap is not keyworded in most places

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 1244b0353f95..779d81586ac8 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -7,7 +7,7 @@ dev-python/selenium test-rust
 
 # Matt Jolly  (2023-08-10)
 # nghttp3 has been tested to work on amd64
-net-misc/curl -http3 -quic curl_quic_ngtcp2
+net-misc/curl -http3 -quic -curl_quic_openssl curl_quic_ngtcp2
 
 # orbea  (2024-07-19)
 # Unmask the dynarec flag which has arm asm.

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index 9498b47f3445..1e2640f18438 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -297,7 +297,7 @@ app-emulation/aranym jit
 
 # Craig Andrews  (2019-10-08)
 # net-libs/nghttp3 net-libs/ngtcp2[ssl] are not available on all arches
-net-misc/curl nghttp3 http3 quic
+net-misc/curl nghttp3 http3 quic curl_quic_openssl
 
 # Luke Dashjr  (2019-09-21)
 # Moved from arch/powerpc/ppc64 as it applies to most architectures.

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index ed4627a7685b..9191ad71d941 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -3,7 +3,7 @@
 
 # Matt Jolly  (2023-08-10)
 # http3 is avilable via openssl[quic] on this arch.
-net-misc/curl -http3 -quic curl_quic_ngtcp2
+net-misc/curl -http3 -quic -curl_quic_openssl curl_quic_ngtcp2
 
 # orbea  (2024-07-19)
 # Unmask the dynarec flag which has x86 asm.



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/base/, profiles/arch/x86/, dev-libs/gmp/

2022-11-30 Thread Sam James
commit: bf286a7973d8b95dbef90f17cc8e2d66c19a47c8
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 30 08:30:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 30 08:31:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf286a79

dev-libs/gmp: tie --enable-fat to USE=cpudetection

Note that USE=-cpudetection still gives a very generic
build rather than one detected at build time to be
precisely the machine compiled on (for now?)

Bug: https://bugs.gentoo.org/883201
Signed-off-by: Sam James  gentoo.org>

 dev-libs/gmp/gmp-6.2.1-r3.ebuild |  7 ---
 dev-libs/gmp/metadata.xml| 23 ---
 profiles/arch/amd64/package.use.mask |  4 
 profiles/arch/base/package.use.mask  |  4 
 profiles/arch/x86/package.use.mask   |  4 
 5 files changed, 28 insertions(+), 14 deletions(-)

diff --git a/dev-libs/gmp/gmp-6.2.1-r3.ebuild b/dev-libs/gmp/gmp-6.2.1-r3.ebuild
index dc0cb7b4c773..8e7bca104d30 100644
--- a/dev-libs/gmp/gmp-6.2.1-r3.ebuild
+++ b/dev-libs/gmp/gmp-6.2.1-r3.ebuild
@@ -27,7 +27,8 @@ LICENSE="|| ( LGPL-3+ GPL-2+ )"
 SLOT="0/10.4"
 # Unkeyworded temporarily for some more testing
 #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="+asm doc +cxx pic static-libs"
+IUSE="+asm doc +cpudetection +cxx pic static-libs"
+REQUIRED_USE="cpudetection? ( asm )"
 
 BDEPEND="
app-arch/xz-utils
@@ -93,14 +94,14 @@ multilib_src_configure() {
--localstatedir="${EPREFIX}"/var/state/gmp
--enable-shared
 
+   $(use_enable asm assembly)
# fat is needed to avoid gmp installing either purely generic
# or specific-to-used-CPU (which our config.guess refresh 
prevents at the moment).
# Both Fedora and opensuse use this option to tackle the issue, 
bug #883201.
#
# This only works for x86, so we're still getting non-performant
# builds on other arches until we figure something out!
-   $(use_enable asm fat)
-   $(use_enable asm assembly)
+   $(use_enable cpudetection fat)
$(use_enable cxx)
$(use_enable static-libs static)
 

diff --git a/dev-libs/gmp/metadata.xml b/dev-libs/gmp/metadata.xml
index e98fbcba6811..753f212d3e39 100644
--- a/dev-libs/gmp/metadata.xml
+++ b/dev-libs/gmp/metadata.xml
@@ -1,15 +1,16 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-
-   toolch...@gentoo.org
-   Gentoo Toolchain Project
-
-
-   Enable use of hand optimized assembly routines (faster 
execution)
-   Force static libraries to be built as PIC to avoid 
TEXTRELs.
-
-
-   cpe:/a:gmplib:gmp
-
+   
+   toolch...@gentoo.org
+   Gentoo Toolchain Project
+   
+   
+   Enable use of hand optimized assembly routines 
(faster execution)
+   Enables runtime CPU detection (useful 
for binpkgs, compatibility on other CPUs)
+   Force static libraries to be built as PIC to 
avoid TEXTRELs.
+   
+   
+   cpe:/a:gmplib:gmp
+   
 

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 27207c6da3f9..4fa0267b5a1b 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2022-11-30)
+# Only effective on amd64/x86.
+dev-libs/gmp -cpudetection
+
 # Guillermo Joandet  (2022-11-22)
 # app-text/pandoc is keyworded on this architecture
 net-libs/gssdp -man

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index 5a1455d90b27..a9a1bad325ca 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2022-11-30)
+# Only effective on amd64/x86.
+dev-libs/gmp cpudetection
+
 # Mike Gilbert  (2022-10-16)
 # Only supported on MIPS.
 dev-lang/gnat-gpl fixed-point

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index a68e233ecfd9..20ce8131ba98 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2022-11-30)
+# Only effective on amd64/x86.
+dev-libs/gmp -cpudetection
+
 # Michał Górny  (2022-11-16)
 # spirv-llvm-translator is not keyworded x86.
 dev-libs/libclc spirv



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

2021-06-30 Thread Ionen Wolkens
commit: b04a3c7ec297e96609e59e3f81e3d5cb45c14c08
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Jul  1 00:39:48 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Jul  1 01:49:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04a3c7e

profiles: mask xwayland+mutter[video_cards_nvidia] on most arches

egl-wayland with nvidia-drivers is currently only usable on amd64.

May potentially be for aarch64 in the future, but more is unlikely.

Acked-by: Matt Turner  gentoo.org>
Signed-off-by: Ionen Wolkens  gentoo.org>

 profiles/arch/amd64/package.use.mask | 5 +
 profiles/arch/base/package.use.mask  | 5 +
 profiles/arch/x86/package.use.mask   | 6 ++
 3 files changed, 16 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 3833aa4deba..144a5e516b1 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Ionen Wolkens  (2021-07-01)
+# gui-libs/egl-wayland with nvidia-drivers is supported on this arch.
+x11-base/xwayland -video_cards_nvidia
+x11-wm/mutter -video_cards_nvidia
+
 # Mike Gilbert  (2021-03-29)
 # Unmask TPM on supported archs.
 sys-apps/systemd -tpm

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index 5f3f70e9821..522059cbd0b 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Ionen Wolkens  (2021-07-01)
+# gui-libs/egl-wayland with nvidia-drivers is only usable on some arches.
+x11-base/xwayland video_cards_nvidia
+x11-wm/mutter video_cards_nvidia
+
 # Bernd Waibel  (2021-06-16)
 # sci-libs/pcl-1.11.1 is missing support for >=sci-libs/vtk-9
 # bug #796368

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 9532c7c62a5..048fbc3963a 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,12 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Ionen Wolkens  (2021-07-01)
+# gui-libs/egl-wayland with nvidia-drivers does not function well with
+# the last drivers to support x86 (needed here to override use.mask).
+x11-base/xwayland video_cards_nvidia
+x11-wm/mutter video_cards_nvidia
+
 # Stefan Strogin  (2021-06-27)
 # Requires dev-python/adblock which is not keyworded on x86 yet
 www-client/qutebrowser adblock



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

2020-06-17 Thread Marek Szuba
commit: 4952985ebef7bd88c6b16574e5cfa209d6c1986f
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jun 17 14:03:43 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jun 17 14:03:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4952985e

profiles: update USE-flag masks for sys-apps/flashrom, again

Although a look at the code of ich_descriptors_tool, the only tool
currently installed by USE=tools, suggests there should be nothing
hardware-dependent there (it works with ICH image files, not ICH
chipsets themselves), upstream has decided to only compile it on
x86-compatible systems. Until it turns out someone is in fact
interested in running this tool on other architectures, honour their
decision.

Closes: https://bugs.gentoo.org/728472
Signed-off-by: Marek Szuba  gentoo.org>

 profiles/arch/amd64/package.use.mask | 6 +++---
 profiles/arch/base/package.use.mask  | 9 +
 profiles/arch/x86/package.use.mask   | 6 +++---
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 5ffde3c307c..fff4e15c9f4 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,9 +17,9 @@
 
 #--- END OF EXAMPLES ---
 
-# Marek Szuba  (2020-06-15)
-# Unmask globally-masked flashrom drivers which do work on amd64
-sys-apps/flashrom -atahpt -atapromise -internal -nic3com -nicnatsemi 
-nicrealtek -rayer-spi -satamv
+# Marek Szuba  (2020-06-17)
+# Unmask globally-masked flashrom drivers and tools which do work on amd64
+sys-apps/flashrom -atahpt -atapromise -internal -nic3com -nicnatsemi 
-nicrealtek -rayer-spi -satamv -tools
 
 # Mikle Kolyada  (2020-06-08)
 # clisp is keyworded on amd64

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index e1ce8f90077..9bdee5482a0 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,11 +1,12 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Marek Szuba  (2020-06-15)
-# Mask flashrom drivers which only work on few architectures:
+# Marek Szuba  (2020-06-17)
+# Mask flashrom drivers and tools which only work on few architectures:
+#  - ich_descriptors_tools (USE=tools) is only compiled on amd64 and x86,
 #  - internal is presently only supported on amd64/x86 and mipsel,
-#  - the others only work on x86 due to lack of PCI-port I/O support
-sys-apps/flashrom atahpt atapromise internal nic3com nicnatsemi nicrealtek 
rayer-spi satamv
+#  - the others only work on x86 due to lack of PCI-port I/O support.
+sys-apps/flashrom atahpt atapromise internal nic3com nicnatsemi nicrealtek 
rayer-spi satamv tools
 
 # Thomas Deutschmann  (2020-04-30)
 # Dependency is only keyworded on amd64 and x86

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index cf7cc7c2762..6404d44186b 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Marek Szuba  (2020-06-15)
-# Unmask globally-masked flashrom drivers which do work on x86
-sys-apps/flashrom -atahpt -atapromise -internal -nic3com -nicnatsemi 
-nicrealtek -rayer-spi -satamv
+# Marek Szuba  (2020-06-17)
+# Unmask globally-masked flashrom drivers and tools which do work on x86
+sys-apps/flashrom -atahpt -atapromise -internal -nic3com -nicnatsemi 
-nicrealtek -rayer-spi -satamv -tools
 
 # Christopher Head  (2020-06-10)
 # Requires dev-db/influxdb which is amd64-only



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

2020-02-26 Thread Andreas Sturmlechner
commit: 2bc1e4014446f2cd300868371937332f7842b765
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 26 20:38:55 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 26 21:56:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc1e401

profiles: Mask dev-qt/qt{declarative,gui,wayland}[vulkan] except amd64/x86

Bug: https://bugs.gentoo.org/703594
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/arch/amd64/package.use.mask | 6 ++
 profiles/arch/base/package.use.mask  | 7 +++
 profiles/arch/x86/package.use.mask   | 6 ++
 3 files changed, 19 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index a823b528528..9580a47ead3 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (2020-02-26)
+# Vulkan is available on amd64.
+dev-qt/qtdeclarative -vulkan
+dev-qt/qtgui -vulkan
+dev-qt/qtwayland -vulkan
+
 # James Le Cuirot  (2019-12-10)
 # The JIT feature only works on amd64 and x86.
 app-emulation/aranym -jit

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index c455a18241b..76abd4b73d4 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,13 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas Sturmlechner  (2020-02-26)
+# Vulkan support is only available on few selected arches atm.
+# Mask everywhere, unmask where appropriate.
+dev-qt/qtdeclarative vulkan
+dev-qt/qtgui vulkan
+dev-qt/qtwayland vulkan
+
 # dev-python/pandas is only keyworded for amd64 & x86
 sys-block/fio python gnuplot
 

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 8b7177d8067..f7a4a8ce47a 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,12 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas Sturmlechner  (2020-02-26)
+# Vulkan is available on x86.
+dev-qt/qtdeclarative -vulkan
+dev-qt/qtgui -vulkan
+dev-qt/qtwayland -vulkan
+
 # Andreas Sturmlechner  (2020-01-29)
 # media-libs/pulseaudio-qt is not keyworded
 kde-misc/kdeconnect pulseaudio



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

2019-11-11 Thread Thomas Deutschmann
commit: 95348ca3b33fe1e6f2ab40ba5de94c5aba572c2c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 11 14:26:15 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 11 14:27:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95348ca3

profiles: Mask sys-block/fio[gnuplot] everywhere except amd64 & x86

Signed-off-by: Thomas Deutschmann  gentoo.org>

 profiles/arch/amd64/package.use.mask | 4 
 profiles/arch/base/package.use.mask  | 4 
 profiles/arch/x86/package.use.mask   | 4 
 3 files changed, 12 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index c03379c9fec..4d08305a170 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Thomas Deutschmann  (2019-11-11)
+# dev-python/pandas is keyworded for amd64
+sys-block/fio -gnuplot
+
 # Craig Andrews  (2019-10-08)
 # net-misc/quiche is available on this arch
 net-misc/curl -quiche

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index 07a85754d01..14c0288d655 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
 
+# Thomas Deutschmann  (2019-11-11)
+# dev-python/pandas is only keyworded for amd64 & x86
+sys-block/fio gnuplot
+
 # Craig Andrews  (2019-10-08)
 # net-libs/quiche is not available on all arches
 # Track addition arch keywording of quiche at:

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index e5e1b295791..dd12b908e28 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -3,6 +3,10 @@
 
 # This file requires >=portage-2.1.1
 
+# Thomas Deutschmann  (2019-11-11)
+# dev-python/pandas is keyworded for x86
+sys-block/fio -gnuplot
+
 # Andreas Sturmlechner  (2019-10-29)
 # Neither sys-apps/bolt nor kde-plasma/plasma-thunderbolt are keyworded
 # bugs #697860, #698172



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

2017-09-24 Thread Alon Bar-Lev
commit: ec5cf2d5090c1aa8436139df50626a84f5a614cd
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sun Sep 24 17:05:00 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sun Sep 24 17:05:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec5cf2d5

profiles: unmask dev-python/kaa-base[tls]

Gentoo-Bug: 630826

 profiles/arch/amd64/package.use.mask | 4 
 profiles/arch/base/package.use.mask  | 5 -
 profiles/arch/x86/package.use.mask   | 4 
 3 files changed, 13 deletions(-)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index b82f6915cfc..121b4078df6 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -306,7 +306,3 @@ media-sound/mpg123 cpu_flags_x86_mmx cpu_flags_x86_3dnow 
cpu_flags_x86_3dnowext
 # saves people from needlessly installing nasm
 # Refs bug #93279
 media-sound/lame cpu_flags_x86_mmx
-
-# Robert Buchholz  (16 Aug 2008)
-# masked in base, unmask for x86/amd64
-dev-python/kaa-base -tls

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index 4eb2e87ae80..c1f2b0728eb 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -5,11 +5,6 @@
 # Requires [cuda] which is masked in most of the profiles.
 media-libs/opencv contrib_xfeatures2d
 
-# Alon Bar-Lev  (01 Sep 2017)
-# dev-python/tlslite is keyworded only for x86/amd64
-# waiting for ppc, bug#629506
-dev-python/kaa-base tls
-
 # Rick Farina  (11 May 2017)
 # the needed deps are amd64/x86 only
 net-analyzer/metasploit nexpose openvas

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 21cf1da1a2d..ebfbaafd0d1 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -232,10 +232,6 @@ sys-power/pm-utils -video_cards_intel -video_cards_radeon
 # X use flag only for amd64/x86, bug 285951.
 media-gfx/iscan -X
 
-# Robert Buchholz  (16 Aug 2008)
-# masked in base, unmask for x86/amd64
-dev-python/kaa-base -tls
-
 # Serkan Kaba  (20 Jul 2008)
 app-text/enchant -zemberek
 



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

2017-05-22 Thread James Le Cuirot
commit: 2a34a469821cdf602f3e32b137eef4e8917c6f29
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun May 21 21:51:27 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon May 22 10:04:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a34a469

profiles: Remove obsolete dev-java/icedtea[infinality] mask

 profiles/arch/amd64/package.use.mask | 4 
 profiles/arch/base/package.use.mask  | 4 
 profiles/arch/x86/package.use.mask   | 4 
 3 files changed, 12 deletions(-)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index e58a49369fc..4ee9201d136 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -186,10 +186,6 @@ media-libs/phonon zeitgeist
 # dependency keyworded here, masked in base
 media-libs/freetype -infinality
 
-# James Le Cuirot  (20 May 2015)
-# Masked in base like the above.
-dev-java/icedtea -infinality
-
 # Mike Gilbert  (29 Jun 2012)
 # sys-fs/zfs is not available everywhere.
 sys-boot/grub -libzfs

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index ad0394c7a84..e379a256d7c 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -153,10 +153,6 @@ net-libs/gnutls dane
 # fontconfig-infinality dependency not yet keyworded on most arches
 media-libs/freetype infinality
 
-# James Le Cuirot  (20 May 2015)
-# Mask this in conjunction with the above.
-dev-java/icedtea infinality
-
 # Mike Gilbert  (29 Jun 2012)
 # sys-fs/zfs is not available everywhere.
 sys-boot/grub libzfs

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 1416929f8e8..dcb87ab4198 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -160,10 +160,6 @@ media-libs/phonon zeitgeist
 # dependency keyworded here, masked in base
 media-libs/freetype -infinality
 
-# James Le Cuirot  (20 May 2015)
-# Masked in base like the above.
-dev-java/icedtea -infinality
-
 # Alexandre Rostovtsev  (12 Apr 2012)
 # Temporary mask-in-base, unmask-in-arch for dev-python/mako keywording for
 # gobject-introspection[doctool], bug #411761



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

2017-05-09 Thread Mike Gilbert
commit: 983483060008c957f1c4df8a93f85973651ff429
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May  9 15:07:00 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue May  9 15:07:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98348306

profiles: Remove dev-util/pkgconf[test] mask

 profiles/arch/amd64/package.use.mask | 4 
 profiles/arch/base/package.use.mask  | 4 
 profiles/arch/x86/package.use.mask   | 4 
 3 files changed, 12 deletions(-)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 59d87573df0..45483927bbc 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,10 +17,6 @@
 
 #--- END OF EXAMPLES ---
 
-# Mike Gilbert  (07 May 2017)
-# Test deps need keywording.
-dev-util/pkgconf -test
-
 # Thomas Deutschmann  (01 Mar 2017)
 # dev-libs/libmaxminddb is keyworded on amd64
 app-admin/rsyslog -mdblookup

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index 4c409c18ec1..f2d3a9b4916 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,10 +1,6 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-# Mike Gilbert  (07 May 2017)
-# Test deps need keywording.
-dev-util/pkgconf test
-
 # Thomas Deutschmann  (01 Mar 2017)
 # dev-libs/libmaxminddb is only keyworded on amd64 and x86 at the moment
 app-admin/rsyslog mdblookup

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 4fbdbe35559..f091f81ef11 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -3,10 +3,6 @@
 
 # This file requires >=portage-2.1.1
 
-# Mike Gilbert  (07 May 2017)
-# Test deps need keywording.
-dev-util/pkgconf -test
-
 # Thomas Deutschmann  (01 Mar 2017)
 # dev-libs/libmaxminddb is keyworded on x86
 app-admin/rsyslog -mdblookup