public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/amd64/
@ 2015-08-19 19:07 James Le Cuirot
  0 siblings, 0 replies; 11+ messages in thread
From: James Le Cuirot @ 2015-08-19 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     b76e6b8f940fa0ca639e9ade29b3894cfd8d9c79
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 22:06:44 2015 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 19:06:27 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76e6b8f

profiles: Move mgorny's gcc[awt] mask to the base profile

Also change the gcj-jdk flag from X to awt.

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

diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 38b8f1a..6250dd8 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -28,14 +28,6 @@ dev-java/oracle-jre-bin -javafx -nsplugin
 # Hiding the use flag fixes bug #545662 for now.
 media-libs/libsdl2 fusionsound
 
-# Michał Górny <mgorny@gentoo.org> (14 Sep 2014)
-# on behalf of gx86-multilib project <multilib@gentoo.org>
-# gcc[awt] is only used by gcj-jdk[X], and gcj-jdk[X] is not really
-# used by anything. The deps are hard to fix properly thanks
-# to toolchain.eclass.
-sys-devel/gcc awt
-dev-java/gcj-jdk X
-
 # Ben de Groot <yngwin@gentoo.org> (15 Mar 2015)
 # media-libs/libbdplus is keyworded on amd64, so unmask the useflag
 media-libs/libbluray -bdplus

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index c08a18c..18ced1b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -5,6 +5,14 @@
 # This file requires >=portage-2.1.1
 # New entries go on top.
 
+# James Le Cuirot <chewi@gentoo.org> (18 Aug 2015)
+# gcc[awt] is only used by gcj-jdk[awt] and that isn't needed by
+# anything in the tree. The toolchain folks aren't keen to support it
+# and it should probably only be used if you really know what you're
+# doing *and* your name is gnu_andrew. ;) See bug #531900.
+sys-devel/gcc awt
+dev-java/gcj-jdk awt
+
 # Johannes Huber <johu@gentoo.org> (18 Aug 2015)
 # No consumer for Qt5 build, qt4/qt5 switch causes conflicts.
 # Qt5 only version will come back with kde-apps/akonadi.


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/amd64/
@ 2015-08-27  9:10 Johannes Huber
  0 siblings, 0 replies; 11+ messages in thread
