summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-02-14 01:44:08 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-02-14 01:46:47 +0100
commitfab7d95b5ac4a012eb99c60e72c02f89308adfc3 (patch)
tree8349bd67d7602e36ae1091268fa0bc4c602a6a5f /dev-db
parentdev-db/mysql: Bump patch set to fix compilation problem (diff)
downloadgentoo-fab7d95b5ac4a012eb99c60e72c02f89308adfc3.tar.gz
gentoo-fab7d95b5ac4a012eb99c60e72c02f89308adfc3.tar.bz2
gentoo-fab7d95b5ac4a012eb99c60e72c02f89308adfc3.zip
dev-db/mysql: Bump patch set to fix innodb.monitor test
Closes: https://bugs.gentoo.org/645838 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/mysql/mysql-5.6.39.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-5.6.39.ebuild b/dev-db/mysql/mysql-5.6.39.ebuild
index 70e25842d039..7aa1873de8fb 100644
--- a/dev-db/mysql/mysql-5.6.39.ebuild
+++ b/dev-db/mysql/mysql-5.6.39.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
-MY_EXTRAS_VER="20171121-1518Z"
+MY_EXTRAS_VER="20180214-0024Z"
MY_PV="${PV//_alpha_pre/-m}"
MY_PV="${MY_PV//_/-}"
HAS_TOOLS_PATCH="1"
@@ -37,6 +37,7 @@ PATCHES=(
"${MY_PATCH_DIR}"/20018_all_mysql-5.6.25-without-clientlibs-tools.patch
"${MY_PATCH_DIR}"/20027_all_mysql-5.5-perl5.26-includes.patch
"${MY_PATCH_DIR}"/20028_all_mysql-5.6-gcc7.patch
+ "${MY_PATCH_DIR}"/20031_all_mysql-5.6-fix-monitor.test.patch
)
# Please do not add a naive src_unpack to this ebuild