diff options
author | Sam James <sam@gentoo.org> | 2021-10-16 03:44:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-16 03:44:54 +0100 |
commit | 57f9bad268e76c19f9dc1934404ccbc449711e2c (patch) | |
tree | ea293bf4a1ca23b4ba8b627a756f1322459c8c30 /dev-db | |
parent | dev-python/pillow: add USE=truetype to test REQUIRED_USE (diff) | |
download | gentoo-57f9bad268e76c19f9dc1934404ccbc449711e2c.tar.gz gentoo-57f9bad268e76c19f9dc1934404ccbc449711e2c.tar.bz2 gentoo-57f9bad268e76c19f9dc1934404ccbc449711e2c.zip |
dev-db/mysql: Stabilize 5.7.34 ppc64, #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 4408c89a3b80..65e29a19bda0 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 |