diff options
author | Sam James <sam@gentoo.org> | 2020-12-25 23:40:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-25 23:40:42 +0000 |
commit | 181d6e630588a5cff18ea9a6577365b72927e243 (patch) | |
tree | a799cf8144391b02bde1bc965fb241f5d3c4c8d6 /dev-db/mysql | |
parent | dev-python/theano: restrict slow tests (diff) | |
download | gentoo-181d6e630588a5cff18ea9a6577365b72927e243.tar.gz gentoo-181d6e630588a5cff18ea9a6577365b72927e243.tar.bz2 gentoo-181d6e630588a5cff18ea9a6577365b72927e243.zip |
dev-db/mysql: Stabilize 5.7.32 arm64, #756649
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/mysql-5.7.32.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-5.7.32.ebuild b/dev-db/mysql/mysql-5.7.32.ebuild index cf21c3d08991..1b6814e1dfb1 100644 --- a/dev-db/mysql/mysql-5.7.32.ebuild +++ b/dev-db/mysql/mysql-5.7.32.ebuild @@ -28,7 +28,7 @@ RESTRICT="!test? ( test ) libressl? ( test )" REQUIRED_USE="?? ( tcmalloc jemalloc )" -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 |