diff options
author | Sam James <sam@gentoo.org> | 2021-10-12 01:09:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-12 01:09:49 +0100 |
commit | e4553829582ddb35c8442741188acc696faba876 (patch) | |
tree | 7ce6032a2e0a3ca5957fbb14d2e5a2bb4b4967c1 /dev-db | |
parent | dev-db/redis: Stabilize 6.2.6 arm64, #816489 (diff) | |
download | gentoo-e4553829582ddb35c8442741188acc696faba876.tar.gz gentoo-e4553829582ddb35c8442741188acc696faba876.tar.bz2 gentoo-e4553829582ddb35c8442741188acc696faba876.zip |
dev-db/mysql: Stabilize 5.7.34 arm64, #789243
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/mysql-5.7.34.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-5.7.34.ebuild b/dev-db/mysql/mysql-5.7.34.ebuild index 998dc2dbcc42..c2bab2805bd2 100644 --- a/dev-db/mysql/mysql-5.7.34.ebuild +++ b/dev-db/mysql/mysql-5.7.34.ebuild @@ -27,7 +27,7 @@ RESTRICT="!test? ( test )" REQUIRED_USE="?? ( tcmalloc jemalloc )" -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 |