diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-09-12 22:19:02 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-09-12 22:19:02 -0400 |
commit | a617c1598c1e2775093692d4d7c9c11e53004c28 (patch) | |
tree | 4e5ddb36b45c36409d866f0290ecb9fa3252fca2 /dev-db | |
parent | sys-kernel/gentoo-sources: x86 stable (bug #693478) (diff) | |
download | gentoo-a617c1598c1e2775093692d4d7c9c11e53004c28.tar.gz gentoo-a617c1598c1e2775093692d4d7c9c11e53004c28.tar.bz2 gentoo-a617c1598c1e2775093692d4d7c9c11e53004c28.zip |
dev-db/mysql: arm64 stable (bug #693814)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.75, Repoman-2.3.17
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/mysql-5.7.27-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-5.7.27-r1.ebuild b/dev-db/mysql/mysql-5.7.27-r1.ebuild index 633603e471d2..99df72c5e56c 100644 --- a/dev-db/mysql/mysql-5.7.27-r1.ebuild +++ b/dev-db/mysql/mysql-5.7.27-r1.ebuild @@ -34,7 +34,7 @@ RESTRICT="libressl? ( test )" REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-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 |