diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-12 19:14:14 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-12 19:14:14 +0300 |
commit | c537f2dc100551eb2d12edce3cecc39d57f4604d (patch) | |
tree | 68e66c85dc945b1d9ba771f8123f023b10a504eb /dev-db/mariadb | |
parent | dev-db/mariadb: Stabilize 10.4.25 ppc64, #856820 (diff) | |
download | gentoo-c537f2dc100551eb2d12edce3cecc39d57f4604d.tar.gz gentoo-c537f2dc100551eb2d12edce3cecc39d57f4604d.tar.bz2 gentoo-c537f2dc100551eb2d12edce3cecc39d57f4604d.zip |
dev-db/mariadb: Stabilize 10.5.16 ppc64, #856820
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db/mariadb')
-rw-r--r-- | dev-db/mariadb/mariadb-10.5.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mariadb/mariadb-10.5.16.ebuild b/dev-db/mariadb/mariadb-10.5.16.ebuild index ba7b7a238d80..0d5be9df297b 100644 --- a/dev-db/mariadb/mariadb-10.5.16.ebuild +++ b/dev-db/mariadb/mariadb-10.5.16.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 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~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 |