diff options
author | 2022-07-13 14:49:03 +0200 | |
---|---|---|
committer | 2022-07-13 14:49:03 +0200 | |
commit | 98fe248f84a9b2ea2f06e272435be5bb16fa20ba (patch) | |
tree | 3a97b344ced42df3a7cadb3569d7fdcc4b6e94db /dev-db/mariadb/mariadb-10.5.16.ebuild | |
parent | dev-db/mariadb: ppc stable wrt bug #856820 (diff) | |
download | gentoo-98fe248f84a9b2ea2f06e272435be5bb16fa20ba.tar.gz gentoo-98fe248f84a9b2ea2f06e272435be5bb16fa20ba.tar.bz2 gentoo-98fe248f84a9b2ea2f06e272435be5bb16fa20ba.zip |
dev-db/mariadb: x86 stable wrt bug #856820
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-db/mariadb/mariadb-10.5.16.ebuild')
-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 e211b25830be..9d33127732ad 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 |