Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/sunos/solaris/, profiles/prefix/darwin/macos/
Date: Tue, 30 Apr 2019 13:12:40
Message-Id: 1556629913.79ba1d6879ab829f012d7fbd25ea83e8804b99c6.grobian@gentoo
1 commit: 79ba1d6879ab829f012d7fbd25ea83e8804b99c6
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 30 13:11:53 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 30 13:11:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ba1d68
7
8 profiles/prefix/{darwin,sunos}/*/package.mask: mask perl-5.28.2
9
10 Fails to compile on Solaris, fails to install on Darwin
11
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 profiles/prefix/darwin/macos/package.mask | 4 ++++
15 profiles/prefix/sunos/solaris/package.mask | 6 +++++-
16 2 files changed, 9 insertions(+), 1 deletion(-)
17
18 diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask
19 index a496b084205..180e0ef71a4 100644
20 --- a/profiles/prefix/darwin/macos/package.mask
21 +++ b/profiles/prefix/darwin/macos/package.mask
22 @@ -1,6 +1,10 @@
23 # Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 +# Fabian Groffen <grobian@g.o> (30 Apr 2019)
27 +# Fails to install, bug #684030
28 +=dev-lang/perl-5.28.2*
29 +
30 # Fabian Groffen <grobian@g.o> (26 Apr 2019)
31 # LLVM/clang 7.1 crashes at runtime
32 # llvm::optional_detail::OptionalStorage<llvm::ArrayRef<llvm::StringRef>,
33
34 diff --git a/profiles/prefix/sunos/solaris/package.mask b/profiles/prefix/sunos/solaris/package.mask
35 index 27668ebed6d..999c2f6ee0b 100644
36 --- a/profiles/prefix/sunos/solaris/package.mask
37 +++ b/profiles/prefix/sunos/solaris/package.mask
38 @@ -1,6 +1,10 @@
39 -# Copyright 1999-2018 Gentoo Foundation
40 +# Copyright 1999-2019 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 +# Fabian Groffen <grobian@g.o> (30 Apr 2019)
44 +# Fails to compile, bug #684024
45 +=dev-lang/perl-5.28.2*
46 +
47 # Fabian Groffen <grobian@g.o> (22 Mar 2019)
48 # fails to compile, bug #681316
49 =app-crypt/gnupg-2.2.14