diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-08-13 15:09:45 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-08-13 15:15:31 +0100 |
commit | b5e09c85854df9e309ab2c146ca42d7f37523632 (patch) | |
tree | a29656348c48fe097bc81c0dfa01a2d9674dbaa0 /dev-db/mysql | |
parent | dev-libs/leveldb: keyword 1.20 for ~riscv (diff) | |
download | gentoo-b5e09c85854df9e309ab2c146ca42d7f37523632.tar.gz gentoo-b5e09c85854df9e309ab2c146ca42d7f37523632.tar.bz2 gentoo-b5e09c85854df9e309ab2c146ca42d7f37523632.zip |
dev-db/mysql: keyword 8.0.26 for -riscv
8.0.22+ rely on certain types having an always-lock-free property, which
is (for now?) not the case on this arch.
Bug: https://bugs.gentoo.org/761715
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/mysql-8.0.26.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-8.0.26.ebuild b/dev-db/mysql/mysql-8.0.26.ebuild index 5ed73cab5815..3ea480113f16 100644 --- a/dev-db/mysql/mysql-8.0.26.ebuild +++ b/dev-db/mysql/mysql-8.0.26.ebuild @@ -36,7 +36,7 @@ REQUIRED_USE="?? ( tcmalloc jemalloc ) router? ( server ) tcmalloc? ( server )" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris" # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase |