diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-06 14:01:04 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-06 14:01:04 +0000 |
commit | 0868b499da1d5b0cd75752fe9735285f814ca7a7 (patch) | |
tree | 6512fa091ad8c442661999c8b3625b77a5000d83 /dev-db | |
parent | dev-db/mysql-connector-c++: Stabilize 8.0.32 arm, #894488 (diff) | |
download | gentoo-0868b499da1d5b0cd75752fe9735285f814ca7a7.tar.gz gentoo-0868b499da1d5b0cd75752fe9735285f814ca7a7.tar.bz2 gentoo-0868b499da1d5b0cd75752fe9735285f814ca7a7.zip |
dev-db/mysql: Stabilize 8.0.32-r2 x86, #894488
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/mysql-8.0.32-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-8.0.32-r2.ebuild b/dev-db/mysql/mysql-8.0.32-r2.ebuild index 7d0f75557eb2..e4c32058a0e4 100644 --- a/dev-db/mysql/mysql-8.0.32-r2.ebuild +++ b/dev-db/mysql/mysql-8.0.32-r2.ebuild @@ -25,7 +25,7 @@ S="${WORKDIR}/mysql" LICENSE="GPL-2" SLOT="8.0" # -ppc, -riscv for bug #761715 -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips -ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips -ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris" IUSE="cjk cracklib debug jemalloc latin1 numa +perl profiling router selinux +server tcmalloc test" RESTRICT="!test? ( test )" REQUIRED_USE="?? ( tcmalloc jemalloc ) |