diff options
author | 2022-12-02 10:02:12 +0200 | |
---|---|---|
committer | 2022-12-02 10:02:12 +0200 | |
commit | 1a8b6eb71728da3f5a56a8218298ba1fb72a3bd2 (patch) | |
tree | 9fc674b51e3205810eef308f3c36db17012417f9 /dev-db/mysql | |
parent | net-libs/libtorrent-rasterbar: Stabilize 2.0.7 x86, #879935 (diff) | |
download | gentoo-1a8b6eb71728da3f5a56a8218298ba1fb72a3bd2.tar.gz gentoo-1a8b6eb71728da3f5a56a8218298ba1fb72a3bd2.tar.bz2 gentoo-1a8b6eb71728da3f5a56a8218298ba1fb72a3bd2.zip |
dev-db/mysql: Stabilize 8.0.31 amd64, #878909
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/mysql-8.0.31.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-8.0.31.ebuild b/dev-db/mysql/mysql-8.0.31.ebuild index 2afca38d6e20..f34f46ee8443 100644 --- a/dev-db/mysql/mysql-8.0.31.ebuild +++ b/dev-db/mysql/mysql-8.0.31.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 ) |