diff options
author | 2018-05-15 13:40:31 -0400 | |
---|---|---|
committer | 2018-05-15 13:41:37 -0400 | |
commit | 89c72da31f344be04175cdd7bf7aab2308cf8f24 (patch) | |
tree | 006dda514f11c522ebdd5e7ac5eb7e7babe5970f /dev-db | |
parent | dev-db/mariadb: Keyword ~s390 for 10.2.14 and 10.3 (diff) | |
download | gentoo-89c72da31f344be04175cdd7bf7aab2308cf8f24.tar.gz gentoo-89c72da31f344be04175cdd7bf7aab2308cf8f24.tar.bz2 gentoo-89c72da31f344be04175cdd7bf7aab2308cf8f24.zip |
dev-db/mysql: Keyword ~s390 for 5.7.22
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/mysql-5.7.22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-5.7.22.ebuild b/dev-db/mysql/mysql-5.7.22.ebuild index c833881e7bc3..8ff8a60d64c5 100644 --- a/dev-db/mysql/mysql-5.7.22.ebuild +++ b/dev-db/mysql/mysql-5.7.22.ebuild @@ -37,7 +37,7 @@ RESTRICT="libressl? ( test )" REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~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 |