diff options
author | Sam James <sam@gentoo.org> | 2025-01-09 02:30:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-09 02:30:04 +0000 |
commit | 729c28f858a0757e2a0d000908dffc138ffdfa1b (patch) | |
tree | 9e3960cffdf9f93ae3e199f2fa7e52dc42bfea0b /dev-db/mysql | |
parent | dev-db/mysql: Stabilize 8.0.37 amd64, #919815 (diff) | |
download | gentoo-729c28f858a0757e2a0d000908dffc138ffdfa1b.tar.gz gentoo-729c28f858a0757e2a0d000908dffc138ffdfa1b.tar.bz2 gentoo-729c28f858a0757e2a0d000908dffc138ffdfa1b.zip |
dev-db/mysql: Stabilize 8.0.37 arm64, #919815
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/mysql-8.0.37.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-8.0.37.ebuild b/dev-db/mysql/mysql-8.0.37.ebuild index f339980034b1..f74c233f9ace 100644 --- a/dev-db/mysql/mysql-8.0.37.ebuild +++ b/dev-db/mysql/mysql-8.0.37.ebuild @@ -24,7 +24,7 @@ S="${WORKDIR}/mysql" LICENSE="GPL-2" SLOT="8.0" # -ppc for bug #761715 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips -ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" +KEYWORDS="amd64 ~arm arm64 ~hppa ~mips -ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" IUSE="cjk cracklib debug jemalloc latin1 numa +perl profiling router selinux +server tcmalloc test" RESTRICT="!test? ( test )" |