diff options
author | Sam James <sam@gentoo.org> | 2024-06-14 09:15:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-14 09:15:31 +0100 |
commit | f60d837dc772b6b629720cfcb0dc0b01eeaa598a (patch) | |
tree | e99a898e701da5af05778434d64307b0f20a6c3b /dev-db | |
parent | dev-embedded/arduino-ctags: Fix modern C build failure (diff) | |
download | gentoo-f60d837dc772b6b629720cfcb0dc0b01eeaa598a.tar.gz gentoo-f60d837dc772b6b629720cfcb0dc0b01eeaa598a.tar.bz2 gentoo-f60d837dc772b6b629720cfcb0dc0b01eeaa598a.zip |
dev-db/mysql: Stabilize 8.0.36 amd64, #919815
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/mysql-8.0.36.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-8.0.36.ebuild b/dev-db/mysql/mysql-8.0.36.ebuild index 91b033ef3d2f..724501d96d0c 100644 --- a/dev-db/mysql/mysql-8.0.36.ebuild +++ b/dev-db/mysql/mysql-8.0.36.ebuild @@ -24,7 +24,7 @@ S="${WORKDIR}/mysql" LICENSE="GPL-2" SLOT="8.0" # -ppc for bug #761715 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips -ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~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 )" |