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 <[email protected]> (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 <[email protected]> (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
