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.5.61.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.5.61.ebuild')
| -rw-r--r-- | dev-db/mysql/mysql-5.5.61.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-5.5.61.ebuild b/dev-db/mysql/mysql-5.5.61.ebuild index b2c26da97b4f..bba690fe0689 100644 --- a/dev-db/mysql/mysql-5.5.61.ebuild +++ b/dev-db/mysql/mysql-5.5.61.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -742,7 +742,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" |
