public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/s390x/, profiles/arch/s390/
@ 2022-04-24  1:18 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-04-24  1:18 UTC (permalink / raw
  To: gentoo-commits

commit:     4359cc9dc7c97d93267735aef0aa840ccae1b9af
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 23:40:39 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 01:16:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4359cc9d

profiles/arch/s390: mask USE=unwind too on s390 (not x)

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

 profiles/arch/s390/s390x/use.mask | 1 +
 profiles/arch/s390/use.mask       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/profiles/arch/s390/s390x/use.mask b/profiles/arch/s390/s390x/use.mask
index 990337bfff6b..a69bcf61915d 100644
--- a/profiles/arch/s390/s390x/use.mask
+++ b/profiles/arch/s390/s390x/use.mask
@@ -4,3 +4,4 @@ abi_s390_32
 
 # sys-libs/libunwind is keyworded on s390x
 -unwind
+-libunwind

diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask
index 64b2e9fb4ff5..6795b16753ec 100644
--- a/profiles/arch/s390/use.mask
+++ b/profiles/arch/s390/use.mask
@@ -137,3 +137,4 @@ opencl
 
 # sys-libs/libunwind is masked on s390, but enabled on s390x
 unwind
+libunwind


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/s390x/, profiles/arch/s390/
@ 2022-04-25 18:32 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-04-25 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     d3315ee9492e63426fe60ad30b23aa824f45f625
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 18:32:27 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 18:32:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3315ee9

profiles/arch/s390: mask Rust on s390, and unmask on s390x

Bug: https://bugs.gentoo.org/769446
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/s390/package.mask       | 7 +++++++
 profiles/arch/s390/s390x/package.mask | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/profiles/arch/s390/package.mask b/profiles/arch/s390/package.mask
index a3155b7509b2..2d5e0b94d5d7 100644
--- a/profiles/arch/s390/package.mask
+++ b/profiles/arch/s390/package.mask
@@ -1,6 +1,13 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <sam@gentoo.org> (2022-04-25)
+# Rust is available for s390x, but not s390.
+# bug #769446
+dev-lang/rust
+dev-lang/rust-bin
+virtual/rust
+
 # Arthur Zamarin <arthurzam@gentoo.org> (2022-03-20)
 # sys-libs/libunwind doesn't work on s390
 sys-libs/libunwind

diff --git a/profiles/arch/s390/s390x/package.mask b/profiles/arch/s390/s390x/package.mask
index e8b44399b15a..d505474f7618 100644
--- a/profiles/arch/s390/s390x/package.mask
+++ b/profiles/arch/s390/s390x/package.mask
@@ -1,6 +1,13 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <sam@gentoo.org> (2022-04-25)
+# Rust is available for s390x, but not s390.
+# bug #769446
+-dev-lang/rust
+-dev-lang/rust-bin
+-virtual/rust
+
 # Arthur Zamarin <arthurzam@gentoo.org> (2022-03-20)
 # sys-libs/libunwind works on s390x
 -sys-libs/libunwind


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/s390x/, profiles/arch/s390/
@ 2022-04-26  6:16 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-04-26  6:16 UTC (permalink / raw
  To: gentoo-commits

commit:     9eef1a26d8fc0c5c2e987c5a69351d09305f8e64
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 06:15:23 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 06:16:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eef1a26

profiles/arch/s390: mask/unmask spidermonkey where rust/no rust

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

 profiles/arch/s390/package.mask       | 1 +
 profiles/arch/s390/s390x/package.mask | 1 +
 2 files changed, 2 insertions(+)

diff --git a/profiles/arch/s390/package.mask b/profiles/arch/s390/package.mask
index edc7a2fb4ef6..5fb9cee17857 100644
--- a/profiles/arch/s390/package.mask
+++ b/profiles/arch/s390/package.mask
@@ -7,6 +7,7 @@
 app-eselect/eselect-rust
 dev-lang/rust
 dev-lang/rust-bin
+>=dev-lang/spidermonkey-78
 virtual/rust
 
 # Arthur Zamarin <arthurzam@gentoo.org> (2022-03-20)

diff --git a/profiles/arch/s390/s390x/package.mask b/profiles/arch/s390/s390x/package.mask
index 651c8568c369..80391111b6c5 100644
--- a/profiles/arch/s390/s390x/package.mask
+++ b/profiles/arch/s390/s390x/package.mask
@@ -7,6 +7,7 @@
 -app-eselect/eselect-rust
 -dev-lang/rust
 -dev-lang/rust-bin
+->=dev-lang/spidermonkey-78
 -virtual/rust
 
 # Arthur Zamarin <arthurzam@gentoo.org> (2022-03-20)


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/s390x/, profiles/arch/s390/
@ 2022-04-26 13:47 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-04-26 13:47 UTC (permalink / raw
  To: gentoo-commits

commit:     fc9fda2a6ad75ed943421b6301eba0ced6ba9c0f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 13:46:38 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 13:46:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9fda2a

profiles/arch/s390: force polkit[duktape] where no rust

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

 profiles/arch/s390/package.use.force       | 6 +++++-
 profiles/arch/s390/s390x/package.use.force | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/s390/package.use.force b/profiles/arch/s390/package.use.force
index 63b764ca220d..fc76598ad05d 100644
--- a/profiles/arch/s390/package.use.force
+++ b/profiles/arch/s390/package.use.force
@@ -1,6 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <sam@gentoo.org> (2022-04-26)
+# Spidermonkey needs Rust and not available for s390 (but is for s390x)
+sys-auth/polkit duktape
+
 # Andreas K. Hüttel <dilfridge@gentoo.org> (2022-04-20)
 # s390-tools (in @system) needs this for building some bootloader code
 sys-devel/binutils multitarget

diff --git a/profiles/arch/s390/s390x/package.use.force b/profiles/arch/s390/s390x/package.use.force
index 577dcc99cc07..44699e079c3f 100644
--- a/profiles/arch/s390/s390x/package.use.force
+++ b/profiles/arch/s390/s390x/package.use.force
@@ -1,6 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <sam@gentoo.org> (2022-04-26)
+# Spidermonkey needs Rust and not available for s390 (but is for s390x)
+sys-auth/polkit -duktape
+
 # Michał Górny <mgorny@gentoo.org> (2016-11-11)
 # Force the host target to avoid dependency hell
 dev-ml/llvm-ocaml llvm_targets_SystemZ


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/s390x/, profiles/arch/s390/
@ 2022-04-26 14:45 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-04-26 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     24ae31743146fbf538b22c76c4a58876188061f5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 14:42:55 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 14:45:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ae3174

Revert "profiles/arch/s390: mask/unmask spidermonkey where rust/no rust"

Needs LLVM too.

This reverts commit 9eef1a26d8fc0c5c2e987c5a69351d09305f8e64.

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

 profiles/arch/s390/package.mask       | 1 -
 profiles/arch/s390/s390x/package.mask | 1 -
 2 files changed, 2 deletions(-)

diff --git a/profiles/arch/s390/package.mask b/profiles/arch/s390/package.mask
index 5fb9cee17857..edc7a2fb4ef6 100644
--- a/profiles/arch/s390/package.mask
+++ b/profiles/arch/s390/package.mask
@@ -7,7 +7,6 @@
 app-eselect/eselect-rust
 dev-lang/rust
 dev-lang/rust-bin
->=dev-lang/spidermonkey-78
 virtual/rust
 
 # Arthur Zamarin <arthurzam@gentoo.org> (2022-03-20)

diff --git a/profiles/arch/s390/s390x/package.mask b/profiles/arch/s390/s390x/package.mask
index 80391111b6c5..651c8568c369 100644
--- a/profiles/arch/s390/s390x/package.mask
+++ b/profiles/arch/s390/s390x/package.mask
@@ -7,7 +7,6 @@
 -app-eselect/eselect-rust
 -dev-lang/rust
 -dev-lang/rust-bin
-->=dev-lang/spidermonkey-78
 -virtual/rust
 
 # Arthur Zamarin <arthurzam@gentoo.org> (2022-03-20)


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/s390x/, profiles/arch/s390/
@ 2022-04-27 19:54 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2022-04-27 19:54 UTC (permalink / raw
  To: gentoo-commits

commit:     9f98446270a6a0fcf4a873655340ac6abcf7c07a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 19:35:32 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 19:50:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f984462

profiles/arch/s390: Add Python packages to Rust masks

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

 profiles/arch/s390/package.mask       | 4 ++++
 profiles/arch/s390/s390x/package.mask | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/profiles/arch/s390/package.mask b/profiles/arch/s390/package.mask
index edc7a2fb4ef6..c92ad8c0f647 100644
--- a/profiles/arch/s390/package.mask
+++ b/profiles/arch/s390/package.mask
@@ -7,6 +7,10 @@
 app-eselect/eselect-rust
 dev-lang/rust
 dev-lang/rust-bin
+>=dev-python/cryptography-36
+>=dev-python/pyopenssl-22
+dev-python/setuptools-rust
+dev-python/watchfiles
 virtual/rust
 
 # Arthur Zamarin <arthurzam@gentoo.org> (2022-03-20)

diff --git a/profiles/arch/s390/s390x/package.mask b/profiles/arch/s390/s390x/package.mask
index 651c8568c369..9313987677b5 100644
--- a/profiles/arch/s390/s390x/package.mask
+++ b/profiles/arch/s390/s390x/package.mask
@@ -7,6 +7,10 @@
 -app-eselect/eselect-rust
 -dev-lang/rust
 -dev-lang/rust-bin
+->=dev-python/cryptography-36
+->=dev-python/pyopenssl-22
+-dev-python/setuptools-rust
+-dev-python/watchfiles
 -virtual/rust
 
 # Arthur Zamarin <arthurzam@gentoo.org> (2022-03-20)


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

end of thread, other threads:[~2022-04-27 19:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-26  6:16 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/s390x/, profiles/arch/s390/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-04-27 19:54 Michał Górny
2022-04-26 14:45 Sam James
2022-04-26 13:47 Sam James
2022-04-25 18:32 Sam James
2022-04-24  1:18 Sam James

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