diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-06 14:01:00 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-06 14:01:00 +0000 |
commit | 7b8abe160e0119cedf8f63093d1ca04516b64055 (patch) | |
tree | 909fcfe3d9cdda91e4e27f1452e5f58de1e93d75 /dev-db | |
parent | dev-python/alembic: Remove old (diff) | |
download | gentoo-7b8abe160e0119cedf8f63093d1ca04516b64055.tar.gz gentoo-7b8abe160e0119cedf8f63093d1ca04516b64055.tar.bz2 gentoo-7b8abe160e0119cedf8f63093d1ca04516b64055.zip |
dev-db/mysql: Stabilize 8.0.32-r2 arm, #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 1a476651a056..7d0f75557eb2 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 ) |