diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-02 23:58:35 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-02 23:58:47 +0200 |
commit | 491567701dec41a4ee81746709fcf6a510ced4d6 (patch) | |
tree | a690d952daa3cbc9e8c1ad4de1ca01a425183eb4 /dev-db/mysql | |
parent | games-board/pychess: Drop old (diff) | |
download | gentoo-491567701dec41a4ee81746709fcf6a510ced4d6.tar.gz gentoo-491567701dec41a4ee81746709fcf6a510ced4d6.tar.bz2 gentoo-491567701dec41a4ee81746709fcf6a510ced4d6.zip |
dev-db/mysql: drop unneeded empty line
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/mysql-5.7.27.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 |