diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-09 16:31:12 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-09 16:31:12 +0200 |
commit | 5fb6d3e6f70eddcb2214f8637a97271b036a328e (patch) | |
tree | 3f9f814857fcf6d45af2feab33b60304c84c19b5 /dev-db | |
parent | sys-apps/systemd: Stabilize 251.8 x86, #885039 (diff) | |
download | gentoo-5fb6d3e6f70eddcb2214f8637a97271b036a328e.tar.gz gentoo-5fb6d3e6f70eddcb2214f8637a97271b036a328e.tar.bz2 gentoo-5fb6d3e6f70eddcb2214f8637a97271b036a328e.zip |
dev-db/mariadb: Stabilize 10.3.36 x86, #883965
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mariadb/mariadb-10.3.36.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mariadb/mariadb-10.3.36.ebuild b/dev-db/mariadb/mariadb-10.3.36.ebuild index fd3645238023..01da8f1c3fbb 100644 --- a/dev-db/mariadb/mariadb-10.3.36.ebuild +++ b/dev-db/mariadb/mariadb-10.3.36.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 |