diff options
author | 2022-12-02 12:23:16 +0200 | |
---|---|---|
committer | 2022-12-02 12:23:16 +0200 | |
commit | ecdecec24f61f4de3a155d6d1748cb0891176f08 (patch) | |
tree | 227b2b7c0b53d17587ce5e39d6eb1de89b0ac2a8 /dev-db | |
parent | profiles/arch/loong: unmask dev-libs/boost[context] (diff) | |
download | gentoo-ecdecec24f61f4de3a155d6d1748cb0891176f08.tar.gz gentoo-ecdecec24f61f4de3a155d6d1748cb0891176f08.tar.bz2 gentoo-ecdecec24f61f4de3a155d6d1748cb0891176f08.zip |
dev-db/mariadb: Stabilize 10.3.36 amd64, #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 efe73d65e955..3fe4b8ea8334 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 |