diff options
author | 2022-07-12 19:14:13 +0300 | |
---|---|---|
committer | 2022-07-12 19:14:13 +0300 | |
commit | 0973361f5226e26aba4c59354e1fc08becff4127 (patch) | |
tree | 18b191bed668201db875d5bbca34d43d5ca8bcfd /dev-db/mariadb | |
parent | dev-db/mariadb: Stabilize 10.2.44 ppc64, #856820 (diff) | |
download | gentoo-0973361f5226e26aba4c59354e1fc08becff4127.tar.gz gentoo-0973361f5226e26aba4c59354e1fc08becff4127.tar.bz2 gentoo-0973361f5226e26aba4c59354e1fc08becff4127.zip |
dev-db/mariadb: Stabilize 10.3.35 ppc64, #856820
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db/mariadb')
-rw-r--r-- | dev-db/mariadb/mariadb-10.3.35.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mariadb/mariadb-10.3.35.ebuild b/dev-db/mariadb/mariadb-10.3.35.ebuild index 648076ccd862..8daba265e222 100644 --- a/dev-db/mariadb/mariadb-10.3.35.ebuild +++ b/dev-db/mariadb/mariadb-10.3.35.ebuild @@ -32,7 +32,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static ) ?? ( tcmalloc jemalloc ) static? ( yassl !extraengine !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 |