diff options
author | Sam James <sam@gentoo.org> | 2021-07-06 19:01:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-06 19:01:59 +0100 |
commit | 5298dbf13404a368ddb54bfaaf4f170a9f094ff6 (patch) | |
tree | 467df325a29554af939024971aea946c8bc21cb8 /dev-db | |
parent | sys-apps/file: Stabilize 5.40-r3 ppc, #800851 (diff) | |
download | gentoo-5298dbf13404a368ddb54bfaaf4f170a9f094ff6.tar.gz gentoo-5298dbf13404a368ddb54bfaaf4f170a9f094ff6.tar.bz2 gentoo-5298dbf13404a368ddb54bfaaf4f170a9f094ff6.zip |
dev-db/mysql: Stabilize 5.7.34 amd64, #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 3826beb3aee8..998dc2dbcc42 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 |