commit: 79ba1d6879ab829f012d7fbd25ea83e8804b99c6
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 30 13:11:53 2019 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Apr 30 13:11:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ba1d68
profiles/prefix/{darwin,sunos}/*/package.mask: mask perl-5.28.2
Fails to compile on Solaris, fails to install on Darwin
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
profiles/prefix/darwin/macos/package.mask | 4 ++++
profiles/prefix/sunos/solaris/package.mask | 6 +++++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/profiles/prefix/darwin/macos/package.mask
b/profiles/prefix/darwin/macos/package.mask
index a496b084205..180e0ef71a4 100644
--- a/profiles/prefix/darwin/macos/package.mask
+++ b/profiles/prefix/darwin/macos/package.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Fabian Groffen <[email protected]> (30 Apr 2019)
+# Fails to install, bug #684030
+=dev-lang/perl-5.28.2*
+
# Fabian Groffen <[email protected]> (26 Apr 2019)
# LLVM/clang 7.1 crashes at runtime
# llvm::optional_detail::OptionalStorage<llvm::ArrayRef<llvm::StringRef>,
diff --git a/profiles/prefix/sunos/solaris/package.mask
b/profiles/prefix/sunos/solaris/package.mask
index 27668ebed6d..999c2f6ee0b 100644
--- a/profiles/prefix/sunos/solaris/package.mask
+++ b/profiles/prefix/sunos/solaris/package.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Fabian Groffen <[email protected]> (30 Apr 2019)
+# Fails to compile, bug #684024
+=dev-lang/perl-5.28.2*
+
# Fabian Groffen <[email protected]> (22 Mar 2019)
# fails to compile, bug #681316
=app-crypt/gnupg-2.2.14