From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 86B05138359 for ; Mon, 24 Aug 2020 01:26:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC70DE07F2; Mon, 24 Aug 2020 01:26:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94288E07F2 for ; Mon, 24 Aug 2020 01:26:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F16F33BF5D for ; Mon, 24 Aug 2020 01:26:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90ABA2AE for ; Mon, 24 Aug 2020 01:26:51 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1598232406.af2d6f22b35aaa8c2e19c590191cd043752c8380.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql-connector-c/mysql-connector-c-8.0.21-r2.ebuild X-VCS-Directories: dev-db/mysql-connector-c/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: af2d6f22b35aaa8c2e19c590191cd043752c8380 X-VCS-Branch: master Date: Mon, 24 Aug 2020 01:26:51 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2426df27-425c-41ad-bef4-56e270c9cc5b X-Archives-Hash: 02511bc965411ceef6fa7645c115f264 commit: af2d6f22b35aaa8c2e19c590191cd043752c8380 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Aug 24 01:25:48 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Aug 24 01:26:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af2d6f22 dev-db/mysql-connector-c: fix multilib deps Closes: https://bugs.gentoo.org/738762 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/mysql-connector-c/mysql-connector-c-8.0.21-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/mysql-connector-c/mysql-connector-c-8.0.21-r2.ebuild b/dev-db/mysql-connector-c/mysql-connector-c-8.0.21-r2.ebuild index f5621fe4b1e..c79b084636c 100644 --- a/dev-db/mysql-connector-c/mysql-connector-c-8.0.21-r2.ebuild +++ b/dev-db/mysql-connector-c/mysql-connector-c-8.0.21-r2.ebuild @@ -19,8 +19,8 @@ SLOT="0/21" IUSE="ldap libressl static-libs" RDEPEND=" - >=app-arch/lz4-0_p131:= - app-arch/zstd:= + >=app-arch/lz4-0_p131:=[${MULTILIB_USEDEP}] + app-arch/zstd:=[${MULTILIB_USEDEP}] sys-libs/zlib:=[${MULTILIB_USEDEP}] ldap? ( dev-libs/cyrus-sasl:=[${MULTILIB_USEDEP}] ) libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )