From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8CA3913888F for ; Mon, 26 Oct 2015 16:54:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DF9DE083C; Mon, 26 Oct 2015 16:54:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4876DE083C for ; Mon, 26 Oct 2015 16:54:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89D09340928 for ; Mon, 26 Oct 2015 16:54:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E5F41712 for ; Mon, 26 Oct 2015 16:54:45 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1445878080.575e5ab98beafd988af73a49c43fdf36872ac6bc.grknight@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-multilib.eclass X-VCS-Directories: eclass/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 575e5ab98beafd988af73a49c43fdf36872ac6bc X-VCS-Branch: master Date: Mon, 26 Oct 2015 16:54:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2da46baa-40b8-4754-b49c-1980f7d67288 X-Archives-Hash: 4229a48c73c646de2eccc82eec202bc4 commit: 575e5ab98beafd988af73a49c43fdf36872ac6bc Author: Brian Evans gentoo org> AuthorDate: Mon Oct 26 16:48:00 2015 +0000 Commit: Brian Evans gentoo 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 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