diff options
author | Vance M. Allen <vma_gentoo@vmacs.us> | 2018-04-22 13:32:46 -0600 |
---|---|---|
committer | Vance M. Allen <vma_gentoo@vmacs.us> | 2018-04-22 13:32:46 -0600 |
commit | 028f9217606a0cb06949c5455e8852462a2f1de4 (patch) | |
tree | f95d347e7d292bdc4347abe6b3272ef8832eaa4f | |
parent | Removing EOL version of phpMyAdmin, adding support for phpMyAdmin-4.8.0.1 (diff) | |
download | vmacs-028f9217606a0cb06949c5455e8852462a2f1de4.tar.gz vmacs-028f9217606a0cb06949c5455e8852462a2f1de4.tar.bz2 vmacs-028f9217606a0cb06949c5455e8852462a2f1de4.zip |
Add fix to mysql-5.7 series
-rw-r--r-- | dev-db/mysql/mysql-5.7.22.ebuild | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/dev-db/mysql/mysql-5.7.22.ebuild b/dev-db/mysql/mysql-5.7.22.ebuild index 572d880..06e3e32 100644 --- a/dev-db/mysql/mysql-5.7.22.ebuild +++ b/dev-db/mysql/mysql-5.7.22.ebuild @@ -6,7 +6,7 @@ EAPI="6" MY_EXTRAS_VER="20180214-0024Z" MY_PV="${PV//_alpha_pre/-m}" MY_PV="${MY_PV//_/-}" -HAS_TOOLS_PATCH="1" +HAS_TOOLS_PATCH="0" SUBSLOT="18" #fails to build with ninja CMAKE_MAKEFILE_GENERATOR=emake @@ -25,21 +25,6 @@ DEPEND="${COMMON_DEPEND} test? ( dev-perl/JSON )" RDEPEND="${COMMON_DEPEND}" -MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}" - -PATCHES=( - "${MY_PATCH_DIR}"/01050_all_mysql_config_cleanup-5.6.patch - "${MY_PATCH_DIR}"/02040_all_embedded-library-shared-5.5.10.patch - "${MY_PATCH_DIR}"/20006_all_cmake_elib-mysql-5.6.35.patch - "${MY_PATCH_DIR}"/20007_all_cmake-debug-werror-5.6.22.patch - "${MY_PATCH_DIR}"/20008_all_mysql-tzinfo-symlink-5.6.37.patch - "${MY_PATCH_DIR}"/20009_all_mysql_myodbc_symbol_fix-5.6.patch - "${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 # If you want to add a single patch, copy the ebuild to an overlay # and create your own mysql-extras tarball, looking at 000_index.txt |