From: Johannes Huber @ 2015-08-27  9:10 UTC (permalink / raw
  To: gentoo-commits

commit:     17346b3378eab204c81ba34aedecf7be70296ea4
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 09:08:38 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 09:10:17 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17346b33

profiles: Drop qt5 use stable mask

Add stable use mask for net-irc/quassel[qt5], because it needs KF5
stabilization.

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

diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask
index ebaa2b7..19d5072 100644
--- a/profiles/arch/amd64/use.stable.mask
+++ b/profiles/arch/amd64/use.stable.mask
@@ -5,10 +5,6 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
-# Davide Pesavento <pesa@gentoo.org> (24 Aug 2015)
-# We need to check the whole tree for not-yet-stable deps before unmasking
-qt5
-
 # Mike Gilbert <floppym@gentoo.org> (19 Oct 2014)
 # sys-libs/libapparmor
 apparmor

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 7eeea50..aa3d222 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -5,6 +5,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Johannes Huber <johu@gentoo.org> (27 Aug 2015)
+# Needs KF 5 stable, bug #558460
+net-irc/quassel qt5
+
 # Davide Pesavento <pesa@gentoo.org> (26 Aug 2015)
 # The corresponding Qt5 modules are not stable yet, and we don't want
 # to stabilize them solely because of PyQt5 when there are no other


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/amd64/
@ 2016-07-26 21:27 James Le Cuirot
  0 siblings, 0 replies; 11+ messages in thread
From: James Le Cuirot @ 2016-07-26 21:27 UTC (permalink / raw
  To: gentoo-commits

commit:     704255d651e222c085080634a4e50db51084436c
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 21:25:53 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 21:26:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=704255d6

profiles: dev-java/icedtea[shenandoah] is only available on amd64

 profiles/arch/amd64/package.use.mask | 4 ++++
 profiles/base/package.use.mask       | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 3640f08..461b7ee 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -18,6 +18,10 @@
 
 #--- END OF EXAMPLES ---
 
+# James Le Cuirot <chewi@gentoo.org> (26 Jul 2016)
+# Only available on amd64.
+dev-java/icedtea -shenandoah
+
 # Mike Gilbert <floppym@gentoo.org> (23 Jun 2016)
 # This flag only has meaning on amd64
 sys-boot/grub:2 -grub_platforms_xen-32

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 7cd1d83..25118be 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -5,6 +5,10 @@
 # This file requires >=portage-2.1.1
 # New entries go on top.
 
+# James Le Cuirot <chewi@gentoo.org> (26 Jul 2016)
+# Only available on amd64.
+dev-java/icedtea shenandoah
+
 # Johannes Huber <johu@gentoo.org> (10 Jul 2016)
 # Unreleased dependencies.
 >=media-gfx/digikam-5.0.0 addressbook


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/amd64/
@ 2016-08-23 17:08 Brian Evans
  0 siblings, 0 replies; 11+ messages in thread
From: Brian Evans @ 2016-08-23 17:08 UTC (permalink / raw
  To: gentoo-commits

commit:     55e3627640996baf871a139af29b477778547ee0
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 23 17:08:14 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Aug 23 17:08:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e36276

package.use.mask: Mask tokudb USE for dev-db/percona-server for all but amd64

 profiles/arch/amd64/package.use.mask | 4 ++++
 profiles/base/package.use.mask       | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index d805dd6..50d31af 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -18,6 +18,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Brian Evans <grknight@gentoo.org> (23 Aug 2016)
+# It's only supported on amd64
+dev-db/percona-server -tokudb -tokudb-backup-plugin
+
 # Brian Evans <grknight@gentoo.org> (18 Aug 2016)
 # Allow jdbc on this arch
 dev-db/mariadb -jdbc

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index cc05585..fd827e1 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -5,6 +5,10 @@
 # This file requires >=portage-2.1.1
 # New entries go on top.
 
+# Brian Evans <grknight@gentoo.org> (23 Aug 2016)
+# It's only supported on amd64
+dev-db/percona-server tokudb tokudb-backup-plugin
+
 # Brian Evans <grknight@gentoo.org> (22 Aug 2016)
 # Depends on masked, end-of-life php versions
 =dev-libs/ossp-uuid-1.6.2-r4 php


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/amd64/
@ 2016-11-24  3:19 Christoph Junghans
  0 siblings, 0 replies; 11+ messages in thread
From: Christoph Junghans @ 2016-11-24  3:19 UTC (permalink / raw
  To: gentoo-commits

commit:     39c882ba4c337a641ae6d3c456405527b6998cdb
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 03:19:35 2016 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 03:19:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c882ba

profiles: fixed two typos

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

diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 4abd5f5..d9e1ce3 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -154,7 +154,7 @@ sci-libs/flann -cuda
 # chromium, mono work on this arch (masked in base)
 gnome-extra/zeitgeist-datasources -chromium -tomboy
 
-# Christoph Jungans <junghans@gentoo.org> (26 Dec 2012)
+# Christoph Junghans <junghans@gentoo.org> (26 Dec 2012)
 # cuda works on x86/amd64 (masked in base)
 sci-chemistry/gromacs -cuda -mkl
 

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 5e4843a..f84157b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -649,7 +649,7 @@ gnome-extra/zeitgeist-datasources chromium tomboy
 # See bug #436460 and https://git.gnome.org/browse/tracker/log/?h=evo-new-api
 app-misc/tracker eds
 
-# Christoph Jungans <junghans@gentoo.org> (26 Dec 2012)
+# Christoph Junghans <junghans@gentoo.org> (26 Dec 2012)
 # cuda/mkl only works on x86/amd64
 sci-chemistry/gromacs cuda mkl
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/amd64/
@ 2017-02-21 14:20 Alexis Ballier
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2017-02-21 14:20 UTC (permalink / raw
  To: gentoo-commits

commit:     a92ba435af618ccea85180c7551f699afa07d8e9
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 14:14:10 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 14:20:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a92ba435

profiles: Mask dev-lang/ocaml[spacetime] everywhere and unmask it on amd64 since it is only supported there according to upstream.

 profiles/arch/amd64/package.use.mask | 5 +++++
 profiles/base/package.use.mask       | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index c52658cf08..d2d9c5ce72 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -18,6 +18,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Alexis Ballier <aballier@gentoo.org> (21 Feb 2017)
+# spacetime works on amd64
+# https://caml.inria.fr/pub/docs/manual-ocaml/spacetime.html
+dev-lang/ocaml -spacetime
+
 # Alexis Ballier <aballier@gentoo.org> (31 Jan 2017)
 # nvidia drivers are unmasked here
 media-video/ffmpeg -nvenc

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 0d000b0549..69d768385b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -5,6 +5,11 @@
 # This file requires >=portage-2.1.1
 # New entries go on top.
 
+# Alexis Ballier <aballier@gentoo.org> (21 Feb 2017)
+# spacetime is only supported on amd64 at the moment.
+# https://caml.inria.fr/pub/docs/manual-ocaml/spacetime.html
+dev-lang/ocaml spacetime
+
 # Michał Górny <mgorny@gentoo.org> (17 Feb 2017)
 # Python 2 package relies on gedit[python] which is py3 only.
 dev-vcs/rabbitvcs gedit


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/amd64/
@ 2019-05-19 17:54 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2019-05-19 17:54 UTC (permalink / raw
  To: gentoo-commits

commit:     ca54355788c4ca6df04de3b06a6d41d4487679dc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 13:59:09 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 19 16:55:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca543557

profiles: base/amd64: Move media-video/vlc[srt] stable-mask from base

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask
index 9a134f64526..a8d9f487925 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -18,8 +18,8 @@
 #--- END OF EXAMPLES ---
 
 # Andreas Sturmlechner <asturm@gentoo.org> (28 Feb 2019)
-# Depends on unstable media-libs/dav1d
-media-video/vlc dav1d
+# Depends on unstable media-libs/dav1d, net-libs/srt
+media-video/vlc dav1d srt
 
 # Amy Liffey <amynka@gentoo.org> (15 Jan 2019)
 # Mask experimental contrib repo

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index a3c2b4c778c..0879dc3bdde 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -46,8 +46,8 @@ sys-devel/clang-runtime crt
 net-analyzer/wireshark doc
 
 # Andreas Sturmlechner <asturm@gentoo.org> (29 May 2018)
-# Depends on unstable media-libs/libaom, net-libs/srt
-media-video/vlc aom srt
+# Depends on unstable media-libs/libaom
+media-video/vlc aom
 
 # Andreas Sturmlechner <asturm@gentoo.org> (21 May 2018)
 # Depends on lots of unstable dependencies


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/amd64/
@ 2019-08-17 23:02 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2019-08-17 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     73e23d84f585147c36b9fe8f33dbecf0650ffcc5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 17 22:01:25 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 17 23:02:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73e23d84

profiles: amd64: Move media-video/pipewire USEes to p.use.stable.mask

Bug: https://bugs.gentoo.org/667014
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask
index 304063b99e5..6191f883d2a 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -17,6 +17,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner <asturm@gentoo.org> (2019-09-18)
+# media-video/pipewire is not stable yet
+dev-libs/weston pipewire
+kde-apps/krfb wayland
+kde-plasma/xdg-desktop-portal-kde screencast
+sys-apps/xdg-desktop-portal screencast
+
 # Brian Evans <grknight@gentoo.org> (2019-05-22)
 # Allow python-exec to install all targets
 # Ack by mgorny

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 1e332d08cca..42b7549742b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -48,13 +48,6 @@ net-proxy/ziproxy jpeg2k
 sci-libs/grib_api jasper jpeg2k
 x11-libs/gdk-pixbuf jpeg2k
 
-# Andreas Sturmlechner <asturm@gentoo.org> (2019-07-07)
-# media-video/pipewire is masked for now
-dev-libs/weston pipewire
-sys-apps/xdg-desktop-portal screencast
-kde-plasma/xdg-desktop-portal-kde screencast
-kde-apps/krfb wayland
-
 # James Le Cuirot <chewi@gentoo.org> (2019-05-21)
 # Doesn't support ffmpeg-4. Portage takes a long time to report the
 # conflict and the feature is half broken anyway. See


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/amd64/
@ 2023-04-22  8:55 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2023-04-22  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     9b65d1777a1d2fd6391d477847c9c95f9c9287fe
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 08:52:54 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 08:55:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b65d177

profiles: also stable mask qsv flag on ffmpeg

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 profiles/arch/amd64/package.use.stable.mask | 1 +
 profiles/base/package.use.stable.mask       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask
index cceeacd6c034..12838fdbc612 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -29,6 +29,7 @@ net-misc/curl rustls curl_ssl_rustls
 # Sam James <sam@gentoo.org> (2022-12-07)
 # Needs unstable media-libs/oneVPL
 media-libs/gst-plugins-bad qsv
+media-video/ffmpeg qsv
 
 # Kai-Chun Ning <kaichun.ning@gmail.com> (2022-05-23)
 # Dependency media-libs/intel-hybrid-codec-driver is only available on unstable

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 88f8c4fb49df..1ff56a55ee8a 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -26,6 +26,7 @@ sci-physics/lammps hip
 # Sam James <sam@gentoo.org> (2022-12-07)
 # Needs unstable media-libs/oneVPL
 media-libs/gst-plugins-bad qsv
+media-video/ffmpeg qsv
 
 # Guillermo Joandet <gjoandet@gmail.com> (2022-11-22)
 # app-text/pandoc is not stable


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/amd64/
@ 2023-06-29  9:58 Marek Szuba
  0 siblings, 0 replies; 11+ messages in thread
From: Marek Szuba @ 2023-06-29  9:58 UTC (permalink / raw
  To: gentoo-commits

commit:     49299e3de1f66d2fa4dd0a3ebc34ea64cdd563e8
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 09:57:27 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 09:57:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49299e3d

profiles/arch/amd64: (re-)mask USE=qt6 on dev-python/pyotherside

This should not have been unmasked yet in the first place, it was merely
a side effect of USE=qt6 having been globally unmasked on amd64.

Closes: https://bugs.gentoo.org/909274
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

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

diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 1f7b964ebc19..3c86543b487a 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Marek Szuba <marecki@gentoo.org> (2023-06-29)
+# Now that we globally unmask USE=qt6 for amd64, the mask set
+# in profiles/base/package.use.mask no longer has any effect on this arch.
+dev-python/pyotherside qt6
+
 # Michał Górny <mgorny@gentoo.org> (2023-06-24)
 # dev-db/mongodb miraculously got keyworded here.
 dev-python/pymongo -test-full

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 3fb41b403f57..fb39cc26cca9 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -165,8 +165,7 @@ gnome-base/gnome-extra-apps tracker
 >=app-misc/tracker-miners-3.4.0-r1 rss
 
 # Marek Szuba <marecki@gentoo.org> (2022-11-14)
-# Incomplete dependency tree, no qmake6 instrumentation in either
-# qmake-utils.eclass nor the ebuilds yet.
+# Still not ready.
 dev-python/pyotherside qt6
 
 # Viorel Munteanu <ceamac.paragon@gmail.com> (2022-10-07)


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/amd64/
@ 2024-03-09 10:17 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2024-03-09 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     21acaba5dc3f54dae3c8a8689a6eec69d53c8c65
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  9 10:11:22 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Mar  9 10:16:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21acaba5

profiles: unmask qt6 for freecad

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 profiles/arch/amd64/package.use.mask | 10 ----------
 profiles/base/package.use.mask       |  7 -------
 2 files changed, 17 deletions(-)

diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 9da893b04d4b..36a45fb0e33a 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -75,16 +75,6 @@ media-video/obs-studio -qsv -websocket
 # app-crypt/rpm-sequoia is keyworded here.
 app-arch/rpm -sequoia
 
-# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-11-20)
-# Qt6 is still experimental in freecad, currently the configure phase
-# gets itself stuck by importing both qt5 and qt6 cmake files.
-# Since there is no python3.12 support for shiboken2/pyside2, we have
-# to mask that flag as well.
-#
-# We have to mask this here as well as in base/package.use.mask
-# because qt6 is globally unmasked on amd64
-media-gfx/freecad qt6 python_single_target_python3_12
-
 # Florian Schmaus <flow@gentoo.org> (2023-11-10)
 # Only available for amd64.
 sys-apps/irqbalance -thermal

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 050baaf5c421..32ba064f6d92 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -69,13 +69,6 @@ sys-devel/sparse llvm
 # app-crypt/rpm-sequoia is not keyworded on most architectures.
 app-arch/rpm sequoia
 
-# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-11-20)
-# Qt6 is still experimental in freecad, currently the configure phase
-# gets itself stuck by importing both qt5 and qt6 cmake files.
-# Since there is no python3.12 support for shiboken2/pyside2, we have
-# to mask that flag as well.
-media-gfx/freecad qt6 python_single_target_python3_12
-
 # Florian Schmaus <flow@gentoo.org> (2023-11-10)
 # Only available for amd64.
 sys-apps/irqbalance thermal


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-03-09 10:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-17 23:02 [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/amd64/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-03-09 10:17 Andrew Ammerlaan
2023-06-29  9:58 Marek Szuba
2023-04-22  8:55 Andrew Ammerlaan
2019-05-19 17:54 Andreas Sturmlechner
2017-02-21 14:20 Alexis Ballier
2016-11-24  3:19 Christoph Junghans
2016-08-23 17:08 Brian Evans
2016-07-26 21:27 James Le Cuirot
2015-08-27  9:10 Johannes Huber
2015-08-19 19:07 James Le Cuirot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox