commit:     473867fc9195cfda358a58c43e9f9e21a4ae58c4
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 19 22:23:42 2018 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Fri Oct 19 22:25:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=473867fc

profiles/arch/arm/package.use.mask: Mask llvm on pg

dev-db/postgresql-11 introduces the optional capability to do some JIT with
LLVM, which introduces dependencies on sys-devel/llvm and sys-devel/clang.

However, sys-devel/clang is not currently keyworded for arm.

Closes: https://bugs.gentoo.org/665594
Signed-off-by: Aaron Swenson <titanofold <AT> gentoo.org>

 profiles/arch/arm/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 390147acfc1..0e7d0e04432 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Aaron W. Swenson <titanof...@gentoo.org> (19 Oct 2018)
+# Requires sys-devel/clang which isn’t keyworded for ARM.
+dev-db/postgresql llvm
+
 # Michał Górny <mgo...@gentoo.org> (18 Oct 2018)
 # Requires unported sys-libs/netbsd-csu.
 sys-devel/clang-runtime crt

Reply via email to