public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2016-04-01  1:51 Mike Frysinger
  0 siblings, 0 replies; 87+ messages in thread
From: Mike Frysinger @ 2016-04-01  1:51 UTC (permalink / raw
  To: gentoo-commits

commit:     80e77cead2924c6604628dc00c5e1196dd7cca78
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 01:49:57 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 01:50:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e77cea

profiles: x32: drop custom collision settings

Use the same default settings as all other profiles.  This also fixes
build errors where collisions are hit due to orphaned files.

 profiles/arch/amd64/x32/make.defaults | 2 --
 1 file changed, 2 deletions(-)

diff --git a/profiles/arch/amd64/x32/make.defaults b/profiles/arch/amd64/x32/make.defaults
index 9288ceb..d06c616 100644
--- a/profiles/arch/amd64/x32/make.defaults
+++ b/profiles/arch/amd64/x32/make.defaults
@@ -6,8 +6,6 @@ DEFAULT_ABI="x32"
 ABI="x32"
 MULTILIB_ABIS="amd64 x86 x32"
 
-FEATURES="collision-protect multilib-strict"
-
 SYMLINK_LIB="no"
 
 # Michał Górny <mgorny@gentoo.org> (01 Jul 2014)


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2018-01-08 15:50 Mikle Kolyada
  0 siblings, 0 replies; 87+ messages in thread
From: Mikle Kolyada @ 2018-01-08 15:50 UTC (permalink / raw
  To: gentoo-commits

commit:     4a6fae9f1083dee07d5e645c465899dd3499a188
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  8 15:50:00 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Jan  8 15:50:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6fae9f

arch/amd64/x32: drop obsolete wine atom

 profiles/arch/amd64/x32/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index e34318af788..0d9f33f624b 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -3,10 +3,6 @@
 
 # This file requires >=portage-2.1.1
 
-# Alexandre Rostovtsev <tetromino@gentoo.org> (03 Mar 2013)
-# Wine is x86- and x64-only
-app-emulation/wine abi_x86_x32
-
 # Davide Pesavento <pesa@gentoo.org> (30 Nov 2011)
 # The QML (V4) and JSC JITs do not work on x32.
 dev-qt/qtdeclarative jit


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2018-01-12  9:39 Michał Górny
  0 siblings, 0 replies; 87+ messages in thread
From: Michał Górny @ 2018-01-12  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     dc5dbbe6900e6d8a946ca1beb47a7f82b2c1e29c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 09:38:43 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 09:39:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5dbbe6

profiles/arch/amd64/x32: Mask nodejs revdeps

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

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 21ac3139080..1c9991ca285 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -1,8 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # Pawel Hajdan jr <phajdan.jr@gentoo.org> (07 Oct 2012)
 # V8 upstream said they won't support x32, bug #423815
 # Masked packages containing V8.
+# Michał Górny <mgorny@gentoo.org> (12 Jan 2018)
+# ...and their reverse dependencies.
+dev-python/bokeh
+dev-ruby/execjs
 net-libs/nodejs
 www-client/chromium

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index 0d9f33f624b..f780d912b5e 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -1,7 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-# This file requires >=portage-2.1.1
+# Michał Górny <mgorny@gentoo.org> (12 Jan 2018)
+# Those packages require net-libs/nodejs.
+dev-python/nbdime webtools
+media-libs/elementary javascript
+net-analyzer/netdata nodejs
 
 # Davide Pesavento <pesa@gentoo.org> (30 Nov 2011)
 # The QML (V4) and JSC JITs do not work on x32.


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2018-01-12 10:02 Michał Górny
  0 siblings, 0 replies; 87+ messages in thread
From: Michał Górny @ 2018-01-12 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     758f66057d8bb5873a08cc1248cdd163e14a7eab
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 10:02:24 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 10:02:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758f6605

profiles/arch/amd64/x32: Mask indirect nodejs deps

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

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 1c9991ca285..d5b8c1174db 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -7,6 +7,10 @@
 # Michał Górny <mgorny@gentoo.org> (12 Jan 2018)
 # ...and their reverse dependencies.
 dev-python/bokeh
+<dev-python/dask-0.15.1
+dev-ruby/autoprefixer-rails
+dev-ruby/coffee-script
 dev-ruby/execjs
+dev-ruby/uglifier
 net-libs/nodejs
 www-client/chromium

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index f780d912b5e..bd94caa1388 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -4,6 +4,8 @@
 # Michał Górny <mgorny@gentoo.org> (12 Jan 2018)
 # Those packages require net-libs/nodejs.
 dev-python/nbdime webtools
+dev-ruby/jsobfu test
+dev-ruby/sprockets test
 media-libs/elementary javascript
 net-analyzer/netdata nodejs
 


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2018-01-12 11:03 Michał Górny
  0 siblings, 0 replies; 87+ messages in thread
From: Michał Górny @ 2018-01-12 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     bfc3817f9d768d3ee4c982903aee9d2f13b5e23c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 11:02:33 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 11:03:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc3817f

profiles/arch/amd64/x32: Mask more indirect nodejs deps

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

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index d5b8c1174db..511f33053dc 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -7,8 +7,10 @@
 # Michał Górny <mgorny@gentoo.org> (12 Jan 2018)
 # ...and their reverse dependencies.
 dev-python/bokeh
+dev-python/blaze
 <dev-python/dask-0.15.1
 dev-ruby/autoprefixer-rails
+dev-ruby/coffee-rails
 dev-ruby/coffee-script
 dev-ruby/execjs
 dev-ruby/uglifier

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index bd94caa1388..0a0981b770c 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -4,8 +4,11 @@
 # Michał Górny <mgorny@gentoo.org> (12 Jan 2018)
 # Those packages require net-libs/nodejs.
 dev-python/nbdime webtools
+dev-ruby/ammeter test
 dev-ruby/jsobfu test
+dev-ruby/rails asset-pipeline
 dev-ruby/sprockets test
+dev-ruby/tilt test
 media-libs/elementary javascript
 net-analyzer/netdata nodejs
 


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2018-01-12 12:08 Michał Górny
  0 siblings, 0 replies; 87+ messages in thread
From: Michał Górny @ 2018-01-12 12:08 UTC (permalink / raw
  To: gentoo-commits

commit:     4b8797577e904bbccd6fee95bb1781433958b27d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 11:57:02 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 12:08:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b879757

profiles/arch/amd64/x32: One more indirect nodejs dep

 profiles/arch/amd64/x32/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 511f33053dc..b3ccb65fb06 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -13,6 +13,7 @@ dev-ruby/autoprefixer-rails
 dev-ruby/coffee-rails
 dev-ruby/coffee-script
 dev-ruby/execjs
+dev-ruby/turbolinks
 dev-ruby/uglifier
 net-libs/nodejs
 www-client/chromium


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2018-03-04 10:12 Sergei Trofimovich
  0 siblings, 0 replies; 87+ messages in thread
From: Sergei Trofimovich @ 2018-03-04 10:12 UTC (permalink / raw
  To: gentoo-commits

commit:     a4c10b2157d9baa6b8a5939ab09bc33a7e5b95ea
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  4 10:04:32 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Mar  4 10:08:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c10b21

package.use.mask: mask dev-lang/nim[test] on x32 (needs masked nodejs)

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 profiles/arch/amd64/x32/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index 0a0981b770c..b3650b38dd6 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -11,6 +11,7 @@ dev-ruby/sprockets test
 dev-ruby/tilt test
 media-libs/elementary javascript
 net-analyzer/netdata nodejs
+dev-lang/nim test
 
 # Davide Pesavento <pesa@gentoo.org> (30 Nov 2011)
 # The QML (V4) and JSC JITs do not work on x32.


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2018-04-15 12:44 Michał Górny
  0 siblings, 0 replies; 87+ messages in thread
From: Michał Górny @ 2018-04-15 12:44 UTC (permalink / raw
  To: gentoo-commits

commit:     cd32523e7fe16af6b222ca504ddbb6186e534a9c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 12:44:13 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 12:44:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd32523e

profiles/arch/amd64/x32: Mask more impossible packages

 profiles/arch/amd64/x32/package.mask | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index b3ccb65fb06..d38f73bb5ad 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -1,11 +1,18 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (15 Apr 2018)
+# Broken multilib dependencies.
+net-im/mattermost-desktop-bin
+net-im/skypeforlinux
+net-im/slack-bin
+
 # Pawel Hajdan jr <phajdan.jr@gentoo.org> (07 Oct 2012)
 # V8 upstream said they won't support x32, bug #423815
 # Masked packages containing V8.
 # Michał Górny <mgorny@gentoo.org> (12 Jan 2018)
 # ...and their reverse dependencies.
+dev-lang/coffee-script
 dev-python/bokeh
 dev-python/blaze
 <dev-python/dask-0.15.1
@@ -15,5 +22,9 @@ dev-ruby/coffee-script
 dev-ruby/execjs
 dev-ruby/turbolinks
 dev-ruby/uglifier
+dev-util/electron
 net-libs/nodejs
+sys-apps/yarn
+www-apps/jekyll-coffeescript
+www-apps/kibana-bin
 www-client/chromium


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2018-04-15 16:12 Michał Górny
  0 siblings, 0 replies; 87+ messages in thread
From: Michał Górny @ 2018-04-15 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     b04429e7ffdbe7c82befee552a85ec52348c083f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 16:10:25 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 16:12:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04429e7

profiles/arch/amd64/x32: Even more impossible packages

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

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index d38f73bb5ad..144142b62ad 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -12,6 +12,7 @@ net-im/slack-bin
 # Masked packages containing V8.
 # Michał Górny <mgorny@gentoo.org> (12 Jan 2018)
 # ...and their reverse dependencies.
+app-editors/atom
 dev-lang/coffee-script
 dev-python/bokeh
 dev-python/blaze

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index b3650b38dd6..330359f60bb 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -12,6 +12,7 @@ dev-ruby/tilt test
 media-libs/elementary javascript
 net-analyzer/netdata nodejs
 dev-lang/nim test
+www-apps/jekyll test
 
 # Davide Pesavento <pesa@gentoo.org> (30 Nov 2011)
 # The QML (V4) and JSC JITs do not work on x32.


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2018-07-12 16:52 Patrick McLean
  0 siblings, 0 replies; 87+ messages in thread
From: Patrick McLean @ 2018-07-12 16:52 UTC (permalink / raw
  To: gentoo-commits

commit:     7ee58890bab8f471af541f73f29eb69969666031
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 12 16:50:59 2018 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Jul 12 16:50:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee58890

profiles/arch/amd64/x32: add >=ceph-13 to package.mask since it requres nodejs

 profiles/arch/amd64/x32/package.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 144142b62ad..7c318aca470 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Patrick McLean <chutzpah@gentoo.org> (12 Jul 2018)
+# requires nodejs
+>=sys-cluster/ceph-13
+
 # Michał Górny <mgorny@gentoo.org> (15 Apr 2018)
 # Broken multilib dependencies.
 net-im/mattermost-desktop-bin


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2018-10-23  0:43 Thomas Deutschmann
  0 siblings, 0 replies; 87+ messages in thread
From: Thomas Deutschmann @ 2018-10-23  0:43 UTC (permalink / raw
  To: gentoo-commits

commit:     3a6fe4cbeac0504822f0c1cbfe7adf8dd4532b9e
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 23 00:40:29 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Oct 23 00:43:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a6fe4cb

profiles/arch/amd64/x32: mask >=www-client/firefox-63.0 which requires nodejs

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 7c318aca470..696b9768c1e 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Thomas Deutschmann <whissi@gentoo.org> (23 Oct 2018)
+# requires net-libs/nodejs
+>=www-client/firefox-63.0
+
 # Patrick McLean <chutzpah@gentoo.org> (12 Jul 2018)
 # requires nodejs
 >=sys-cluster/ceph-13


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2019-05-18  5:43 Hans de Graaff
  0 siblings, 0 replies; 87+ messages in thread
From: Hans de Graaff @ 2019-05-18  5:43 UTC (permalink / raw
  To: gentoo-commits

commit:     40df4d31b4a9fe50a437c1b3c267d0da104314c5
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 05:41:41 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat May 18 05:41:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40df4d31

profiles/arch/amd64/x32/package.mask: mask v8 dependency

Only mask the specific version that now depends on uglifier to avoid
masking more dependencies further up the tree in the expectation that
this dependency will disappear again in newer versions.

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 696b9768c1e..27f99c6c6f4 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -26,6 +26,7 @@ dev-python/bokeh
 dev-python/blaze
 <dev-python/dask-0.15.1
 dev-ruby/autoprefixer-rails
+=dev-ruby/capybara-3.20*
 dev-ruby/coffee-rails
 dev-ruby/coffee-script
 dev-ruby/execjs


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2019-07-26  8:45 Marek Szuba
  0 siblings, 0 replies; 87+ messages in thread
From: Marek Szuba @ 2019-07-26  8:45 UTC (permalink / raw
  To: gentoo-commits

commit:     9f3b847969ac1d8829c1f5962309f75cd0f277cf
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 26 08:44:20 2019 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jul 26 08:45:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f3b8479

profiles: mask dev-libs/amdgpu-pro-opencl on x32

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index b2ef7e960c4..a542388fefb 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Marek Szuba <marecki@gentoo.org> (2019-07-26)
+# Binary-only package with no x32 support
+dev-libs/amdgpu-pro-opencl
+
 # Thomas Deutschmann <whissi@gentoo.org> (2018-10-23)
 # requires net-libs/nodejs
 >=www-client/firefox-63.0


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2019-09-01 13:54 Jory Pratt
  0 siblings, 0 replies; 87+ messages in thread
From: Jory Pratt @ 2019-09-01 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     986bcd7d100fa1a1d28215d17bdefcf5fe943902
Author:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 13:53:52 2019 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sun Sep  1 13:54:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986bcd7d

profiles: mask thunderbird on x32

Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index a542388fefb..02af1528e42 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -8,6 +8,7 @@ dev-libs/amdgpu-pro-opencl
 # Thomas Deutschmann <whissi@gentoo.org> (2018-10-23)
 # requires net-libs/nodejs
 >=www-client/firefox-63.0
+>=mail-client/thunderbird-68.0
 
 # Patrick McLean <chutzpah@gentoo.org> (2018-07-12)
 # requires nodejs


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2019-10-28  4:05 Joonas Niilola
  0 siblings, 0 replies; 87+ messages in thread
From: Joonas Niilola @ 2019-10-28  4:05 UTC (permalink / raw
  To: gentoo-commits

commit:     b96fcab2754e8ff01d8f6f3f885f00db661c716e
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 28 03:49:49 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 04:02:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96fcab2

profiles/arch/amd64/x32/package.mask: mask gvm & gsa

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 459b9d6098f..b81b45733fd 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Hasan ÇALIŞIR <hasan.calisir@psauxit.com> (2019-10-28)
+# requires net-libs/nodejs | sys-apps/yarn
+>=net-analyzer/greenbone-security-assistant-8.0.1
+net-analyzer/gvm
+
 # Marek Szuba <marecki@gentoo.org> (2019-07-26)
 # Binary-only package with no x32 support
 dev-libs/amdgpu-pro-opencl


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2020-02-06  1:24 Patrick McLean
  0 siblings, 0 replies; 87+ messages in thread
From: Patrick McLean @ 2020-02-06  1:24 UTC (permalink / raw
  To: gentoo-commits

commit:     d7e178feb6719ffa895122b1be552efdeea33f30
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  6 01:23:42 2020 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 01:23:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e178fe

profiles: x32: mask ceph USE flags on bareos

Signed-off-by: Patrick McLean <patrick.mclean <AT> sony.com>
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 profiles/arch/amd64/x32/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index efc1b6a6978..23f2a9d7229 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Patrick McLean <chutzpah@gentoo.org> (2020-02-05)
+# sys-cluster/ceph no longer supports x86, versions that support
+# it no longer build thanks to python2 removals
+app-backup/bareos cephfs rados rados-striper
+
 # Robin H. Johnson <robbat2@gentoo.org> (2019-12-06)
 # PPS should work on all arches, but only keyworded on some arches
 >=net-misc/ntp-4.2.6_p3-r1 -parse-clocks


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2020-02-06  2:21 Patrick McLean
  0 siblings, 0 replies; 87+ messages in thread
From: Patrick McLean @ 2020-02-06  2:21 UTC (permalink / raw
  To: gentoo-commits

commit:     b9a8a732f29da5d15a964f3dd92c3f6c7b4955b0
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  6 02:20:14 2020 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 02:20:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a8a732

profiles: x32: add use masks for all packages that dep on ceph

Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 profiles/arch/amd64/x32/package.use.mask | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index 23f2a9d7229..92074cd6bcb 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -5,6 +5,16 @@
 # sys-cluster/ceph no longer supports x86, versions that support
 # it no longer build thanks to python2 removals
 app-backup/bareos cephfs rados rados-striper
+app-emulation/ganeti rbd
+app-emulation/libvirt rbd
+app-emulation/qemu rbd
+net-analyzer/rrdtool rados
+net-fs/samba ceph
+net-libs/xrootd rbd
+sys-block/fio rbd
+sys-block/tgt rbd
+sys-fs/multipath-tools rbd
+www-servers/uwsgi uwsgi_plugins_rados
 
 # Robin H. Johnson <robbat2@gentoo.org> (2019-12-06)
 # PPS should work on all arches, but only keyworded on some arches


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2020-05-08 21:13 Marek Szuba
  0 siblings, 0 replies; 87+ messages in thread
From: Marek Szuba @ 2020-05-08 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     58fdd727be5819a525b3794050110706a4de1054
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri May  8 21:11:49 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri May  8 21:11:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58fdd727

profiles: mask net-libs/xrootd-ceph on amd64/x32

Depends on sys-cluster/ceph, which has already been masked there.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 5de561adc95..be7d5265624 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Marek Szuba <marecki@gentoo.org> (2020-05-08)
+# Requires sys-cluster/ceph, which is masked in this profile as well
+# (see below)
+net-libs/xrootd-ceph
+
 # Hasan ÇALIŞIR <hasan.calisir@psauxit.com> (2019-10-28)
 # requires net-libs/nodejs | sys-apps/yarn
 >=net-analyzer/greenbone-security-assistant-8.0.1


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2020-05-13  7:59 Joonas Niilola
  0 siblings, 0 replies; 87+ messages in thread
From: Joonas Niilola @ 2020-05-13  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     0a5eb7ac01ef7b27f0305d5ff83dd1bf4d910ade
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed May 13 07:58:49 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed May 13 07:59:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a5eb7ac

profiles/arch/amd64/x32: package.use.mask www-apps/gitea[build-client]

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 profiles/arch/amd64/x32/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index 50c9e9f9ecf..1a6b9a0eb22 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Joonas Niilola <juippis@gentoo.org> (2020-02-05)
+# Depends on nodejs.
+www-apps/gitea build-client
+
 # Patrick McLean <chutzpah@gentoo.org> (2020-02-05)
 # sys-cluster/ceph no longer supports x86, versions that support
 # it no longer build thanks to python2 removals


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2020-05-13  8:09 Joonas Niilola
  0 siblings, 0 replies; 87+ messages in thread
From: Joonas Niilola @ 2020-05-13  8:09 UTC (permalink / raw
  To: gentoo-commits

commit:     a779487c5aec0769030ccd105fd2d4298171fcb2
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed May 13 08:08:31 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed May 13 08:09:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a779487c

profiles/arch/amd64/x32: align gitea with similar masks

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 profiles/arch/amd64/x32/package.use.mask | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index 1a6b9a0eb22..8a08f40ef46 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -1,10 +1,6 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Joonas Niilola <juippis@gentoo.org> (2020-02-05)
-# Depends on nodejs.
-www-apps/gitea build-client
-
 # Patrick McLean <chutzpah@gentoo.org> (2020-02-05)
 # sys-cluster/ceph no longer supports x86, versions that support
 # it no longer build thanks to python2 removals
@@ -26,6 +22,7 @@ www-servers/uwsgi uwsgi_plugins_rados
 
 # Michał Górny <mgorny@gentoo.org> (2018-01-12)
 # Those packages require net-libs/nodejs.
+dev-lang/nim test
 dev-python/nbdime webtools
 dev-ruby/ammeter test
 dev-ruby/jsobfu test
@@ -33,7 +30,7 @@ dev-ruby/rails asset-pipeline
 dev-ruby/sprockets test
 dev-ruby/tilt test
 net-analyzer/netdata nodejs
-dev-lang/nim test
+www-apps/gitea build-client
 www-apps/jekyll test
 
 # Davide Pesavento <pesa@gentoo.org> (2011-11-30)


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2020-05-14  4:06 Marc Schiffbauer
  0 siblings, 0 replies; 87+ messages in thread
From: Marc Schiffbauer @ 2020-05-14  4:06 UTC (permalink / raw
  To: gentoo-commits

commit:     750a0b2ead4ab60fe9035f8b5a496951cbdc35d5
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Wed May 13 16:26:29 2020 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Thu May 14 04:05:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=750a0b2e

profiles/arch/amd64/x32: added USE=ceph to bareos use mask

Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>

 profiles/arch/amd64/x32/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index 8a08f40ef46..010e4d02fb7 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -4,7 +4,7 @@
 # Patrick McLean <chutzpah@gentoo.org> (2020-02-05)
 # sys-cluster/ceph no longer supports x86, versions that support
 # it no longer build thanks to python2 removals
-app-backup/bareos cephfs rados rados-striper
+app-backup/bareos ceph cephfs rados rados-striper
 app-emulation/ganeti rbd
 app-emulation/libvirt rbd
 app-emulation/qemu rbd


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2020-08-12 19:54 Ben Kohler
  0 siblings, 0 replies; 87+ messages in thread
From: Ben Kohler @ 2020-08-12 19:54 UTC (permalink / raw
  To: gentoo-commits

commit:     c17454a14ddfa64164379809573db62e61b71d94
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 19:54:02 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 19:54:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17454a1

profiles: mask glibc-2.31-r6 on x32 for bug 736904

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 6e3deb1194c..c5665e8060f 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Ben Kohler <bkohler@gentoo.org> (2020-08-12)
+# Breaks several portage features, see bug 736904
+=sys-libs/glibc-2.31-r6
+
 # Marek Szuba <marecki@gentoo.org> (2020-05-08)
 # Requires sys-cluster/ceph, which is masked in this profile as well
 # (see below)


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2020-09-20 19:11 Andreas K. Hüttel
  0 siblings, 0 replies; 87+ messages in thread
From: Andreas K. Hüttel @ 2020-09-20 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     54173d55f48ee68304277062c5edc323332f9944
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 19:10:59 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 19:11:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54173d55

profiles: mask libreoffice-bin on x32

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index c5665e8060f..8ca02ccd672 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas K. Hüttel <dilfridge@gentoo.org> (2020-09-20)
+# Binary-only with no x32 support
+app-office/libreoffice-bin
+
 # Ben Kohler <bkohler@gentoo.org> (2020-08-12)
 # Breaks several portage features, see bug 736904
 =sys-libs/glibc-2.31-r6


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2020-09-20 19:24 Andreas K. Hüttel
  0 siblings, 0 replies; 87+ messages in thread
From: Andreas K. Hüttel @ 2020-09-20 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     62af5f0d1a7c229c86a7ab893e90a36baf3b3da2
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 19:24:02 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 19:24:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62af5f0d

profiles: mask libreoffice-bin on x32, for real

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 8ca02ccd672..e5be3f2d07e 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -4,6 +4,7 @@
 # Andreas K. Hüttel <dilfridge@gentoo.org> (2020-09-20)
 # Binary-only with no x32 support
 app-office/libreoffice-bin
+app-office/libreoffice-bin-debug
 
 # Ben Kohler <bkohler@gentoo.org> (2020-08-12)
 # Breaks several portage features, see bug 736904


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2021-02-09 19:11 Andreas Sturmlechner
  0 siblings, 0 replies; 87+ messages in thread
From: Andreas Sturmlechner @ 2021-02-09 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     08e16c82b25269ab057a32adee5142e1e5304cb3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 21:04:41 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb  9 19:10:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08e16c82

profiles: amd64: x32: Add dev-qt/qtwebengine +revdeps to package.mask

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

 profiles/arch/amd64/x32/package.mask | 89 +++++++++++++++++++++++++++++++++++-
 1 file changed, 88 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index e5be3f2d07e..b8aaea75353 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -1,6 +1,93 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas Sturmlechner <asturm@gentoo.org> (2021-02-09)
+# Requires net-libs/nodejs, plus mask all reverse-dependencies.
+dev-qt/qtwebengine
+dev-qt/qtwebview
+dev-python/PyQtWebEngine
+app-admin/calamares
+app-doc/zeal
+app-editors/ghostwriter
+app-editors/notepadqq
+app-editors/retext
+app-misc/anki
+app-office/kmymoney:5
+app-office/skrooge:5
+app-office/texmaker
+app-text/bibletime
+app-text/calibre
+app-text/cb2bib
+app-text/sigil
+dev-python/spyder
+dev-python/spyder-line-profiler
+dev-python/spyder-memory-profiler
+dev-python/spyder-notebook
+dev-python/spyder-terminal
+dev-python/spyder-unittest
+dev-python/spyder-vim
+dev-util/kdevelop:5
+dev-util/kdevelop-php:5
+dev-util/kdevelop-python:5
+kde-apps/akonadi-calendar:5
+kde-apps/akonadi-import-wizard:5
+kde-apps/akonadiconsole:5
+kde-apps/akregator:5
+kde-apps/calendarjanitor:5
+kde-apps/calendarsupport:5
+kde-apps/eventviews:5
+kde-apps/grantlee-editor:5
+kde-apps/incidenceeditor:5
+kde-apps/kaccounts-providers:5
+kde-apps/kaddressbook:5
+kde-apps/kalarm:5
+kde-apps/kalgebra:5
+kde-apps/kdepim-addons:5
+kde-apps/kdepim-meta:5
+kde-apps/kdepim-runtime:5
+kde-apps/kimagemapeditor:5
+kde-apps/kmail:5
+kde-apps/kmail-account-wizard:5
+kde-apps/kmailtransport:5
+kde-apps/knotes:5
+kde-apps/konqueror:5
+kde-apps/konsolekalendar:5
+kde-apps/kontact:5
+kde-apps/korganizer:5
+kde-apps/ktp-accounts-kcm:5
+kde-apps/ktp-text-ui:5
+<kde-apps/libkgapi-20.12.0:5
+kde-apps/libksieve:5
+kde-apps/mailcommon:5
+kde-apps/messagelib:5
+kde-apps/mbox-importer:5
+kde-apps/parley:5
+kde-apps/pim-data-exporter:5
+kde-apps/pim-sieve-editor:5
+kde-apps/plasma-telepathy-meta:5
+<kde-misc/kio-gdrive-20.12.0
+kde-misc/kmarkdownwebview:5
+kde-misc/tellico:5
+kde-misc/zanshin:5
+mail-client/kube
+mail-client/trojita
+media-gfx/digikam:5
+media-gfx/luminance-hdr
+media-sound/frescobaldi
+media-sound/teamspeak-client:3
+media-video/orion
+>=media-video/openshot-2.5.1_p20210103
+net-analyzer/nmapsi
+net-libs/signon-ui
+net-misc/nextcloud-client
+net-p2p/ktorrent:5
+sci-geosciences/qmapshack
+sci-mathematics/rkward:5
+sci-mathematics/rstudio
+www-client/falkon
+www-client/otter
+www-client/qutebrowser
+
 # Andreas K. Hüttel <dilfridge@gentoo.org> (2020-09-20)
 # Binary-only with no x32 support
 app-office/libreoffice-bin


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2021-02-09 19:11 Andreas Sturmlechner
  0 siblings, 0 replies; 87+ messages in thread
From: Andreas Sturmlechner @ 2021-02-09 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     4ac1a78a3b613b6af7fcc8f26b6595476dd76b4c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 14:53:19 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb  9 19:10:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac1a78a

profiles: amd64: x32: Mask IUSE webengine

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

 profiles/arch/amd64/x32/use.mask | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/use.mask b/profiles/arch/amd64/x32/use.mask
index a0a09c71ff0..712d5b46f19 100644
--- a/profiles/arch/amd64/x32/use.mask
+++ b/profiles/arch/amd64/x32/use.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # Michał Górny <mgorny@gentoo.org> (2013-01-26)
 # Unmask the x32 ABI.
 -abi_x86_x32
+
+# Andreas Sturmlechner <asturm@gentoo.org> (2021-02-09)
+# Requires net-libs/nodejs
+webengine


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2021-02-09 19:11 Andreas Sturmlechner
  0 siblings, 0 replies; 87+ messages in thread
From: Andreas Sturmlechner @ 2021-02-09 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     e5b3c5564db1da52c4f21599e41964441eef169c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 21:51:41 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb  9 19:10:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b3c556

profiles: amd64: x32: Mask dev-qt/qtwebengine optional revdeps

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

 profiles/arch/amd64/x32/package.use.mask | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index 98cfda535a6..971a94f8179 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -1,6 +1,22 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas Sturmlechner <asturm@gentoo.org> (2021-02-09)
+# Requires net-libs/nodejs, plus mask all reverse-dependencies.
+app-i18n/fcitx-libpinyin dictionary-manager
+games-util/lgogdownloader gui
+kde-apps/kde-apps-meta:5 pim
+kde-apps/kdenetwork-meta:5 bittorrent
+kde-apps/umbrello:5 php
+kde-misc/kio-gdrive kaccounts
+media-gfx/gmic digikam krita
+net-irc/quassel urlpreview
+net-misc/fatrat bittorrent
+net-misc/seafile-client shibboleth
+sci-geosciences/gpsbabel gui
+sci-mathematics/yacas gui
+sci-physics/root qt5
+
 # Patrick McLean <chutzpah@gentoo.org> (2020-02-05)
 # sys-cluster/ceph no longer supports x86, versions that support
 # it no longer build thanks to python2 removals


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2021-02-12 23:51 Sam James
  0 siblings, 0 replies; 87+ messages in thread
From: Sam James @ 2021-02-12 23:51 UTC (permalink / raw
  To: gentoo-commits

commit:     b6a059b2a739bd08e8fe37b256fa65319c318e95
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 23:50:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 23:50:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a059b2

profiles/arch/amd64/x32/package.mask: drop obsolete mask

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index b8aaea75353..52b5218cbd2 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -93,10 +93,6 @@ www-client/qutebrowser
 app-office/libreoffice-bin
 app-office/libreoffice-bin-debug
 
-# Ben Kohler <bkohler@gentoo.org> (2020-08-12)
-# Breaks several portage features, see bug 736904
-=sys-libs/glibc-2.31-r6
-
 # Marek Szuba <marecki@gentoo.org> (2020-05-08)
 # Requires sys-cluster/ceph, which is masked in this profile as well
 # (see below)


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2021-02-15  9:04 Joonas Niilola
  0 siblings, 0 replies; 87+ messages in thread
From: Joonas Niilola @ 2021-02-15  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     a06ff5e9d77b1da362beeb478678f75225bb8247
Author:     Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
AuthorDate: Sat Feb 13 16:30:18 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 09:03:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06ff5e9

profiles: mask on x86_x32

Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 52b5218cbd2..1888a9c5fe8 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Bernd Waibel <waebbl-gentoo@posteo.net> (2021-02-13)
+# Is reverse-dependency of dev-qt/qtwebengine
+media-gfx/freecad
+
 # Andreas Sturmlechner <asturm@gentoo.org> (2021-02-09)
 # Requires net-libs/nodejs, plus mask all reverse-dependencies.
 dev-qt/qtwebengine


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2021-02-25 12:53 Andreas Sturmlechner
  0 siblings, 0 replies; 87+ messages in thread
From: Andreas Sturmlechner @ 2021-02-25 12:53 UTC (permalink / raw
  To: gentoo-commits

commit:     0fdf605bc13cf7d5bc89831e3f988d4d650154a8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 12:52:17 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 12:52:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fdf605b

profiles: amd64/x32: Drop <kde-apps/libkgapi-20.12.0:5 package.mask

Obsolete after cleanup

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

 profiles/arch/amd64/x32/package.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 1888a9c5fe8..8f25b3f974c 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -60,7 +60,6 @@ kde-apps/kontact:5
 kde-apps/korganizer:5
 kde-apps/ktp-accounts-kcm:5
 kde-apps/ktp-text-ui:5
-<kde-apps/libkgapi-20.12.0:5
 kde-apps/libksieve:5
 kde-apps/mailcommon:5
 kde-apps/messagelib:5


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2021-03-11  7:18 Joonas Niilola
  0 siblings, 0 replies; 87+ messages in thread
From: Joonas Niilola @ 2021-03-11  7:18 UTC (permalink / raw
  To: gentoo-commits

commit:     52602c1965b6c32f600e87f7ff50c01af1605ef2
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar 10 19:17:27 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 07:17:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52602c19

amd64/x32/package.use.mask: mask QtPy test flag

depends on PyQtWebengine and the webengine flag
which are also masked on this profile because they
depend on nodejs

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/19216
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 profiles/arch/amd64/x32/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index 971a94f8179..563a7f2c288 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -46,6 +46,7 @@ dev-ruby/tilt test
 net-analyzer/netdata nodejs
 www-apps/gitea build-client
 www-apps/jekyll test
+dev-python/QtPy test
 
 # Davide Pesavento <pesa@gentoo.org> (2011-11-30)
 # The QML (V4) and JSC JITs do not work on x32.


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2021-04-10 17:25 Andreas Sturmlechner
  0 siblings, 0 replies; 87+ messages in thread
From: Andreas Sturmlechner @ 2021-04-10 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     a91b5f7b9ee0cccf21ec752a46b4ca1bdebb7dbf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 17:20:11 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 17:20:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a91b5f7b

profiles: x32: Drop obsolete <kde-misc/kio-gdrive-20.12.0 package.mask

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

 profiles/arch/amd64/x32/package.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 8f25b3f974c..a0a8241c937 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -68,7 +68,6 @@ kde-apps/parley:5
 kde-apps/pim-data-exporter:5
 kde-apps/pim-sieve-editor:5
 kde-apps/plasma-telepathy-meta:5
-<kde-misc/kio-gdrive-20.12.0
 kde-misc/kmarkdownwebview:5
 kde-misc/tellico:5
 kde-misc/zanshin:5


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2021-05-22 10:03 Andrew Ammerlaan
  0 siblings, 0 replies; 87+ messages in thread
From: Andrew Ammerlaan @ 2021-05-22 10:03 UTC (permalink / raw
  To: gentoo-commits

commit:     d40d0f786ead80eb4aa597ff58c80c2ba5357ce1
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat May 22 09:52:23 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat May 22 10:02:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d40d0f78

profiles/arch/amd64/x32/package.mask: mask media-video/vidify

requries QtPy[webengine] --> PyQt5[webengine] --> QtWebEngine --> nodejs
which is masked on this arch

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

 profiles/arch/amd64/x32/package.mask | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 9b4403d62ea..461959670b6 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -78,6 +78,8 @@ media-gfx/luminance-hdr
 media-sound/frescobaldi
 media-sound/teamspeak-client:3
 >=media-video/openshot-2.5.1_p20210103
+media-video/vidify
+media-video/vidify-audiosync
 net-analyzer/nmapsi
 net-libs/signon-ui
 net-misc/nextcloud-client


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2021-06-04  5:03 Georgy Yakovlev
  0 siblings, 0 replies; 87+ messages in thread
From: Georgy Yakovlev @ 2021-06-04  5:03 UTC (permalink / raw
  To: gentoo-commits

commit:     f5926c04d0fbc8e482a981b7ef1e914e15771f2e
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  4 04:56:13 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Jun  4 05:03:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5926c04

profiles/arch/amd64/x32: add typescript to nodejs mask list

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 461959670b6..3eee9261099 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -23,6 +23,7 @@ app-text/bibletime
 app-text/calibre
 app-text/cb2bib
 app-text/sigil
+dev-lang/typescript
 dev-python/spyder
 dev-python/spyder-line-profiler
 dev-python/spyder-memory-profiler


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2021-06-04  6:20 Georgy Yakovlev
  0 siblings, 0 replies; 87+ messages in thread
From: Georgy Yakovlev @ 2021-06-04  6:20 UTC (permalink / raw
  To: gentoo-commits

commit:     b8f6ec1e1c8fb9b7c8f69da4d9c8309e3ff30ac6
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  4 06:15:14 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Jun  4 06:20:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f6ec1e

profiles/arch/amd64/x32: update nodejs mask list

add pop-shell

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 3eee9261099..38621c7f6d3 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -34,6 +34,7 @@ dev-python/spyder-vim
 dev-util/kdevelop:5
 dev-util/kdevelop-php:5
 dev-util/kdevelop-python:5
+gnome-extra/gnome-shell-extension-pop-shell
 kde-apps/akonadi-calendar:5
 kde-apps/akonadi-import-wizard:5
 kde-apps/akonadiconsole:5


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2021-06-27  7:26 Ulrich Müller
  0 siblings, 0 replies; 87+ messages in thread
From: Ulrich Müller @ 2021-06-27  7:26 UTC (permalink / raw
  To: gentoo-commits

commit:     f598bb556b74aee541f4024efc8167c2c45b1d73
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 27 07:20:43 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 27 07:26:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f598bb55

profiles/arch/amd64/x32/use.mask: Update copyright notice

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 profiles/arch/amd64/x32/use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/use.mask b/profiles/arch/amd64/x32/use.mask
index 712d5b46f19..6fe82d7df46 100644
--- a/profiles/arch/amd64/x32/use.mask
+++ b/profiles/arch/amd64/x32/use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Foundation
+# Copyright 2013-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Michał Górny <mgorny@gentoo.org> (2013-01-26)


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2021-08-03 15:04 Andreas Sturmlechner
  0 siblings, 0 replies; 87+ messages in thread
From: Andreas Sturmlechner @ 2021-08-03 15:04 UTC (permalink / raw
  To: gentoo-commits

commit:     2baf06b1f0451594a006b1e3c093941fcc76bd23
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 15:03:38 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 15:04:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2baf06b1

profiles: amd64/x32: Add app-text/kchmviewer to package.mask

Requires dev-qt/qtwebengine.

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

 profiles/arch/amd64/x32/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 38621c7f6d3..f2f76f9aa18 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -22,6 +22,7 @@ app-office/texmaker
 app-text/bibletime
 app-text/calibre
 app-text/cb2bib
+app-text/kchmviewer
 app-text/sigil
 dev-lang/typescript
 dev-python/spyder


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2021-09-01 20:52 James Le Cuirot
  0 siblings, 0 replies; 87+ messages in thread
From: James Le Cuirot @ 2021-09-01 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     9f5cf05d8882d277face70862d59836fcce834b8
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  1 20:47:23 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Sep  1 20:51:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5cf05d

profiles: Mask dev-util/uglifyjs on x32

It requires Node.js, which is unavailable.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 2f00837f0a0..ee7ea189a2a 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -142,6 +142,7 @@ dev-ruby/coffee-script
 dev-ruby/execjs
 dev-ruby/turbolinks
 dev-ruby/uglifier
+dev-util/uglifyjs
 net-libs/nodejs
 sys-apps/yarn
 www-apps/jekyll-coffeescript


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2021-09-01 20:52 James Le Cuirot
  0 siblings, 0 replies; 87+ messages in thread
From: James Le Cuirot @ 2021-09-01 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     a02dfb2365ab4f3f54b3a227f99bc7a97ceca90c
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  1 20:45:32 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Sep  1 20:52:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a02dfb23

profiles: Mask www-apps/xpra-html5[minify] on x32

It requires Node.js, which is unavailable.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 profiles/arch/amd64/x32/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index 32542ababa9..3101e24236f 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -47,6 +47,7 @@ dev-ruby/tilt test
 net-analyzer/netdata nodejs
 www-apps/gitea build-client
 www-apps/jekyll test
+www-apps/xpra-html5 minify
 dev-python/QtPy test
 
 # Davide Pesavento <pesa@gentoo.org> (2011-11-30)


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2021-09-08 14:49 Mike Gilbert
  0 siblings, 0 replies; 87+ messages in thread
From: Mike Gilbert @ 2021-09-08 14:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b01f5d7f4de20063d5949b3bd8a4ed12ebf99621
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  6 23:17:24 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Sep  8 14:48:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b01f5d7f

profiles/arch/amd64/x32: set KERNEL_ABI="amd64"

Closes: https://bugs.gentoo.org/427052
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 profiles/arch/amd64/x32/make.defaults | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/make.defaults b/profiles/arch/amd64/x32/make.defaults
index b509b305b00..0c9b008c9fd 100644
--- a/profiles/arch/amd64/x32/make.defaults
+++ b/profiles/arch/amd64/x32/make.defaults
@@ -1,10 +1,14 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 DEFAULT_ABI="x32"
 ABI="x32"
 MULTILIB_ABIS="amd64 x86 x32"
 
+# Mike Gilbert <floppym@gentoo.org> (2021-09-06)
+# x32 userspace runs on amd64 kernels.
+KERNEL_ABI="amd64"
+
 # Michał Górny <mgorny@gentoo.org> (2014-07-01)
 # Default to abi_x86_x32 for packages that don't have it forced.
 ABI_X86="x32"


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2021-09-09 13:39 Andrew Ammerlaan
  0 siblings, 0 replies; 87+ messages in thread
From: Andrew Ammerlaan @ 2021-09-09 13:39 UTC (permalink / raw
  To: gentoo-commits

commit:     9af2f637dcf5ea41f5400a527829fa8a742a0e2c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  9 13:38:09 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Sep  9 13:39:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af2f637

profiles/arch/amd64/x32/package.mask: mask jupyterlab and friends

they require nodejs

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

 profiles/arch/amd64/x32/package.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 50036fba5ba..a0232eb6ec6 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2021-09-09)
+# Jupyterlab and friends require net-libs/nodejs
+dev-python/jupyterlab
+dev-python/jupyterlab-lsp
+
 # Bernd Waibel <waebbl-gentoo@posteo.net> (2021-02-13)
 # Is reverse-dependency of dev-qt/qtwebengine
 media-gfx/freecad


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2021-10-05  7:39 Jakov Smolić
  0 siblings, 0 replies; 87+ messages in thread
From: Jakov Smolić @ 2021-10-05  7:39 UTC (permalink / raw
  To: gentoo-commits

commit:     d4abbfb33379ef994f0cb7929dacf33c48ef32a1
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  5 06:49:43 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Oct  5 07:36:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4abbfb3

profiles/arch/amd64/x32: remove mail-client/trojita entry

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index a0232eb6ec6..05c072b5f60 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -81,7 +81,6 @@ kde-misc/kmarkdownwebview:5
 kde-misc/tellico:5
 kde-misc/zanshin:5
 mail-client/kube
-mail-client/trojita
 media-gfx/digikam:5
 media-gfx/luminance-hdr
 media-sound/frescobaldi


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2021-11-16  9:09 Andrew Ammerlaan
  0 siblings, 0 replies; 87+ messages in thread
From: Andrew Ammerlaan @ 2021-11-16  9:09 UTC (permalink / raw
  To: gentoo-commits

commit:     2ecec4135b8aaab8fc02386c559a79328f83f6b9
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 09:06:54 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 09:09:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ecec413

profiles/arch/amd64/x32: mask jupyterlab-desktop

requires jupyterlab which requires nodejs

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

 profiles/arch/amd64/x32/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 05c072b5f607..cb12f05a0fe2 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -5,6 +5,7 @@
 # Jupyterlab and friends require net-libs/nodejs
 dev-python/jupyterlab
 dev-python/jupyterlab-lsp
+sci-misc/jupyterlab-desktop
 
 # Bernd Waibel <waebbl-gentoo@posteo.net> (2021-02-13)
 # Is reverse-dependency of dev-qt/qtwebengine


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2021-11-27 20:50 Maciej Barć
  0 siblings, 0 replies; 87+ messages in thread
From: Maciej Barć @ 2021-11-27 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     a272947eb4e211300661ecb73f93e07143b0fff0
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 27 20:49:04 2021 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Nov 27 20:50:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a272947e

profiles/arch/amd64: mask dev-lang/idris2 USE=test-full on x32

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 profiles/arch/amd64/x32/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index 3ebd7cadb6df..c0a63dfeeb71 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -4,6 +4,7 @@
 # Andreas Sturmlechner <asturm@gentoo.org> (2021-02-09)
 # Requires net-libs/nodejs, plus mask all reverse-dependencies.
 app-i18n/fcitx-libpinyin dictionary-manager
+dev-lang/idris2 test-full
 dev-python/cloudscraper test
 games-util/lgogdownloader gui
 kde-apps/kde-apps-meta:5 pim


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2021-11-29 14:33 Andreas Sturmlechner
  0 siblings, 0 replies; 87+ messages in thread
From: Andreas Sturmlechner @ 2021-11-29 14:33 UTC (permalink / raw
  To: gentoo-commits

commit:     fc0f17f245acf88f296eae8509e16952e1dba44b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 29 14:31:38 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 29 14:31:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0f17f2

profiles: amd64/x32: Add sci-visualization/labplot:5 to package.mask

Depends on kde-apps/cantor:5 which depends on dev-qt/qtwebengine and
is in this list already for that reason.

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

 profiles/arch/amd64/x32/package.mask | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 8fd215730332..43712596f8b9 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -48,7 +48,7 @@ kde-apps/akonadiconsole:5
 kde-apps/akregator:5
 kde-apps/calendarjanitor:5
 kde-apps/calendarsupport:5
->=kde-apps/cantor-21.08.0:5
+kde-apps/cantor:5
 kde-apps/eventviews:5
 kde-apps/grantlee-editor:5
 kde-apps/incidenceeditor:5
@@ -96,6 +96,7 @@ net-p2p/ktorrent:5
 sci-geosciences/qmapshack
 sci-mathematics/rkward:5
 sci-mathematics/rstudio
+sci-visualization/labplot:5
 www-client/falkon
 www-client/otter
 www-client/qutebrowser


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2022-02-13 17:05 Andrew Ammerlaan
  0 siblings, 0 replies; 87+ messages in thread
From: Andrew Ammerlaan @ 2022-02-13 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     91c0a4f60e1a7f22a23b0978fb92f34d431fca50
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 17:02:54 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 17:02:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c0a4f6

amd64/x32: mask eagle on x32 profile

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

 profiles/arch/amd64/x32/package.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 2cf5df48d2d2..b296697be3d1 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2022-02-13)
+# Requires qtwebengine
+sci-electronics/eagle
+
 # Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2021-09-09)
 # Jupyterlab and friends require net-libs/nodejs
 dev-python/jupyterlab


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2022-03-02 16:20 Andrew Ammerlaan
  0 siblings, 0 replies; 87+ messages in thread
From: Andrew Ammerlaan @ 2022-03-02 16:20 UTC (permalink / raw
  To: gentoo-commits

commit:     bfa4b7a08707ce6011eaae5604a2be4e91f171ed
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  2 16:17:18 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Mar  2 16:19:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa4b7a0

amd64/x32/package.mask: mask plotly on x32, requires nodejs/jupyterlab

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

 profiles/arch/amd64/x32/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index b296697be3d1..f00701fa04ed 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -10,6 +10,7 @@ sci-electronics/eagle
 dev-python/jupyterlab
 dev-python/jupyterlab-lsp
 sci-misc/jupyterlab-desktop-bin
+dev-python/plotly
 
 # Bernd Waibel <waebbl-gentoo@posteo.net> (2021-02-13)
 # Is reverse-dependency of dev-qt/qtwebengine


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2022-03-02 17:24 Andrew Ammerlaan
  0 siblings, 0 replies; 87+ messages in thread
From: Andrew Ammerlaan @ 2022-03-02 17:24 UTC (permalink / raw
  To: gentoo-commits

commit:     8bcfc0a0deb95f0c20b741ea03506b78b1cbac1d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  2 17:20:59 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Mar  2 17:24:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bcfc0a0

amd64/x32/package.mask: also mask plotly's revdeps

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

 profiles/arch/amd64/x32/package.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index f00701fa04ed..85a56dd72735 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -11,6 +11,10 @@ dev-python/jupyterlab
 dev-python/jupyterlab-lsp
 sci-misc/jupyterlab-desktop-bin
 dev-python/plotly
+dev-python/plotly-geo
+dev-python/chart-studio
+sci-visualization/dash
+sci-visualization/jupyter-dash
 
 # Bernd Waibel <waebbl-gentoo@posteo.net> (2021-02-13)
 # Is reverse-dependency of dev-qt/qtwebengine


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2022-05-30 20:32 Mike Gilbert
  0 siblings, 0 replies; 87+ messages in thread
From: Mike Gilbert @ 2022-05-30 20:32 UTC (permalink / raw
  To: gentoo-commits

commit:     eb2af4eaccc84189b50ec83b310c2754a0163b6f
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 20:31:29 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon May 30 20:32:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb2af4ea

profiles/arch/amd64/x32: enable sys-boot/syslinux[abi_x86_64] by default

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 profiles/arch/amd64/x32/package.use | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.use b/profiles/arch/amd64/x32/package.use
new file mode 100644
index 000000000000..70813e5bc941
--- /dev/null
+++ b/profiles/arch/amd64/x32/package.use
@@ -0,0 +1,6 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Mike Gilbert <floppym@gentoo.org> (2022-05-30)
+# Provide sensible default for EFI.
+sys-boot/syslinux abi_x86_64


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2022-05-30 20:52 Mike Gilbert
  0 siblings, 0 replies; 87+ messages in thread
From: Mike Gilbert @ 2022-05-30 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     55561f2df62746a5e1119607f3d8cdf9ec79c1b5
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 20:51:35 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon May 30 20:52:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55561f2d

profiles/arch/amd64/x32: enable sys-boot/gnu-efi[abi_x86_64] by default

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 profiles/arch/amd64/x32/package.use | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.use b/profiles/arch/amd64/x32/package.use
index 70813e5bc941..1383f0ef9805 100644
--- a/profiles/arch/amd64/x32/package.use
+++ b/profiles/arch/amd64/x32/package.use
@@ -3,4 +3,5 @@
 
 # Mike Gilbert <floppym@gentoo.org> (2022-05-30)
 # Provide sensible default for EFI.
+sys-boot/gnu-efi abi_x86_64
 sys-boot/syslinux abi_x86_64


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2022-07-11  3:10 Sam James
  0 siblings, 0 replies; 87+ messages in thread
From: Sam James @ 2022-07-11  3:10 UTC (permalink / raw
  To: gentoo-commits

commit:     cb6e28aeee17ccdcf18002804fc7da3ac596a5c8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 11 02:58:56 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 11 02:58:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb6e28ae

profiles/arch/amd64/x32: mask app-metrics/ceph_exporter on x32

ceph_exporter -> ceph -> nodejs

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index cd290cb6075e..13d3e606a289 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -143,6 +143,7 @@ dev-libs/amdgpu-pro-opencl
 # Patrick McLean <chutzpah@gentoo.org> (2018-07-12)
 # requires nodejs
 >=sys-cluster/ceph-13
+app-metrics/ceph_exporter
 
 # Michał Górny <mgorny@gentoo.org> (2018-04-15)
 # Broken multilib dependencies.


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2022-07-16 18:23 Andreas Sturmlechner
  0 siblings, 0 replies; 87+ messages in thread
From: Andreas Sturmlechner @ 2022-07-16 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     88f7a6c0818aacb8085b2fcab4e8531df60d9222
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 16 17:37:00 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 16 18:23:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88f7a6c0

profiles: amd64/x32: Mask kde-apps/kleopatra:5[pim] for >=22.08

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

 profiles/arch/amd64/x32/package.use.mask | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index a1066f06652e..afd9cc10095c 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -6,13 +6,15 @@
 x11-libs/libva-intel-driver hybrid
 
 # Andreas Sturmlechner <asturm@gentoo.org> (2021-02-09)
-# Requires net-libs/nodejs, plus mask all reverse-dependencies.
+# dev-qt/qtwebengine requires net-libs/nodejs, plus mask all
+# reverse-dependencies.
 app-i18n/fcitx-libpinyin dictionary-manager
 dev-lang/idris2 test-full
 dev-python/cloudscraper test
 games-util/lgogdownloader gui
 kde-apps/kde-apps-meta:5 pim
 kde-apps/kdenetwork-meta:5 bittorrent
+kde-apps/kleopatra:5 pim
 kde-apps/umbrello:5 php
 kde-misc/kio-gdrive kaccounts
 net-irc/quassel urlpreview


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2022-07-16 18:23 Andreas Sturmlechner
  0 siblings, 0 replies; 87+ messages in thread
From: Andreas Sturmlechner @ 2022-07-16 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     d75c5fe04aa7ead3018a547877a23b33f78cb351
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 16 17:42:39 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 16 18:23:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75c5fe0

profiles: amd64/x86: Add missing kio-misc/kio-gdrive[share] mask

It requires already masked IUSE=kaccounts.

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

 profiles/arch/amd64/x32/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index afd9cc10095c..2786531c009e 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -16,7 +16,7 @@ kde-apps/kde-apps-meta:5 pim
 kde-apps/kdenetwork-meta:5 bittorrent
 kde-apps/kleopatra:5 pim
 kde-apps/umbrello:5 php
-kde-misc/kio-gdrive kaccounts
+kde-misc/kio-gdrive kaccounts share
 net-irc/quassel urlpreview
 net-misc/fatrat bittorrent
 net-misc/seafile-client shibboleth


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2022-07-18 13:32 Hans de Graaff
  0 siblings, 0 replies; 87+ messages in thread
From: Hans de Graaff @ 2022-07-18 13:32 UTC (permalink / raw
  To: gentoo-commits

commit:     acc7a35e1701b986f4031f75b7cdec861cc504e2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 12:58:28 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 13:32:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc7a35e

x32/package.mask: add reverse dep of coffeescript

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 13d3e606a289..84d8a784dda5 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -161,6 +161,7 @@ dev-lang/coffee-script
 dev-ruby/autoprefixer-rails
 dev-ruby/coffee-rails
 dev-ruby/coffee-script
+dev-ruby/deckar01-task_list
 dev-ruby/execjs
 dev-ruby/turbolinks
 dev-ruby/uglifier


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2022-07-21 10:35 Andreas Sturmlechner
  0 siblings, 0 replies; 87+ messages in thread
From: Andreas Sturmlechner @ 2022-07-21 10:35 UTC (permalink / raw
  To: gentoo-commits

commit:     1760bced65bfdbb88a1bb0a758135a8a65104c01
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 10:29:42 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 10:34:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1760bced

profiles: amd64/x32: Mask kde-misc/kio-gdrive

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

 profiles/arch/amd64/x32/package.mask | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 84d8a784dda5..3f46a721e665 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -30,7 +30,8 @@ sci-visualization/jupyter-dash
 media-gfx/freecad
 
 # Andreas Sturmlechner <asturm@gentoo.org> (2021-02-09)
-# Requires net-libs/nodejs, plus mask all reverse-dependencies.
+# dev-qt/qtwebengine requires net-libs/nodejs, plus mask all
+# reverse-dependencies.
 dev-qt/qtwebengine
 dev-qt/qtwebview
 dev-python/PyQtWebEngine
@@ -93,6 +94,7 @@ kde-apps/parley:5
 kde-apps/pim-data-exporter:5
 kde-apps/pim-sieve-editor:5
 kde-apps/plasma-telepathy-meta:5
+>=kde-misc/kio-gdrive-22.04.3-r1
 kde-misc/kmarkdownwebview:5
 kde-misc/tellico:5
 kde-misc/zanshin:5


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2022-07-21 10:51 Andreas Sturmlechner
  0 siblings, 0 replies; 87+ messages in thread
From: Andreas Sturmlechner @ 2022-07-21 10:51 UTC (permalink / raw
  To: gentoo-commits

commit:     14c9c8bbe8920cf75d12c76393c6f4b18a1443c9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 10:51:03 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 10:51:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c9c8bb

profiles: amd64/x32: Mask kde-apps/kdenetwork-meta:5[telepathy] too

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

 profiles/arch/amd64/x32/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index 2786531c009e..6114ca775ec9 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -13,7 +13,7 @@ dev-lang/idris2 test-full
 dev-python/cloudscraper test
 games-util/lgogdownloader gui
 kde-apps/kde-apps-meta:5 pim
-kde-apps/kdenetwork-meta:5 bittorrent
+kde-apps/kdenetwork-meta:5 bittorrent telepathy
 kde-apps/kleopatra:5 pim
 kde-apps/umbrello:5 php
 kde-misc/kio-gdrive kaccounts share


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2022-08-03  0:22 Ionen Wolkens
  0 siblings, 0 replies; 87+ messages in thread
From: Ionen Wolkens @ 2022-08-03  0:22 UTC (permalink / raw
  To: gentoo-commits

commit:     46f9cf287f703edf7a21dd344cae98b70ae6863a
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 03:15:51 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Aug  3 00:21:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46f9cf28

profiles/arch/amd64/x32: mask dev-python/PyQt6_WebEngine

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 3f46a721e665..8ddd7647fae5 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -34,6 +34,7 @@ media-gfx/freecad
 # reverse-dependencies.
 dev-qt/qtwebengine
 dev-qt/qtwebview
+dev-python/PyQt6_WebEngine
 dev-python/PyQtWebEngine
 app-admin/calamares
 app-doc/zeal


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2022-09-24 21:11 Maciej Barć
  0 siblings, 0 replies; 87+ messages in thread
From: Maciej Barć @ 2022-09-24 21:11 UTC (permalink / raw
  To: gentoo-commits

commit:     2199bbfc7fe17038a4f01518a0791fed14741a55
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 20:34:55 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 21:10:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2199bbfc

profiles: mask sys-apps/polychromatic for amd64 x32

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 6f7fb8c07560..acd5a243334a 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -117,6 +117,7 @@ net-p2p/ktorrent:5
 sci-geosciences/qmapshack
 sci-mathematics/rkward:5
 sci-visualization/labplot:5
+sys-apps/polychromatic
 www-client/falkon
 www-client/otter
 www-client/qutebrowser


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2022-10-28 15:11 Andreas Sturmlechner
  0 siblings, 0 replies; 87+ messages in thread
From: Andreas Sturmlechner @ 2022-10-28 15:11 UTC (permalink / raw
  To: gentoo-commits

commit:     bf9529d6d1d2192d137e4e1d6080a94bd28ecd31
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 15:10:01 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 15:10:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf9529d6

profiles: amd64/x32: Drop obsolete kde-misc/kmarkdownwebview:5 mask

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

 profiles/arch/amd64/x32/package.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index a7c1448efa67..6371a7268bf7 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -99,7 +99,6 @@ kde-apps/pim-data-exporter:5
 kde-apps/pim-sieve-editor:5
 kde-apps/plasma-telepathy-meta:5
 >=kde-misc/kio-gdrive-22.04.3-r1
-kde-misc/kmarkdownwebview:5
 kde-misc/tellico:5
 kde-misc/zanshin:5
 mail-client/kube


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2022-10-31 11:50 Joonas Niilola
  0 siblings, 0 replies; 87+ messages in thread
From: Joonas Niilola @ 2022-10-31 11:50 UTC (permalink / raw
  To: gentoo-commits

commit:     3897434cb1140be68829af38884f3c8ebed6d871
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Aug 23 20:26:14 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 11:50:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3897434c

profiles/arch/amd64/x32: add www-apps/redmine

Added www-apps/redmine to profiles/arch/amd64/x32/package.mask due
masked dependency.

Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/26451
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 6371a7268bf7..06697fc1a8ab 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -176,3 +176,4 @@ sys-apps/yarn
 www-apps/jekyll-coffeescript
 www-apps/kibana-bin
 www-client/chromium
+>=www-apps/redmine-5.0.2


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2023-01-29 15:43 Andrew Ammerlaan
  0 siblings, 0 replies; 87+ messages in thread
From: Andrew Ammerlaan @ 2023-01-29 15:43 UTC (permalink / raw
  To: gentoo-commits

commit:     1761e46fb985088ab73511ac2859c3567194330f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 15:42:29 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 15:43:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1761e46f

profiles/arch/amd64/x32: mask gpsbabel

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

 profiles/arch/amd64/x32/package.mask | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 9ed88dd6ea08..80f3c9689cc9 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Kai-Chun Ning <kaichun.ning@gmail.com> (2022-05-26)
@@ -13,6 +13,7 @@ net-analyzer/gsad
 # Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2022-02-13)
 # Requires qtwebengine
 sci-electronics/eagle
+sci-geosciences/gpsbabel
 
 # Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2021-09-09)
 # Jupyterlab and friends require net-libs/nodejs


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2023-01-29 15:53 Andrew Ammerlaan
  0 siblings, 0 replies; 87+ messages in thread
From: Andrew Ammerlaan @ 2023-01-29 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     c18b3ebbbe4ca9071914cfaaf922a769dfc3cdc8
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 15:52:27 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 15:53:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18b3ebb

profiles/arch/amd64/x32: and also mask sci-geosciences/viking

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

 profiles/arch/amd64/x32/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 80f3c9689cc9..fa7d8e8f3ca9 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -14,6 +14,7 @@ net-analyzer/gsad
 # Requires qtwebengine
 sci-electronics/eagle
 sci-geosciences/gpsbabel
+sci-geosciences/viking
 
 # Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2021-09-09)
 # Jupyterlab and friends require net-libs/nodejs


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2023-02-05 22:40 Andreas Sturmlechner
  0 siblings, 0 replies; 87+ messages in thread
From: Andreas Sturmlechner @ 2023-02-05 22:40 UTC (permalink / raw
  To: gentoo-commits

commit:     9c44c4bae6d0f5376b7cea8e63ede57be05f8af6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  5 22:39:40 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 22:39:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c44c4ba

profiles: amd64/x32: Cleanup obsolete min versions from package.mask

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

 profiles/arch/amd64/x32/package.mask | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index fa7d8e8f3ca9..dbf52e25543f 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -100,7 +100,7 @@ kde-apps/parley:5
 kde-apps/pim-data-exporter:5
 kde-apps/pim-sieve-editor:5
 kde-apps/plasma-telepathy-meta:5
->=kde-misc/kio-gdrive-22.04.3-r1
+kde-misc/kio-gdrive
 kde-misc/tellico:5
 kde-misc/zanshin:5
 mail-client/kube
@@ -108,7 +108,7 @@ media-gfx/digikam:5
 media-gfx/luminance-hdr
 media-sound/frescobaldi
 media-sound/teamspeak-client:3
->=media-video/openshot-2.6.0
+media-video/openshot
 media-video/vidify
 media-video/vidify-audiosync
 net-analyzer/nmapsi


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2023-03-05 22:52 Andreas Sturmlechner
  0 siblings, 0 replies; 87+ messages in thread
From: Andreas Sturmlechner @ 2023-03-05 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     e49ff73f1954f623f42b557deac1c5f130bdad63
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  5 22:50:22 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  5 22:52:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e49ff73f

profiles: amd64/x32: Add app-text/kjots to package.mask

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

 profiles/arch/amd64/x32/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index dbf52e25543f..5c271adccf80 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -52,6 +52,7 @@ app-text/bibletime
 app-text/calibre
 app-text/cb2bib
 app-text/kchmviewer
+app-text/kjots
 app-text/sigil
 dev-lang/typescript
 dev-python/spyder


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2023-03-16 18:13 Michał Górny
  0 siblings, 0 replies; 87+ messages in thread
From: Michał Górny @ 2023-03-16 18:13 UTC (permalink / raw
  To: gentoo-commits

commit:     00363850a0c4602be2dc413ff2c78515c7a48a5b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 18:08:54 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 18:08:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00363850

profiles/arch/amd64/x32: Mask sci-geosciences/qgis

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 5c271adccf80..ba6dd002ce62 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -14,6 +14,7 @@ net-analyzer/gsad
 # Requires qtwebengine
 sci-electronics/eagle
 sci-geosciences/gpsbabel
+sci-geosciences/qgis
 sci-geosciences/viking
 
 # Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2021-09-09)


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2023-04-05  1:18 Sam James
  0 siblings, 0 replies; 87+ messages in thread
From: Sam James @ 2023-04-05  1:18 UTC (permalink / raw
  To: gentoo-commits

commit:     b95cf639d8ee29818ac8a1e9e4ac88529a61304e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 01:16:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 01:17:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b95cf639

profiles/arch/amd64/x32: mask sys-apps/hwloc[video_cards_nvidia]

Needs nvidia-drivers which doesn't seem available on x32? If it is, someone
who knows more about hwloc and its gl usage is free to adapt.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/amd64/x32/package.use.mask | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index 5bc1efcfa711..7aae27f461b0 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <sam@gentoo.org> (2023-04-05)
+# x11-drivers/nvidia-drivers is not available for x32
+sys-apps/hwloc video_cards_nvidia
+
 # Kai-Chun Ning <kaichun.ning@gmail.com> (2022-05-26)
 # Dependency media-libs/intel-hybrid-codec-driver does not work on x32
 media-libs/libva-intel-driver hybrid


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2023-04-05  1:20 Sam James
  0 siblings, 0 replies; 87+ messages in thread
From: Sam James @ 2023-04-05  1:20 UTC (permalink / raw
  To: gentoo-commits

commit:     d0f96e0f475dfcbfaac0dba13d4211ed5ad23f23
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 01:20:12 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 01:20:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f96e0f

profiles/arch/amd64/x32: fix hwloc mask

Fixes: b95cf639d8ee29818ac8a1e9e4ac88529a61304e
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/amd64/x32/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index 7aae27f461b0..4439dbfa5015 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -3,7 +3,7 @@
 
 # Sam James <sam@gentoo.org> (2023-04-05)
 # x11-drivers/nvidia-drivers is not available for x32
-sys-apps/hwloc video_cards_nvidia
+sys-apps/hwloc nvml
 
 # Kai-Chun Ning <kaichun.ning@gmail.com> (2022-05-26)
 # Dependency media-libs/intel-hybrid-codec-driver does not work on x32


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2023-06-30 16:25 Guilherme Amadio
  0 siblings, 0 replies; 87+ messages in thread
From: Guilherme Amadio @ 2023-06-30 16:25 UTC (permalink / raw
  To: gentoo-commits

commit:     165c0661c7a7df2cad530da5a9309ea97f2bf5c8
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 16:23:33 2023 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 16:24:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=165c0661

profiles/arch/amd64/x32: mask USE=ceph on >=net-libs/xrootd-5.6.0

Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 profiles/arch/amd64/x32/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index a08ded6acd27..59a5bc552394 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Guilherme Amadio <amadio@gentoo.org> (2023-06-30)
+# sys-cluster/ceph not keyworded on x86
+>=net-libs/xrootd-5.6.0 ceph
+
 # Sam James <sam@gentoo.org> (2023-04-05)
 # x11-drivers/nvidia-drivers is not available for x32
 sys-apps/hwloc nvml


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2023-07-20 10:47 Andrew Ammerlaan
  0 siblings, 0 replies; 87+ messages in thread
From: Andrew Ammerlaan @ 2023-07-20 10:47 UTC (permalink / raw
  To: gentoo-commits

commit:     a1071c88c56309d8027684d8e6d399b941bb584a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 20 10:27:59 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 10:46:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1071c88

profiles/arch/amd64/x32: notebook now depends on jupyterlab

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

 profiles/arch/amd64/x32/package.mask | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 56fec00dc6f8..8c231eb8bdee 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -27,6 +27,8 @@ dev-python/plotly-geo
 dev-python/chart-studio
 sci-visualization/dash
 sci-visualization/jupyter-dash
+dev-python/notebook
+dev-python/spyder-notebook
 
 # Bernd Waibel <waebbl-gentoo@posteo.net> (2021-02-13)
 # Is reverse-dependency of dev-qt/qtwebengine


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2023-07-20 11:15 Andrew Ammerlaan
  0 siblings, 0 replies; 87+ messages in thread
From: Andrew Ammerlaan @ 2023-07-20 11:15 UTC (permalink / raw
  To: gentoo-commits

commit:     ce997580b1261d9dba280f0ff36e152a6aacfff7
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 20 11:15:00 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 11:15:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce997580

profiles/arch/amd64/x32: mask more packages/flags depending on notebook

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

 profiles/arch/amd64/x32/package.mask     | 6 +++++-
 profiles/arch/amd64/x32/package.use.mask | 5 +++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 8c231eb8bdee..8ece684ef9c9 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -27,8 +27,12 @@ dev-python/plotly-geo
 dev-python/chart-studio
 sci-visualization/dash
 sci-visualization/jupyter-dash
-dev-python/notebook
+>=dev-python/notebook-7
 dev-python/spyder-notebook
+app-emacs/emacs-ipython-notebook
+dev-python/jupyter
+dev-python/widgetsnbextension
+sci-physics/root
 
 # Bernd Waibel <waebbl-gentoo@posteo.net> (2021-02-13)
 # Is reverse-dependency of dev-qt/qtwebengine

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index 59a5bc552394..4294c35ee59b 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-07-20)
+# depends on dev-python/notebook which depends on nodejs
+dev-python/ipython notebook
+dev-python/nbdime test
+
 # Guilherme Amadio <amadio@gentoo.org> (2023-06-30)
 # sys-cluster/ceph not keyworded on x86
 >=net-libs/xrootd-5.6.0 ceph


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2023-07-20 11:42 Andrew Ammerlaan
  0 siblings, 0 replies; 87+ messages in thread
From: Andrew Ammerlaan @ 2023-07-20 11:42 UTC (permalink / raw
  To: gentoo-commits

commit:     cdf730fbdbc798cc76e36fb4de018060158baed4
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 20 11:41:50 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 11:41:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf730fb

profiles/arch/amd64/x32: even more masks triggered by notebook and root

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

 profiles/arch/amd64/x32/package.mask     | 5 +++++
 profiles/arch/amd64/x32/package.use.mask | 7 +++++++
 2 files changed, 12 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 8ece684ef9c9..124d6d5ac0ee 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -31,8 +31,13 @@ sci-visualization/jupyter-dash
 dev-python/spyder-notebook
 app-emacs/emacs-ipython-notebook
 dev-python/jupyter
+dev-python/vpython
 dev-python/widgetsnbextension
+dev-python/ipywidgets
 sci-physics/root
+sci-physics/geant4_vmc
+sci-physics/vmc
+sci-libs/spr
 
 # Bernd Waibel <waebbl-gentoo@posteo.net> (2021-02-13)
 # Is reverse-dependency of dev-qt/qtwebengine

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index 4294c35ee59b..34e4f3c7d44a 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -5,6 +5,13 @@
 # depends on dev-python/notebook which depends on nodejs
 dev-python/ipython notebook
 dev-python/nbdime test
+sci-mathematics/cadabra jupyter
+sci-mathematics/yacas jupyter
+sci-physics/hepmc root
+sci-physics/pythia root
+sci-physics/qmeq examples
+sci-physics/vgm root test
+sci-physics/yoda root
 
 # Guilherme Amadio <amadio@gentoo.org> (2023-06-30)
 # sys-cluster/ceph not keyworded on x86


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2023-07-20 12:07 Andrew Ammerlaan
  0 siblings, 0 replies; 87+ messages in thread
From: Andrew Ammerlaan @ 2023-07-20 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     1ebfc1d740a93025a1718b1d48b4fdecf5075225
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 20 12:06:15 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 12:06:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ebfc1d7

profiles/arch/amd64/x32: more masks caused by jupyter/notebook

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

 profiles/arch/amd64/x32/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index 34e4f3c7d44a..ead16de572a8 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -4,7 +4,11 @@
 # Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-07-20)
 # depends on dev-python/notebook which depends on nodejs
 dev-python/ipython notebook
+dev-python/iminuit test
 dev-python/nbdime test
+dev-python/nbclient test
+dev-python/nbconvert test
+dev-python/qiskit-terra visualization
 sci-mathematics/cadabra jupyter
 sci-mathematics/yacas jupyter
 sci-physics/hepmc root


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2023-09-17 19:32 Maciej Barć
  0 siblings, 0 replies; 87+ messages in thread
From: Maciej Barć @ 2023-09-17 19:32 UTC (permalink / raw
  To: gentoo-commits

commit:     4bba8aa7564d3c4ba9740591f0bebb4d8baa1ae4
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 19:19:34 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 19:20:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bba8aa7

profiles/arch/amd64/x32/package.use.mask: maskdev-lang/dafny[test]

Tests require net-libs/nodejs which is unavailable on amd64/x32.

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 profiles/arch/amd64/x32/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index ead16de572a8..f132871a3e21 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Maciej Barć <xgqt@gentoo.org> (2023-09-17)
+# Tests require net-libs/nodejs which is unavailable on amd64/x32.
+dev-lang/dafny test
+
 # Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-07-20)
 # depends on dev-python/notebook which depends on nodejs
 dev-python/ipython notebook


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2023-09-28 13:07 Ionen Wolkens
  0 siblings, 0 replies; 87+ messages in thread
From: Ionen Wolkens @ 2023-09-28 13:07 UTC (permalink / raw
  To: gentoo-commits

commit:     f0921a5e98fb2e456dba8d060c05ebc589f7ce87
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 07:11:20 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 12:31:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0921a5e

profiles/arch/amd64/x32: use.mask pdfium alongside webengine

USE is for QtPdf which is provided by qtwebengine
(uses chromium's pdfium).

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 profiles/arch/amd64/x32/use.mask | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/use.mask b/profiles/arch/amd64/x32/use.mask
index 6fe82d7df466..f2257ff88016 100644
--- a/profiles/arch/amd64/x32/use.mask
+++ b/profiles/arch/amd64/x32/use.mask
@@ -1,4 +1,4 @@
-# Copyright 2013-2021 Gentoo Authors
+# Copyright 2013-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Michał Górny <mgorny@gentoo.org> (2013-01-26)
@@ -7,4 +7,5 @@
 
 # Andreas Sturmlechner <asturm@gentoo.org> (2021-02-09)
 # Requires net-libs/nodejs
+pdfium
 webengine


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2023-10-07 14:57 Maciej Barć
  0 siblings, 0 replies; 87+ messages in thread
From: Maciej Barć @ 2023-10-07 14:57 UTC (permalink / raw
  To: gentoo-commits

commit:     eb66ae14821db8c39293b9b551cb996f79329e91
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  7 13:28:28 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Oct  7 14:57:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb66ae14

profiles/arch/amd64/x32/package.mask: mask app-containers/devcontainer

Requires net-libs/nodejs which is unavailable on amd64/x32.

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 124d6d5ac0ee..7d16a818b0fc 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Maciej Barć <xgqt@gentoo.org> (2023-10-07)
+# Requires net-libs/nodejs which is unavailable on amd64/x32.
+app-containers/devcontainer
+
 # Kai-Chun Ning <kaichun.ning@gmail.com> (2022-05-26)
 # intel-hybrid-codec-driver does not work on x32
 media-libs/intel-hybrid-codec-driver


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2024-02-17 23:39 James Le Cuirot
  0 siblings, 0 replies; 87+ messages in thread
From: James Le Cuirot @ 2024-02-17 23:39 UTC (permalink / raw
  To: gentoo-commits

commit:     e871780068d533b1f90592e0da093a0d07a9a555
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 23:25:08 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 23:38:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8717800

profiles: Mask net-misc/sunshine on amd64/x32

It requires nodejs to build, which is unavailable here.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index d418fadc5814..39f72443d8ef 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# James Le Cuirot <chewi@gentoo.org> (2024-02-17)
+# Requires net-libs/nodejs which is unavailable on amd64/x32.
+net-misc/sunshine
+
 # Eli Schwartz <eschwartz93@gmail.com> (2023-10-19)
 # Requires net-libs/nodejs which is unavailable on amd64/x32.
 dev-lang/rapydscript-ng


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2024-02-28 14:10 Andreas Sturmlechner
  0 siblings, 0 replies; 87+ messages in thread
From: Andreas Sturmlechner @ 2024-02-28 14:10 UTC (permalink / raw
  To: gentoo-commits

commit:     f3d987fb451064190fff10faec946e9fc576d1c6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 14:09:03 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 14:10:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d987fb

profiles: amd64/x32: Pin net-im/{neochat,tokodon} masks to >=24.02.0

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

 profiles/arch/amd64/x32/package.mask | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index f7d4f04cee51..ffce09bbee66 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -136,8 +136,8 @@ media-video/openshot
 media-video/vidify
 media-video/vidify-audiosync
 net-analyzer/nmapsi
-net-im/neochat
-net-im/tokodon
+>=net-im/neochat-24.02.0
+>=net-im/tokodon-24.02.0
 net-im/whatsie
 net-libs/signon-ui
 net-misc/nextcloud-client


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2024-03-23 17:01 Andreas Sturmlechner
  0 siblings, 0 replies; 87+ messages in thread
From: Andreas Sturmlechner @ 2024-03-23 17:01 UTC (permalink / raw
  To: gentoo-commits

commit:     8ca0e983306369442cb502a89b14e686e5bf91d6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 23 16:01:57 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 16:59:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ca0e983

profiles: amd64/x32: Update qtwebengine-caused package.(use.)mask

Unpin more slot 5 entries for future version bumps.

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

 profiles/arch/amd64/x32/package.mask | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 8b4b13a8fdc7..ee3f8e2db1a2 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -69,8 +69,8 @@ app-editors/ghostwriter
 app-editors/retext
 app-misc/anki
 app-office/merkuro
-app-office/kmymoney:5
-app-office/skrooge:5
+app-office/kmymoney
+app-office/skrooge
 app-office/texmaker
 app-text/bibletime
 app-text/calibre
@@ -84,9 +84,9 @@ dev-python/spyder-unittest
 dev-python/spyder-line-profiler
 dev-python/spyder-vim
 dev-python/spyder-notebook
-dev-util/kdevelop:5
-dev-util/kdevelop-php:5
-dev-util/kdevelop-python:5
+dev-util/kdevelop
+dev-util/kdevelop-php
+dev-util/kdevelop-python
 kde-apps/akonadi-calendar
 kde-apps/akonadi-import-wizard
 kde-apps/akonadiconsole
@@ -127,7 +127,7 @@ kde-apps/plasma-telepathy-meta:5
 kde-misc/kio-gdrive
 kde-misc/tellico
 kde-misc/zanshin
-media-gfx/digikam:5
+media-gfx/digikam
 media-gfx/luminance-hdr
 media-sound/frescobaldi
 media-sound/teamspeak-client:3
@@ -140,8 +140,8 @@ net-analyzer/nmapsi
 net-im/whatsie
 net-libs/signon-ui
 sci-geosciences/qmapshack
-sci-mathematics/rkward:5
-sci-visualization/labplot:5
+sci-mathematics/rkward
+sci-visualization/labplot
 sys-apps/polychromatic
 www-client/falkon
 www-client/otter


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2024-03-29 20:45 Andreas K. Hüttel
  0 siblings, 0 replies; 87+ messages in thread
From: Andreas K. Hüttel @ 2024-03-29 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     651197aa232cf3901dfb4013fecdf677c8c186b4
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 29 20:44:10 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 20:45:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651197aa

profiles: Apply workaround for broken x32 systemd stage bootstrap

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 profiles/arch/amd64/x32/make.defaults | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/amd64/x32/make.defaults b/profiles/arch/amd64/x32/make.defaults
index 0c9b008c9fd7..b1eb0b20a751 100644
--- a/profiles/arch/amd64/x32/make.defaults
+++ b/profiles/arch/amd64/x32/make.defaults
@@ -5,6 +5,11 @@ DEFAULT_ABI="x32"
 ABI="x32"
 MULTILIB_ABIS="amd64 x86 x32"
 
+# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-03-29)
+# Appears to be needed so stage1 can build stage3 ...
+# The bug is elsewhere, this is a workaround.
+BOOTSTRAP_USE="${BOOTSTRAP_USE} abi_x86_64"
+
 # Mike Gilbert <floppym@gentoo.org> (2021-09-06)
 # x32 userspace runs on amd64 kernels.
 KERNEL_ABI="amd64"


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2024-05-19 12:11 Ionen Wolkens
  0 siblings, 0 replies; 87+ messages in thread
From: Ionen Wolkens @ 2024-05-19 12:11 UTC (permalink / raw
  To: gentoo-commits

commit:     a6158554613831c4b7588bf8cd47bb6a6d20bf77
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 12:04:53 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun May 19 12:06:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6158554

profiles/arch/amd64/x32: add bugref for qtdeclarative[jit] mask

Bug: https://bugs.gentoo.org/932192
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 profiles/arch/amd64/x32/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index b6cc1e0d856f..f61f44b6b418 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -85,6 +85,6 @@ www-apps/xpra-html5 minify
 dev-python/QtPy test
 
 # Davide Pesavento <pesa@gentoo.org> (2011-11-30)
-# The QML (V4) and JSC JITs do not work on x32.
+# The QML (V4) and JSC JITs do not work on x32 (bug #932192).
 dev-qt/qtdeclarative jit
 dev-qt/qtscript jit


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2024-05-21  9:55 Andrew Ammerlaan
  0 siblings, 0 replies; 87+ messages in thread
From: Andrew Ammerlaan @ 2024-05-21  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     c2cf2603a6306c572cfee7b303f8661a6603629f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 09:22:37 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue May 21 09:55:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2cf2603

profiles/arch/amd64/x32: mask jupyterlab_widgets

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

 profiles/arch/amd64/x32/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 68f213cb7db1..13452e116aa8 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -33,6 +33,7 @@ sci-geosciences/viking
 # Jupyterlab and friends require net-libs/nodejs
 dev-python/jupyterlab
 dev-python/jupyterlab-lsp
+dev-python/jupyterlab_widgets
 dev-python/jupyter-server-proxy
 sci-misc/jupyterlab-desktop-bin
 dev-python/plotly


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2024-05-27 12:08 Ben Kohler
  0 siblings, 0 replies; 87+ messages in thread
From: Ben Kohler @ 2024-05-27 12:08 UTC (permalink / raw
  To: gentoo-commits

commit:     ed532187cc2a4763c24a4f31e745c410899885cb
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon May 27 12:07:21 2024 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon May 27 12:08:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed532187

profiles/arch/amd64/x32: mask jit on lipcre2

Bug: https://bugs.gentoo.org/925115
Bug: https://bugs.gentoo.org/931092

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 profiles/arch/amd64/x32/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index f61f44b6b418..38dcbb4dbd90 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Ben Kohler <bkohler@gentoo.org> (2024-05-27)
+# Runtime issues (bug #925115) and build issues (bug #931092)
+dev-libs/libpcre2 jit
+
 # Andreas Sturmlechner <asturm@gentoo.org> (2024-03-24)
 # Requires unkeyworded dev-qt/qtwebengine
 net-p2p/ktorrent rss


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2024-05-27 12:47 Ben Kohler
  0 siblings, 0 replies; 87+ messages in thread
From: Ben Kohler @ 2024-05-27 12:47 UTC (permalink / raw
  To: gentoo-commits

commit:     b2be7c659a8ac0c3d5fb009a7d6aff07ebd224eb
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon May 27 12:47:07 2024 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon May 27 12:47:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2be7c65

profiles/arch/amd64/x32: followup masks for lipcre2[jit] mask

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

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

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 13452e116aa8..b6103704c241 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Ben Kohler <bkohler@gentoo.org> (2024-05-27)
+# Requires libpcre2[jit] which is now masked on x32
+net-analyzer/ossec-hids
+
 # James Le Cuirot <chewi@gentoo.org> (2024-02-17)
 # Requires net-libs/nodejs which is unavailable on amd64/x32.
 net-misc/sunshine

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index 38dcbb4dbd90..f2bd50f466a2 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -4,6 +4,10 @@
 # Ben Kohler <bkohler@gentoo.org> (2024-05-27)
 # Runtime issues (bug #925115) and build issues (bug #931092)
 dev-libs/libpcre2 jit
+dev-lang/php jit
+mail-filter/rspawmd jit
+net-proxy/haproxy pcre-jit
+www-servers/varnish jit
 
 # Andreas Sturmlechner <asturm@gentoo.org> (2024-03-24)
 # Requires unkeyworded dev-qt/qtwebengine


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2024-05-27 13:11 Ben Kohler
  0 siblings, 0 replies; 87+ messages in thread
From: Ben Kohler @ 2024-05-27 13:11 UTC (permalink / raw
  To: gentoo-commits

commit:     85747de6f5b661ccc3aa2bdf23bdc2b4bf95d1ad
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon May 27 13:11:08 2024 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon May 27 13:11:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85747de6

profiles/arch/amd64/x32: one more libpcre2[jit] mask

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 profiles/arch/amd64/x32/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index b6103704c241..4a4c909dff25 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -3,6 +3,7 @@
 
 # Ben Kohler <bkohler@gentoo.org> (2024-05-27)
 # Requires libpcre2[jit] which is now masked on x32
+mail-filter/rspamd
 net-analyzer/ossec-hids
 
 # James Le Cuirot <chewi@gentoo.org> (2024-02-17)


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2024-05-30 17:14 Andreas Sturmlechner
  0 siblings, 0 replies; 87+ messages in thread
From: Andreas Sturmlechner @ 2024-05-30 17:14 UTC (permalink / raw
  To: gentoo-commits

commit:     a1712eff1b74de86eca8295d33a887c60614de08
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 17:00:55 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 30 17:14:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1712eff

profiles: amd64/x32: Drop bogus media-sound/audex package.mask

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

 profiles/arch/amd64/x32/package.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 4a4c909dff25..368e78393fa7 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -132,7 +132,6 @@ kde-misc/zanshin
 media-gfx/digikam
 media-gfx/luminance-hdr
 >=media-gfx/skanpage-24.04.90
->=media-sound/audex-24.04.90
 media-sound/frescobaldi
 media-sound/teamspeak-client:3
 media-video/vidify


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2024-06-08 14:07 Michał Górny
  0 siblings, 0 replies; 87+ messages in thread
From: Michał Górny @ 2024-06-08 14:07 UTC (permalink / raw
  To: gentoo-commits

commit:     dc6adf342e9306bc593b0f9532c3f15a4d56e6c1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  8 13:58:30 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  8 14:06:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6adf34

profiles/arch/amd64/x32: Fix typo in rspamd package name

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/arch/amd64/x32/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask
index 96f324fe9614..79de1712fa27 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -5,7 +5,7 @@
 # Runtime issues (bug #925115) and build issues (bug #931092)
 dev-libs/libpcre2 jit
 dev-lang/php jit
-mail-filter/rspawmd jit
+mail-filter/rspamd jit
 net-proxy/haproxy pcre-jit
 www-servers/varnish jit
 


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
@ 2024-09-04 14:15 Andreas Sturmlechner
  0 siblings, 0 replies; 87+ messages in thread
From: Andreas Sturmlechner @ 2024-09-04 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     9f8ef2cbb234587bbf795b70f1c7bdef32d9e0aa
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 22:07:30 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep  4 13:59:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f8ef2cb

profiles: amd64/x32: Mask all kde-apps/kaccounts-integration:5 revdeps

Blocking cleanup otherwise:
kde-frameworks/purpose-kaccounts-services
kde-misc/kio-gdrive-common

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

 profiles/arch/amd64/x32/package.mask | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index f3d2a819b196..d34202932280 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -92,6 +92,7 @@ dev-python/spyder-notebook
 dev-util/kdevelop
 dev-util/kdevelop-php
 dev-util/kdevelop-python
+kde-frameworks/purpose-kaccounts-services
 kde-apps/akonadi-calendar
 kde-apps/akonadi-import-wizard
 kde-apps/akonadiconsole
@@ -128,6 +129,7 @@ kde-apps/parley
 kde-apps/pim-data-exporter
 kde-apps/pim-sieve-editor
 kde-misc/kio-gdrive
+kde-misc/kio-gdrive-common
 kde-misc/tellico
 kde-misc/zanshin
 media-gfx/digikam


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

end of thread, other threads:[~2024-09-04 14:16 UTC | newest]

Thread overview: 87+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-21  9:55 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2024-09-04 14:15 Andreas Sturmlechner
2024-06-08 14:07 Michał Górny
2024-05-30 17:14 Andreas Sturmlechner
2024-05-27 13:11 Ben Kohler
2024-05-27 12:47 Ben Kohler
2024-05-27 12:08 Ben Kohler
2024-05-19 12:11 Ionen Wolkens
2024-03-29 20:45 Andreas K. Hüttel
2024-03-23 17:01 Andreas Sturmlechner
2024-02-28 14:10 Andreas Sturmlechner
2024-02-17 23:39 James Le Cuirot
2023-10-07 14:57 Maciej Barć
2023-09-28 13:07 Ionen Wolkens
2023-09-17 19:32 Maciej Barć
2023-07-20 12:07 Andrew Ammerlaan
2023-07-20 11:42 Andrew Ammerlaan
2023-07-20 11:15 Andrew Ammerlaan
2023-07-20 10:47 Andrew Ammerlaan
2023-06-30 16:25 Guilherme Amadio
2023-04-05  1:20 Sam James
2023-04-05  1:18 Sam James
2023-03-16 18:13 Michał Górny
2023-03-05 22:52 Andreas Sturmlechner
2023-02-05 22:40 Andreas Sturmlechner
2023-01-29 15:53 Andrew Ammerlaan
2023-01-29 15:43 Andrew Ammerlaan
2022-10-31 11:50 Joonas Niilola
2022-10-28 15:11 Andreas Sturmlechner
2022-09-24 21:11 Maciej Barć
2022-08-03  0:22 Ionen Wolkens
2022-07-21 10:51 Andreas Sturmlechner
2022-07-21 10:35 Andreas Sturmlechner
2022-07-18 13:32 Hans de Graaff
2022-07-16 18:23 Andreas Sturmlechner
2022-07-16 18:23 Andreas Sturmlechner
2022-07-11  3:10 Sam James
2022-05-30 20:52 Mike Gilbert
2022-05-30 20:32 Mike Gilbert
2022-03-02 17:24 Andrew Ammerlaan
2022-03-02 16:20 Andrew Ammerlaan
2022-02-13 17:05 Andrew Ammerlaan
2021-11-29 14:33 Andreas Sturmlechner
2021-11-27 20:50 Maciej Barć
2021-11-16  9:09 Andrew Ammerlaan
2021-10-05  7:39 Jakov Smolić
2021-09-09 13:39 Andrew Ammerlaan
2021-09-08 14:49 Mike Gilbert
2021-09-01 20:52 James Le Cuirot
2021-09-01 20:52 James Le Cuirot
2021-08-03 15:04 Andreas Sturmlechner
2021-06-27  7:26 Ulrich Müller
2021-06-04  6:20 Georgy Yakovlev
2021-06-04  5:03 Georgy Yakovlev
2021-05-22 10:03 Andrew Ammerlaan
2021-04-10 17:25 Andreas Sturmlechner
2021-03-11  7:18 Joonas Niilola
2021-02-25 12:53 Andreas Sturmlechner
2021-02-15  9:04 Joonas Niilola
2021-02-12 23:51 Sam James
2021-02-09 19:11 Andreas Sturmlechner
2021-02-09 19:11 Andreas Sturmlechner
2021-02-09 19:11 Andreas Sturmlechner
2020-09-20 19:24 Andreas K. Hüttel
2020-09-20 19:11 Andreas K. Hüttel
2020-08-12 19:54 Ben Kohler
2020-05-14  4:06 Marc Schiffbauer
2020-05-13  8:09 Joonas Niilola
2020-05-13  7:59 Joonas Niilola
2020-05-08 21:13 Marek Szuba
2020-02-06  2:21 Patrick McLean
2020-02-06  1:24 Patrick McLean
2019-10-28  4:05 Joonas Niilola
2019-09-01 13:54 Jory Pratt
2019-07-26  8:45 Marek Szuba
2019-05-18  5:43 Hans de Graaff
2018-10-23  0:43 Thomas Deutschmann
2018-07-12 16:52 Patrick McLean
2018-04-15 16:12 Michał Górny
2018-04-15 12:44 Michał Górny
2018-03-04 10:12 Sergei Trofimovich
2018-01-12 12:08 Michał Górny
2018-01-12 11:03 Michał Górny
2018-01-12 10:02 Michał Górny
2018-01-12  9:39 Michał Górny
2018-01-08 15:50 Mikle Kolyada
2016-04-01  1:51 Mike Frysinger

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