diff options
author | Sam James <sam@gentoo.org> | 2020-12-24 14:10:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-24 14:10:36 +0000 |
commit | 18ea3f8aff12730b0fbdc758eab1e280d104f896 (patch) | |
tree | 772ca049aa1750a594c3fefeedbd0e885734ae00 /dev-db/mysql | |
parent | sys-kernel/gentoo-sources: hppa marked stable (bug #754219) (diff) | |
download | gentoo-18ea3f8aff12730b0fbdc758eab1e280d104f896.tar.gz gentoo-18ea3f8aff12730b0fbdc758eab1e280d104f896.tar.bz2 gentoo-18ea3f8aff12730b0fbdc758eab1e280d104f896.zip |
dev-db/mysql: Stabilize 5.7.32 ppc64, #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 2d96c9c1baaa..430b2fbb1f74 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 |