diff options
author | Sam James <sam@gentoo.org> | 2022-02-27 16:06:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-27 16:24:41 +0000 |
commit | 035483916803172e5a493785a1e073c58f7595e8 (patch) | |
tree | 3e21aacf0aaa7e0afe789c7835042e24d45ee270 /dev-db | |
parent | dev-libs/tree-sitter: remove ts-cli USE flag (diff) | |
download | gentoo-035483916803172e5a493785a1e073c58f7595e8.tar.gz gentoo-035483916803172e5a493785a1e073c58f7595e8.tar.bz2 gentoo-035483916803172e5a493785a1e073c58f7595e8.zip |
dev-db/mysql: drop to ~ppc
8.x doesn't work and regressions in 5.7.x too. Suggest using MariaDB on PPC.
Bug: https://bugs.gentoo.org/822258
Signed-off-by: Sam James <sam@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/24370
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/mysql-5.7.32.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.7.34.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/mysql/mysql-5.7.32.ebuild b/dev-db/mysql/mysql-5.7.32.ebuild index c68d1e4cd86d..613c2cbc0a55 100644 --- a/dev-db/mysql/mysql-5.7.32.ebuild +++ b/dev-db/mysql/mysql-5.7.32.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -27,7 +27,7 @@ RESTRICT="!test? ( test )" REQUIRED_USE="?? ( tcmalloc jemalloc )" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-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 diff --git a/dev-db/mysql/mysql-5.7.34.ebuild b/dev-db/mysql/mysql-5.7.34.ebuild index 6a6d053d9b44..74040f453b7d 100644 --- a/dev-db/mysql/mysql-5.7.34.ebuild +++ b/dev-db/mysql/mysql-5.7.34.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -27,7 +27,7 @@ RESTRICT="!test? ( test )" REQUIRED_USE="?? ( tcmalloc jemalloc )" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-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 |