commit:     015b4bde3d5070d7155638a10810f19fc12e9a2e
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 20:37:12 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 22:02:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015b4bde

dev-db/postgresql: keyword 13.3 for ~riscv

No native spinlock support and LLVM JIT support appears to be seriously
borked on this arch - but with --disable-spinlocks and USE=-llvm builds,
tests and installs fine.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-db/postgresql/postgresql-13.3.ebuild |  2 +-
 profiles/arch/riscv/package.use.mask     | 11 ++++-------
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/dev-db/postgresql/postgresql-13.3.ebuild 
b/dev-db/postgresql/postgresql-13.3.ebuild
index 2e2bf1e36a3..85d7618669c 100644
--- a/dev-db/postgresql/postgresql-13.3.ebuild
+++ b/dev-db/postgresql/postgresql-13.3.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8,9,10} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd 
tmpfiles
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT=$(ver_cut 1)
 

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 5b0df73f6d2..19668f33278 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Marek Szuba <[email protected]> (2021-07-11)
+# Causes 35 tests to fail with "fatal llvm error"
+dev-db/postgresql llvm
+
 # Marek Szuba <[email protected]> (2021-07-05)
 # sys-cluster/ucx fails to compile on this arch
 sys-cluster/slurm ucx
@@ -9,13 +13,6 @@ sys-cluster/slurm ucx
 # net-dialup/mgetty fails to compile on this arch
 mail-mta/courier fax
 
-# Marek Szuba <[email protected]> (2021-07-05)
-#   dev-db/postgresql not keyworded here yet
-dev-db/libdbi-drivers postgres
-dev-libs/cyrus-sasl postgres
-mail-mta/courier postgres
-net-libs/courier-authlib postgres
-
 # Ye Cao <[email protected]> (2021-07-02)
 # Dependencies not keyworded, not tested
 app-text/texlive-core xetex

Reply via email to