diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 16:45:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 17:19:58 +0100 |
commit | 63e19a2d56b413cbae229c597fe40b5e70b0b22f (patch) | |
tree | 5efe8b71a9bb48d010eb4ef76b8fa4853ee1ea09 /dev-db/mariadb | |
parent | dev-java/gradle-bin: Stabilize 8.1.1 x86, #909326 (diff) | |
download | gentoo-63e19a2d56b413cbae229c597fe40b5e70b0b22f.tar.gz gentoo-63e19a2d56b413cbae229c597fe40b5e70b0b22f.tar.bz2 gentoo-63e19a2d56b413cbae229c597fe40b5e70b0b22f.zip |
dev-db/mariadb: Stabilize 10.4.30 arm, #909332
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/mariadb')
-rw-r--r-- | dev-db/mariadb/mariadb-10.4.30.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mariadb/mariadb-10.4.30.ebuild b/dev-db/mariadb/mariadb-10.4.30.ebuild index e6a6f3ccb39c..f48ea6c0c6be 100644 --- a/dev-db/mariadb/mariadb-10.4.30.ebuild +++ b/dev-db/mariadb/mariadb-10.4.30.ebuild @@ -32,7 +32,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static ) ?? ( tcmalloc jemalloc ) static? ( yassl !pam )" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-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 |