commit: 5d9b158c6fdf408485b52070fcb04e6dc3189c52 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Dec 17 12:38:42 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 17 12:38:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d9b158c
dev-db/mysql: fix DoubleEmptyLine Signed-off-by: Sam James <sam <AT> gentoo.org> dev-db/mysql/mysql-8.0.34.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-db/mysql/mysql-8.0.34.ebuild b/dev-db/mysql/mysql-8.0.34.ebuild index 43fb2e5f98f0..074d23884b7c 100644 --- a/dev-db/mysql/mysql-8.0.34.ebuild +++ b/dev-db/mysql/mysql-8.0.34.ebuild @@ -246,7 +246,6 @@ src_configure() { -DWITH_ROUTER=$(usex router ON OFF) ) - if use debug; then # Debug build type used extensively to add preprocessor definitions local -x CMAKE_BUILD_TYPE="Debug"