diff options
-rw-r--r-- | dev-db/postgresql/postgresql-13.3.ebuild | 2 | ||||
-rw-r--r-- | 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 2e2bf1e36a3c..85d7618669ca 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 5b0df73f6d2b..19668f33278c 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 <marecki@gentoo.org> (2021-07-11) +# Causes 35 tests to fail with "fatal llvm error" +dev-db/postgresql llvm + # Marek Szuba <marecki@gentoo.org> (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 <marecki@gentoo.org> (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 <ye.c@rioslab.org> (2021-07-02) # Dependencies not keyworded, not tested app-text/texlive-core xetex |