diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 22:22:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 22:22:06 +0100 |
commit | f6fd2853d3a5b0f20c6d799ed45d9c1dd5eb98da (patch) | |
tree | 149f82fa1c42dac0bf517927ce355972a1a1a964 /dev-db | |
parent | dev-db/mariadb: Stabilize 10.4.30 amd64, #909332 (diff) | |
download | gentoo-f6fd2853d3a5b0f20c6d799ed45d9c1dd5eb98da.tar.gz gentoo-f6fd2853d3a5b0f20c6d799ed45d9c1dd5eb98da.tar.bz2 gentoo-f6fd2853d3a5b0f20c6d799ed45d9c1dd5eb98da.zip |
dev-db/mariadb: Stabilize 10.5.21 amd64, #909333
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mariadb/mariadb-10.5.21.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mariadb/mariadb-10.5.21.ebuild b/dev-db/mariadb/mariadb-10.5.21.ebuild index f5477e843a70..fd0f0111fa10 100644 --- a/dev-db/mariadb/mariadb-10.5.21.ebuild +++ b/dev-db/mariadb/mariadb-10.5.21.ebuild @@ -31,7 +31,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static ) ?? ( tcmalloc jemalloc ) static? ( yassl !pam )" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase |