diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-02-26 11:49:47 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-02-26 11:49:47 +0300 |
commit | 169a9430d010a4b71d6e8afc2f454f3d517ca06f (patch) | |
tree | 6ba2a30ec9de5a64eef8b25c592cc62ba82ff274 /dev-db/mysql | |
parent | dev-db/mysql: Stabilize 5.7.33 amd64, #766339 (diff) | |
download | gentoo-169a9430d010a4b71d6e8afc2f454f3d517ca06f.tar.gz gentoo-169a9430d010a4b71d6e8afc2f454f3d517ca06f.tar.bz2 gentoo-169a9430d010a4b71d6e8afc2f454f3d517ca06f.zip |
dev-db/mysql: Stabilize 8.0.23 amd64, #766339
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/mysql-8.0.23.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-8.0.23.ebuild b/dev-db/mysql/mysql-8.0.23.ebuild index f47a82743ef0..89c21bd9a666 100644 --- a/dev-db/mysql/mysql-8.0.23.ebuild +++ b/dev-db/mysql/mysql-8.0.23.ebuild @@ -37,7 +37,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 |