diff options
| author | Brian Evans <grknight@gentoo.org> | 2018-11-13 13:13:13 -0500 |
|---|---|---|
| committer | Brian Evans <grknight@gentoo.org> | 2018-11-13 13:25:49 -0500 |
| commit | 305cbe3be1b0d1a43082a01aef0741d56652af9a (patch) | |
| tree | 728dae0f661cb44767eb243d5a115d8b8adc185e /dev-db/mysql/mysql-5.6.40-r2.ebuild | |
| parent | acb6f543e2c8c720a2a0ab1fd3760f2d1e64f674 (diff) | |
| download | gentoo-305cbe3be1b0d1a43082a01aef0741d56652af9a.tar.gz gentoo-305cbe3be1b0d1a43082a01aef0741d56652af9a.tar.bz2 gentoo-305cbe3be1b0d1a43082a01aef0741d56652af9a.zip | |
dev-db/mysql: Add missing line-continuation during pkg_config
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-db/mysql/mysql-5.6.40-r2.ebuild')
| -rw-r--r-- | dev-db/mysql/mysql-5.6.40-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-5.6.40-r2.ebuild b/dev-db/mysql/mysql-5.6.40-r2.ebuild index 95b33a658a55..bd964e87045e 100644 --- a/dev-db/mysql/mysql-5.6.40-r2.ebuild +++ b/dev-db/mysql/mysql-5.6.40-r2.ebuild @@ -739,7 +739,7 @@ pkg_config() { --max_allowed_packet=8M \ --net_buffer_length=16K \ --socket=${socket} \ - --pid-file=${pidfile} + --pid-file=${pidfile} \ --tmpdir=${ROOT}/${MYSQL_TMPDIR}" #einfo "About to start mysqld: ${mysqld}" ebegin "Starting mysqld" |
