diff options
author | 2021-10-14 10:44:42 +0100 | |
---|---|---|
committer | 2021-10-14 10:44:42 +0100 | |
commit | ad49376a400c9203a0bb6361f2396c71b58a2fbc (patch) | |
tree | 41db9e9810d878e3c4332ff54e23a7fa3290aa22 /dev-db/mysql | |
parent | dev-db/mysql: Stabilize 5.7.34 arm, #789243 (diff) | |
download | gentoo-ad49376a400c9203a0bb6361f2396c71b58a2fbc.tar.gz gentoo-ad49376a400c9203a0bb6361f2396c71b58a2fbc.tar.bz2 gentoo-ad49376a400c9203a0bb6361f2396c71b58a2fbc.zip |
dev-db/mysql: Stabilize 8.0.25 arm, #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 838dacd17d70..ff25813ae95d 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 |