diff options
author | Sam James <sam@gentoo.org> | 2025-01-09 03:00:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-09 03:00:38 +0000 |
commit | 40cfeed4328618df009a0d23cc5f85feb162cce3 (patch) | |
tree | 50c58b877f76576f26991ce4703cd0033db6cb67 | |
parent | dev-db/mariadb-connector-c: Stabilize 3.3.8 amd64, #935048 (diff) | |
download | gentoo-40cfeed4328618df009a0d23cc5f85feb162cce3.tar.gz gentoo-40cfeed4328618df009a0d23cc5f85feb162cce3.tar.bz2 gentoo-40cfeed4328618df009a0d23cc5f85feb162cce3.zip |
dev-db/mariadb: Stabilize 10.6.17 arm64, #935048
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-db/mariadb/mariadb-10.6.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mariadb/mariadb-10.6.17.ebuild b/dev-db/mariadb/mariadb-10.6.17.ebuild index acf533c2cb8c..bf3b66e6ff22 100644 --- a/dev-db/mariadb/mariadb-10.6.17.ebuild +++ b/dev-db/mariadb/mariadb-10.6.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -29,7 +29,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static ) static? ( yassl !pam ) test? ( extraengine )" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86" # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase |