Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/
Date: Sun, 27 Feb 2022 16:24:59
Message-Id: 1645979081.035483916803172e5a493785a1e073c58f7595e8.sam@gentoo
1 commit: 035483916803172e5a493785a1e073c58f7595e8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 16:06:23 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 16:24:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03548391
7
8 dev-db/mysql: drop to ~ppc
9
10 8.x doesn't work and regressions in 5.7.x too. Suggest using MariaDB on PPC.
11
12 Bug: https://bugs.gentoo.org/822258
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14 Closes: https://github.com/gentoo/gentoo/pull/24370
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 dev-db/mysql/mysql-5.7.32.ebuild | 4 ++--
18 dev-db/mysql/mysql-5.7.34.ebuild | 4 ++--
19 2 files changed, 4 insertions(+), 4 deletions(-)
20
21 diff --git a/dev-db/mysql/mysql-5.7.32.ebuild b/dev-db/mysql/mysql-5.7.32.ebuild
22 index c68d1e4cd86d..613c2cbc0a55 100644
23 --- a/dev-db/mysql/mysql-5.7.32.ebuild
24 +++ b/dev-db/mysql/mysql-5.7.32.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2021 Gentoo Authors
27 +# Copyright 1999-2022 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI="7"
31 @@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
32
33 REQUIRED_USE="?? ( tcmalloc jemalloc )"
34
35 -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
36 +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
37
38 # Shorten the path because the socket path length must be shorter than 107 chars
39 # and we will run a mysql server during test phase
40
41 diff --git a/dev-db/mysql/mysql-5.7.34.ebuild b/dev-db/mysql/mysql-5.7.34.ebuild
42 index 6a6d053d9b44..74040f453b7d 100644
43 --- a/dev-db/mysql/mysql-5.7.34.ebuild
44 +++ b/dev-db/mysql/mysql-5.7.34.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2021 Gentoo Authors
47 +# Copyright 1999-2022 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI="7"
51 @@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
52
53 REQUIRED_USE="?? ( tcmalloc jemalloc )"
54
55 -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
56 +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
57
58 # Shorten the path because the socket path length must be shorter than 107 chars
59 # and we will run a mysql server during test phase