diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-03-18 20:35:42 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-03-18 20:47:00 -0700 |
commit | 20e06a3f7ff812f9e068e85995356d891b4de547 (patch) | |
tree | 5e90ffce1c3bbd83c16a2704d68d3d03fae03e39 /dev-db | |
parent | dev-db/mariadb: Add -Wl,--no-relax to fix build on alpha (diff) | |
download | gentoo-20e06a3f7ff812f9e068e85995356d891b4de547.tar.gz gentoo-20e06a3f7ff812f9e068e85995356d891b4de547.tar.bz2 gentoo-20e06a3f7ff812f9e068e85995356d891b4de547.zip |
dev-db/percona-server: drop alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/percona-server/percona-server-5.7.27.30.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/percona-server/percona-server-5.7.27.30.ebuild b/dev-db/percona-server/percona-server-5.7.27.30.ebuild index 200a7c0f7436..300c67c70366 100644 --- a/dev-db/percona-server/percona-server-5.7.27.30.ebuild +++ b/dev-db/percona-server/percona-server-5.7.27.30.ebuild @@ -43,7 +43,7 @@ RESTRICT="!test? ( test ) libressl? ( test )" REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~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 |