diff options
author | 2019-08-17 15:06:39 +0200 | |
---|---|---|
committer | 2019-08-17 15:45:29 +0200 | |
commit | d09a1987d13e4ca4a8f122780972817969f6194b (patch) | |
tree | a933fb966261d17fb188e30d0d58948e81b57f87 /dev-db | |
parent | dev-db/mysql: remove _pre suffix (diff) | |
download | gentoo-d09a1987d13e4ca4a8f122780972817969f6194b.tar.gz gentoo-d09a1987d13e4ca4a8f122780972817969f6194b.tar.bz2 gentoo-d09a1987d13e4ca4a8f122780972817969f6194b.zip |
profiles: Remove mysql-8* mask
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/mysql-8.0.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-8.0.17.ebuild b/dev-db/mysql/mysql-8.0.17.ebuild index 040604e7eef2..51417c5920da 100644 --- a/dev-db/mysql/mysql-8.0.17.ebuild +++ b/dev-db/mysql/mysql-8.0.17.ebuild @@ -37,7 +37,7 @@ RESTRICT="libressl? ( test )" REQUIRED_USE="?? ( tcmalloc jemalloc )" -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="~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 |