Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/
Date: Sun, 10 May 2020 10:11:59
Message-Id: 1589105511.329f0130c3a4aa082062f50c85348013e3c1e923.zlogene@gentoo
1 commit: 329f0130c3a4aa082062f50c85348013e3c1e923
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 10 10:10:09 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 10 10:11:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=329f0130
7
8 dev-db/mysql: amd64 stable wrt bug #717628
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
13
14 dev-db/mysql/mysql-5.7.30.ebuild | 2 +-
15 dev-db/mysql/mysql-8.0.20.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-db/mysql/mysql-5.7.30.ebuild b/dev-db/mysql/mysql-5.7.30.ebuild
19 index 5c1651a1f62..6ca2404d190 100644
20 --- a/dev-db/mysql/mysql-5.7.30.ebuild
21 +++ b/dev-db/mysql/mysql-5.7.30.ebuild
22 @@ -30,7 +30,7 @@ RESTRICT="!test? ( test ) libressl? ( test )"
23
24 REQUIRED_USE="?? ( tcmalloc jemalloc )"
25
26 -KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
27 +KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
28
29 # Shorten the path because the socket path length must be shorter than 107 chars
30 # and we will run a mysql server during test phase
31
32 diff --git a/dev-db/mysql/mysql-8.0.20.ebuild b/dev-db/mysql/mysql-8.0.20.ebuild
33 index afc6a016f68..2d75ab74f90 100644
34 --- a/dev-db/mysql/mysql-8.0.20.ebuild
35 +++ b/dev-db/mysql/mysql-8.0.20.ebuild
36 @@ -37,7 +37,7 @@ REQUIRED_USE="?? ( tcmalloc jemalloc )
37 router? ( server )
38 tcmalloc? ( server )"
39
40 -KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
41 +KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
42
43 # Shorten the path because the socket path length must be shorter than 107 chars
44 # and we will run a mysql server during test phase