diff options
author | Sam James <sam@gentoo.org> | 2023-01-18 01:03:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-18 21:48:58 +0000 |
commit | c5df2f109ff9fcb099ee7cf21914e7587c54bdcc (patch) | |
tree | aff1e103ea51d8b52f23adc445b91f7ec6ccf192 /dev-db | |
parent | sys-apps/firejail: add 0.9.72 (diff) | |
download | gentoo-c5df2f109ff9fcb099ee7cf21914e7587c54bdcc.tar.gz gentoo-c5df2f109ff9fcb099ee7cf21914e7587c54bdcc.tar.bz2 gentoo-c5df2f109ff9fcb099ee7cf21914e7587c54bdcc.zip |
dev-db/mysql: stabilize 8.0.31-r1
Just has the tmp fix. We should've stabled this version anyway.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/mysql-8.0.31-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-8.0.31-r1.ebuild b/dev-db/mysql/mysql-8.0.31-r1.ebuild index 1f29e01ab7d8..a762b9d3dd53 100644 --- a/dev-db/mysql/mysql-8.0.31-r1.ebuild +++ b/dev-db/mysql/mysql-8.0.31-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ) |