diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-08-01 17:04:52 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-08-01 17:10:56 -0400 |
commit | c78559313cdb9122d93692d8788f684decaa2af9 (patch) | |
tree | 846b31739ec68e6ebc5dc78cf5d7af0a0617366a /dev-db | |
parent | [QA] Revert "app-misc/cfiles: New ebuild" (diff) | |
download | gentoo-c78559313cdb9122d93692d8788f684decaa2af9.tar.gz gentoo-c78559313cdb9122d93692d8788f684decaa2af9.tar.bz2 gentoo-c78559313cdb9122d93692d8788f684decaa2af9.zip |
dev-db/mysql: arm64 stable (bug #691136)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/mysql-5.7.26.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-5.7.26.ebuild b/dev-db/mysql/mysql-5.7.26.ebuild index ffd198b3867a..1092df51ae0e 100644 --- a/dev-db/mysql/mysql-5.7.26.ebuild +++ b/dev-db/mysql/mysql-5.7.26.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 |