diff options
author | Sam James <sam@gentoo.org> | 2023-06-03 06:45:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-03 06:45:28 +0100 |
commit | 09d226c39d83f2a4acde426f9a56579d06b3305f (patch) | |
tree | f7673eb5dba744d6dfc53d9ff6c50ef997386f5f /dev-db | |
parent | dev-db/mariadb: Stabilize 10.4.28-r1 amd64, #906236 (diff) | |
download | gentoo-09d226c39d83f2a4acde426f9a56579d06b3305f.tar.gz gentoo-09d226c39d83f2a4acde426f9a56579d06b3305f.tar.bz2 gentoo-09d226c39d83f2a4acde426f9a56579d06b3305f.zip |
dev-db/mariadb: Stabilize 10.5.19-r1 amd64, #906237
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mariadb/mariadb-10.5.19-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mariadb/mariadb-10.5.19-r1.ebuild b/dev-db/mariadb/mariadb-10.5.19-r1.ebuild index 65cfb00b21b2..73d6384a33cb 100644 --- a/dev-db/mariadb/mariadb-10.5.19-r1.ebuild +++ b/dev-db/mariadb/mariadb-10.5.19-r1.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 |