diff options
| author | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-12 00:19:16 +0100 |
|---|---|---|
| committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-12 00:19:35 +0100 |
| commit | a700871f5aa1971376b7fd7182bc9021f09ab273 (patch) | |
| tree | 16e435c184bf0ce1188634817da7a30a3879740c /dev-db/mysql/mysql-5.6.40-r2.ebuild | |
| parent | 1c4043993f11d484a2997ecff4aa05a9cf53a370 (diff) | |
| download | gentoo-a700871f5aa1971376b7fd7182bc9021f09ab273.tar.gz gentoo-a700871f5aa1971376b7fd7182bc9021f09ab273.tar.bz2 gentoo-a700871f5aa1971376b7fd7182bc9021f09ab273.zip | |
dev-db/mysql: fix rpl.rpl_semi_sync_shutdown_hang test failure
Closes: https://bugs.gentoo.org/670882
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-db/mysql/mysql-5.6.40-r2.ebuild')
| -rw-r--r-- | dev-db/mysql/mysql-5.6.40-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-5.6.40-r2.ebuild b/dev-db/mysql/mysql-5.6.40-r2.ebuild index 0c2284e90808..95b33a658a55 100644 --- a/dev-db/mysql/mysql-5.6.40-r2.ebuild +++ b/dev-db/mysql/mysql-5.6.40-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -MY_EXTRAS_VER="20180804-2323Z" +MY_EXTRAS_VER="20181111-2314Z" CMAKE_MAKEFILE_GENERATOR=emake @@ -64,6 +64,7 @@ PATCHES=( "${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 + "${MY_PATCH_DIR}"/20036_all_mysql-5.6-fix-rpl_semi_sync_shutdown_hang.test.patch ) # Be warned, *DEPEND are version-dependant |
