* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/32ul/
@ 2022-08-15 14:53 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-08-15 14:53 UTC (permalink / raw
To: gentoo-commits
commit: 440f860fb3b880c3c2a90f46297a4b72ff2c69e4
Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Sat Aug 6 02:42:39 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 14:53:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=440f860f
profiles/arch/sparc/32ul: mask app-antivirus/clamav
Test failures on 32-bit, passes on 64-bit.
Closes: https://bugs.gentoo.org/638888
Closes: https://github.com/gentoo/gentoo/pull/26754
Signed-off-by: Sam James <sam <AT> gentoo.org>
profiles/arch/sparc/32ul/package.mask | 7 +++++++
profiles/arch/sparc/32ul/package.use.mask | 9 +++++++++
2 files changed, 16 insertions(+)
diff --git a/profiles/arch/sparc/32ul/package.mask b/profiles/arch/sparc/32ul/package.mask
new file mode 100644
index 000000000000..892a0cbceaea
--- /dev/null
+++ b/profiles/arch/sparc/32ul/package.mask
@@ -0,0 +1,7 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# matoro <matoro_gentoo@matoro.tk> (2022-08-05)
+# Test failures on 32-bit, passes on 64-bit. Bug #638888
+app-antivirus/clamav
+dev-perl/File-Scan-ClamAV
diff --git a/profiles/arch/sparc/32ul/package.use.mask b/profiles/arch/sparc/32ul/package.use.mask
new file mode 100644
index 000000000000..3a336f790995
--- /dev/null
+++ b/profiles/arch/sparc/32ul/package.use.mask
@@ -0,0 +1,9 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# matoro <matoro_gentoo@matoro.tk> (2022-08-05)
+# Depends on app-antivirus/clamav. Bug #638888
+mail-client/claws-mail clamav
+mail-filter/amavisd-new clamav
+net-ftp/proftpd clamav
+net-mail/cyrus-imapd clamav
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/32ul/
@ 2023-01-13 8:33 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-01-13 8:33 UTC (permalink / raw
To: gentoo-commits
commit: 619319357c7a8b08e2a8fb6b990208e6a97f840b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 08:32:13 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 08:32:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61931935
profiles/arch/sparc/32ul: restore openssl[asm] mask for 32-bit
Closes: https://bugs.gentoo.org/676060
See: 009aa30edecb3843cb9d4ad6704fb32e4bd4216a
Signed-off-by: Sam James <sam <AT> gentoo.org>
profiles/arch/sparc/32ul/package.use.mask | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/profiles/arch/sparc/32ul/package.use.mask b/profiles/arch/sparc/32ul/package.use.mask
index 3a336f790995..1abf6e0a3317 100644
--- a/profiles/arch/sparc/32ul/package.use.mask
+++ b/profiles/arch/sparc/32ul/package.use.mask
@@ -1,6 +1,10 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Matt Turner <mattst88@gentoo.org> (2023-01-13)
+# Fails to build, bug #676060
+dev-libs/openssl asm
+
# matoro <matoro_gentoo@matoro.tk> (2022-08-05)
# Depends on app-antivirus/clamav. Bug #638888
mail-client/claws-mail clamav
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/32ul/
@ 2023-11-13 2:19 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-11-13 2:19 UTC (permalink / raw
To: gentoo-commits
commit: af070b70abbb6c17866c1d4509e6a7e24327bc9b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 13 02:18:44 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 13 02:18:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af070b70
profiles/arch/sparc/32ul: mask mold on sparc32
mold supports sparc64, but not sparc32.
Bug: https://bugs.gentoo.org/917271
Signed-off-by: Sam James <sam <AT> gentoo.org>
profiles/arch/sparc/32ul/package.mask | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/profiles/arch/sparc/32ul/package.mask b/profiles/arch/sparc/32ul/package.mask
index 892a0cbceaea..9911da892814 100644
--- a/profiles/arch/sparc/32ul/package.mask
+++ b/profiles/arch/sparc/32ul/package.mask
@@ -1,6 +1,10 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Sam James <sam@gentoo.org> (2023-11-13)
+# mold supports sparc64, but not sparc32.
+sys-devel/mold
+
# matoro <matoro_gentoo@matoro.tk> (2022-08-05)
# Test failures on 32-bit, passes on 64-bit. Bug #638888
app-antivirus/clamav
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-11-13 2:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-13 8:33 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/32ul/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-11-13 2:19 Sam James
2022-08-15 14:53 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox