diff options
author | 2021-10-12 01:09:50 +0100 | |
---|---|---|
committer | 2021-10-12 01:09:50 +0100 | |
commit | db148176299258a2ed99e90e399a0c14b62a64bd (patch) | |
tree | 6dad838a681359b1cb2ebbf4c61492b822710d95 /dev-db/mysql | |
parent | dev-db/mysql: Stabilize 5.7.34 arm64, #789243 (diff) | |
download | gentoo-db148176299258a2ed99e90e399a0c14b62a64bd.tar.gz gentoo-db148176299258a2ed99e90e399a0c14b62a64bd.tar.bz2 gentoo-db148176299258a2ed99e90e399a0c14b62a64bd.zip |
dev-db/mysql: Stabilize 8.0.25 arm64, #789243
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/mysql-8.0.25.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-8.0.25.ebuild b/dev-db/mysql/mysql-8.0.25.ebuild index 98b2c22e5b20..838dacd17d70 100644 --- a/dev-db/mysql/mysql-8.0.25.ebuild +++ b/dev-db/mysql/mysql-8.0.25.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 ~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 |