diff options
author | Sam James <sam@gentoo.org> | 2021-10-16 03:44:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-16 03:44:55 +0100 |
commit | 92064d3f9aa08056e6dde266035736b850e5ab43 (patch) | |
tree | f1718a0447d0e1ef628ccb815e1cf0c3e87701e8 /dev-db | |
parent | dev-db/mysql: Stabilize 5.7.34 ppc64, #789243 (diff) | |
download | gentoo-92064d3f9aa08056e6dde266035736b850e5ab43.tar.gz gentoo-92064d3f9aa08056e6dde266035736b850e5ab43.tar.bz2 gentoo-92064d3f9aa08056e6dde266035736b850e5ab43.zip |
dev-db/mysql: Stabilize 8.0.25 ppc64, #789243
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-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 ff25813ae95d..e6f484e40ad1 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 |