commit: 575e5ab98beafd988af73a49c43fdf36872ac6bc
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 26 16:48:00 2015 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 16:48:00 2015 +0000
URL: https://gitweb.gentoo.org/proj/mysql.git/commit/?id=575e5ab9
Add in minor fixes from portage tree
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
eclass/mysql-multilib.eclass | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass
index 10444a1..8810a04 100644
--- a/eclass/mysql-multilib.eclass
+++ b/eclass/mysql-multilib.eclass
@@ -273,8 +273,6 @@ REQUIRED_USE="
# These are used for both runtime and compiletime
# MULTILIB_USEDEP only set for libraries used by the client library
DEPEND="
- openssl? ( >=dev-libs/openssl-1.0.0:0=[${MULTILIB_USEDEP},static-libs?]
)
- libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP},static-libs?] )
kernel_linux? (
sys-process/procps:0=
dev-libs/libaio:0=
@@ -645,7 +643,7 @@ multilib_src_configure() {
-DINSTALL_UNIX_ADDRDIR=${EPREFIX}/var/run/mysqld/mysqld.sock
-DWITH_DEFAULT_COMPILER_OPTIONS=0
-DWITH_DEFAULT_FEATURE_SET=0
- -DINSTALL_SYSTEMD_UNITDIR=$(systemd_get_unitdir)
+ -DINSTALL_SYSTEMD_UNITDIR="$(systemd_get_unitdir)"
)
if in_iuse systemd ; then