From: Thomas Deutschmann Date: Fri, 2 Aug 2019 21:58:35 +0000 (+0200) Subject: dev-db/mysql: drop unneeded empty line X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=491567701dec41a4ee81746709fcf6a510ced4d6;p=gentoo.git dev-db/mysql: drop unneeded empty line Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann --- diff --git a/dev-db/mysql/mysql-5.7.27.ebuild b/dev-db/mysql/mysql-5.7.27.ebuild index 51372d0a361f..05cb0dc5f93d 100644 --- a/dev-db/mysql/mysql-5.7.27.ebuild +++ b/dev-db/mysql/mysql-5.7.27.ebuild @@ -303,7 +303,6 @@ src_prepare() { man/zlib_decompress.1 \ || die - if use libressl ; then sed -i 's/OPENSSL_MAJOR_VERSION STREQUAL "1"/OPENSSL_MAJOR_VERSION STREQUAL "2"/' \ "${S}/cmake/ssl.cmake" || die