diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-07-11 21:37:12 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-07-11 23:02:11 +0100 |
commit | 015b4bde3d5070d7155638a10810f19fc12e9a2e (patch) | |
tree | 4c868dcc95011008d491e83dbe7acfcc2346bf50 /dev-db | |
parent | dev-db/postgresql: disable spinlocks on riscv (diff) | |
download | gentoo-015b4bde3d5070d7155638a10810f19fc12e9a2e.tar.gz gentoo-015b4bde3d5070d7155638a10810f19fc12e9a2e.tar.bz2 gentoo-015b4bde3d5070d7155638a10810f19fc12e9a2e.zip |
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@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-13.3.ebuild | 2 |
1 files changed, 1 insertions, 1 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) |