diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-02-26 11:49:46 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-02-26 11:49:46 +0300 |
commit | d9ebf7cecbcf7950e132caf02ebb21f000842209 (patch) | |
tree | 881f2a1cbe44dd84e236eabb4e07dc142f10fe7a | |
parent | media-sound/sndio: Stabilize 1.7.0 amd64, #763315 (diff) | |
download | gentoo-d9ebf7cecbcf7950e132caf02ebb21f000842209.tar.gz gentoo-d9ebf7cecbcf7950e132caf02ebb21f000842209.tar.bz2 gentoo-d9ebf7cecbcf7950e132caf02ebb21f000842209.zip |
dev-db/mysql: Stabilize 5.7.33 amd64, #766339
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
-rw-r--r-- | dev-db/mysql/mysql-5.7.33.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-5.7.33.ebuild b/dev-db/mysql/mysql-5.7.33.ebuild index 91a780004939..0296a2135fc5 100644 --- a/dev-db/mysql/mysql-5.7.33.ebuild +++ b/dev-db/mysql/mysql-5.7.33.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 ~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 |