diff options
author | Brian Evans <grknight@gentoo.org> | 2017-10-02 11:06:11 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-10-02 11:20:39 -0400 |
commit | 7fbf49170f4269f1c3f01fa272dd7b2a15a50524 (patch) | |
tree | 368419540a7e3d10a9b9d77a13984f3740aefb0e /eclass/mysql-v2.eclass | |
parent | media-radio/xwxapt: Add missing po-files (Bug #631268) (diff) | |
download | gentoo-7fbf49170f4269f1c3f01fa272dd7b2a15a50524.tar.gz gentoo-7fbf49170f4269f1c3f01fa272dd7b2a15a50524.tar.bz2 gentoo-7fbf49170f4269f1c3f01fa272dd7b2a15a50524.zip |
mysql-{multilib,multilib-r1,v2}.eclass: Remove extra option
Causes the new su bootstrap to fail.
Closes: https://bugs.gentoo.org/show_bug.cgi?id=632694
Diffstat (limited to 'eclass/mysql-v2.eclass')
-rw-r--r-- | eclass/mysql-v2.eclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index 53cba1eb7297..fe379980a800 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.eclass @@ -804,8 +804,6 @@ mysql-v2_pkg_config() { egrep -sq external-locking "${helpfile}" && \ options="${options/skip-locking/skip-external-locking}" - use prefix || options="${options} --user=mysql" - # MySQL 5.6+ needs InnoDB if [[ ${PN} == "mysql" || ${PN} == "percona-server" ]] ; then mysql_version_is_at_least "5.6" || options="${options} --loose-skip-innodb" |