diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-09-19 23:09:45 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-09-19 23:09:45 +0300 |
commit | bcc7dfc7a8836e44f775ceafd32700db4c97ded7 (patch) | |
tree | e95f7910112c7eca87e3e4cf30943b0b7e4b464f /dev-db/mysql | |
parent | sys-libs/binutils-libs: Stabilize 2.34-r2 amd64, #734598 (diff) | |
download | gentoo-bcc7dfc7a8836e44f775ceafd32700db4c97ded7.tar.gz gentoo-bcc7dfc7a8836e44f775ceafd32700db4c97ded7.tar.bz2 gentoo-bcc7dfc7a8836e44f775ceafd32700db4c97ded7.zip |
dev-db/mysql: Stabilize 5.7.31 amd64, #732974
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/mysql-5.7.31.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-5.7.31.ebuild b/dev-db/mysql/mysql-5.7.31.ebuild index 023b1a18184b..8731897ca911 100644 --- a/dev-db/mysql/mysql-5.7.31.ebuild +++ b/dev-db/mysql/mysql-5.7.31.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 |