commit: b5e09c85854df9e309ab2c146ca42d7f37523632 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Fri Aug 13 14:09:45 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Fri Aug 13 14:15:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e09c85
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 <AT> gentoo.org> dev-db/mysql/mysql-8.0.26.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/mysql/mysql-8.0.26.ebuild b/dev-db/mysql/mysql-8.0.26.ebuild index 5ed73cab581..3ea480113f1 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
