diff options
author | Sam James <sam@gentoo.org> | 2020-08-07 12:08:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-07 12:08:01 +0000 |
commit | 79959fab3ad9d6c12491e042f16427adcb73a5a7 (patch) | |
tree | 42bb51823b01c8ff96c9261759a8e206f69b22d6 /dev-db/mysql | |
parent | dev-db/mysql: Stabilize 5.7.31 arm, #732974 (diff) | |
download | gentoo-79959fab3ad9d6c12491e042f16427adcb73a5a7.tar.gz gentoo-79959fab3ad9d6c12491e042f16427adcb73a5a7.tar.bz2 gentoo-79959fab3ad9d6c12491e042f16427adcb73a5a7.zip |
dev-db/mysql: Stabilize 8.0.21 arm, #732974
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/mysql-8.0.21.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-8.0.21.ebuild b/dev-db/mysql/mysql-8.0.21.ebuild index d3edce573344..e1dfe8462938 100644 --- a/dev-db/mysql/mysql-8.0.21.ebuild +++ b/dev-db/mysql/mysql-8.0.21.ebuild @@ -37,7 +37,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 ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-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 |