diff options
author | Sam James <sam@gentoo.org> | 2023-12-17 12:38:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-17 12:38:42 +0000 |
commit | 5d9b158c6fdf408485b52070fcb04e6dc3189c52 (patch) | |
tree | a0d1955ebc1093148310a9d4015c34ebe975e4d4 /dev-db/mysql | |
parent | profiles/license_groups: drop unused Amazon in @BINARY-REDISTRIBUTABLE (diff) | |
download | gentoo-5d9b158c6fdf408485b52070fcb04e6dc3189c52.tar.gz gentoo-5d9b158c6fdf408485b52070fcb04e6dc3189c52.tar.bz2 gentoo-5d9b158c6fdf408485b52070fcb04e6dc3189c52.zip |
dev-db/mysql: fix DoubleEmptyLine
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/mysql-8.0.34.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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" |