diff options
author | Sam James <sam@gentoo.org> | 2023-01-18 21:53:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-18 21:53:15 +0000 |
commit | 93b0ffcf83d6e0d1ac4b803bcb8fd31ef068eebc (patch) | |
tree | 62097dfaa2229d2317e74b5150aee1790cfe7a42 /dev-db | |
parent | sci-physics/lhapdf: Stabilize 6.3.0-r1 x86, #890660 (diff) | |
download | gentoo-93b0ffcf83d6e0d1ac4b803bcb8fd31ef068eebc.tar.gz gentoo-93b0ffcf83d6e0d1ac4b803bcb8fd31ef068eebc.tar.bz2 gentoo-93b0ffcf83d6e0d1ac4b803bcb8fd31ef068eebc.zip |
dev-db/mariadb: Stabilize 10.4.27 arm64, #891271
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mariadb/mariadb-10.4.27.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mariadb/mariadb-10.4.27.ebuild b/dev-db/mariadb/mariadb-10.4.27.ebuild index 5a6a7022f831..0ff50b1c2cfc 100644 --- a/dev-db/mariadb/mariadb-10.4.27.ebuild +++ b/dev-db/mariadb/mariadb-10.4.27.ebuild @@ -32,7 +32,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static ) ?? ( tcmalloc jemalloc ) static? ( yassl !pam )" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-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 |