Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/
Date: Wed, 14 Feb 2018 00:47:02
Message-Id: 1518569207.fab7d95b5ac4a012eb99c60e72c02f89308adfc3.whissi@gentoo
1 commit: fab7d95b5ac4a012eb99c60e72c02f89308adfc3
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 14 00:44:08 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 14 00:46:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab7d95b
7
8 dev-db/mysql: Bump patch set to fix innodb.monitor test
9
10 Closes: https://bugs.gentoo.org/645838
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 dev-db/mysql/mysql-5.6.39.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-db/mysql/mysql-5.6.39.ebuild b/dev-db/mysql/mysql-5.6.39.ebuild
17 index 70e25842d03..7aa1873de8f 100644
18 --- a/dev-db/mysql/mysql-5.6.39.ebuild
19 +++ b/dev-db/mysql/mysql-5.6.39.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI="6"
23
24 -MY_EXTRAS_VER="20171121-1518Z"
25 +MY_EXTRAS_VER="20180214-0024Z"
26 MY_PV="${PV//_alpha_pre/-m}"
27 MY_PV="${MY_PV//_/-}"
28 HAS_TOOLS_PATCH="1"
29 @@ -37,6 +37,7 @@ PATCHES=(
30 "${MY_PATCH_DIR}"/20018_all_mysql-5.6.25-without-clientlibs-tools.patch
31 "${MY_PATCH_DIR}"/20027_all_mysql-5.5-perl5.26-includes.patch
32 "${MY_PATCH_DIR}"/20028_all_mysql-5.6-gcc7.patch
33 + "${MY_PATCH_DIR}"/20031_all_mysql-5.6-fix-monitor.test.patch
34 )
35
36 # Please do not add a naive src_unpack to this ebuild