diff options
author | Sam James <sam@gentoo.org> | 2020-12-24 14:10:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-24 14:10:37 +0000 |
commit | b4aceec79ba7e876cccf03912e64454a7f036349 (patch) | |
tree | 8f5cacc088ceee8db57f1888449bc6c50e1c1c6a /dev-db/mysql | |
parent | dev-db/mysql: Stabilize 5.7.32 ppc64, #756649 (diff) | |
download | gentoo-b4aceec79ba7e876cccf03912e64454a7f036349.tar.gz gentoo-b4aceec79ba7e876cccf03912e64454a7f036349.tar.bz2 gentoo-b4aceec79ba7e876cccf03912e64454a7f036349.zip |
dev-db/mysql: Stabilize 8.0.22 ppc64, #756649
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/mysql-8.0.22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-8.0.22.ebuild b/dev-db/mysql/mysql-8.0.22.ebuild index ccd6ddc59fa0..6f19828aa285 100644 --- a/dev-db/mysql/mysql-8.0.22.ebuild +++ b/dev-db/mysql/mysql-8.0.22.ebuild @@ -37,7 +37,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 ~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 |