diff options
author | 2020-12-25 23:41:37 +0000 | |
---|---|---|
committer | 2020-12-25 23:41:37 +0000 | |
commit | f71d76e617567b5058adcc557b8aeee004409950 (patch) | |
tree | fa65f9344512a59209416e579d3030449ebe7e33 /dev-db/mysql | |
parent | dev-db/mysql: Stabilize 8.0.22 arm64, #756649 (diff) | |
download | gentoo-f71d76e617567b5058adcc557b8aeee004409950.tar.gz gentoo-f71d76e617567b5058adcc557b8aeee004409950.tar.bz2 gentoo-f71d76e617567b5058adcc557b8aeee004409950.zip |
dev-db/mysql: Stabilize 5.7.32 arm, #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 1b6814e1dfb1..1ce3f1d5a73f 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 |