diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-04-30 15:11:53 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-04-30 15:11:53 +0200 |
commit | 79ba1d6879ab829f012d7fbd25ea83e8804b99c6 (patch) | |
tree | 0914124da2bb2dba384bf21f1f4eefda7f36df88 /profiles/prefix/darwin | |
parent | dev-python/PyQt5: fix build with USE="gles2" (diff) | |
download | gentoo-79ba1d6879ab829f012d7fbd25ea83e8804b99c6.tar.gz gentoo-79ba1d6879ab829f012d7fbd25ea83e8804b99c6.tar.bz2 gentoo-79ba1d6879ab829f012d7fbd25ea83e8804b99c6.zip |
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@gentoo.org>
Diffstat (limited to 'profiles/prefix/darwin')
-rw-r--r-- | profiles/prefix/darwin/macos/package.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index a496b084205f..180e0ef71a42 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 <grobian@gentoo.org> (30 Apr 2019) +# Fails to install, bug #684030 +=dev-lang/perl-5.28.2* + # Fabian Groffen <grobian@gentoo.org> (26 Apr 2019) # LLVM/clang 7.1 crashes at runtime # llvm::optional_detail::OptionalStorage<llvm::ArrayRef<llvm::StringRef>, |