diff options
author | Sam James <sam@gentoo.org> | 2021-07-06 19:02:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-06 19:02:00 +0100 |
commit | dac92a0f2b9ae2f8c3c83c64e2d987175de9a8fd (patch) | |
tree | fb45bb3b1da9c60992ba4511d826e23402b0753d /dev-db | |
parent | dev-db/mysql: Stabilize 5.7.34 amd64, #789243 (diff) | |
download | gentoo-dac92a0f2b9ae2f8c3c83c64e2d987175de9a8fd.tar.gz gentoo-dac92a0f2b9ae2f8c3c83c64e2d987175de9a8fd.tar.bz2 gentoo-dac92a0f2b9ae2f8c3c83c64e2d987175de9a8fd.zip |
dev-db/mysql: Stabilize 8.0.25 amd64, #789243
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/mysql-8.0.25.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-8.0.25.ebuild b/dev-db/mysql/mysql-8.0.25.ebuild index c23ef9ac5ac1..98b2c22e5b20 100644 --- a/dev-db/mysql/mysql-8.0.25.ebuild +++ b/dev-db/mysql/mysql-8.0.25.ebuild @@ -36,7 +36,7 @@ REQUIRED_USE="?? ( tcmalloc jemalloc ) router? ( server ) tcmalloc? ( server )" -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 |