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 3F446138331 for ; Mon, 19 Feb 2018 15:28:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6898EE0AE7; Mon, 19 Feb 2018 15:28:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 49D52E0AE7 for ; Mon, 19 Feb 2018 15:28:03 +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 44B47335C07 for ; Mon, 19 Feb 2018 15:28:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B48C4215 for ; Mon, 19 Feb 2018 15:28:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1519054075.16f9d5f2004a20b06731f76d331dbaab9e925aaa.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/nss-mdns/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/nss-mdns/nss-mdns-0.13.ebuild sys-auth/nss-mdns/nss-mdns-9999.ebuild X-VCS-Directories: sys-auth/nss-mdns/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 16f9d5f2004a20b06731f76d331dbaab9e925aaa X-VCS-Branch: master Date: Mon, 19 Feb 2018 15:28:00 +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: 6126c3b3-3cbe-4e24-8b6d-800eea7c998d X-Archives-Hash: 49d34fceab61e95b4ec10c0a0d6caab8 commit: 16f9d5f2004a20b06731f76d331dbaab9e925aaa Author: Michał Górny gentoo org> AuthorDate: Mon Feb 19 15:23:39 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 19 15:27:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f9d5f2 sys-auth/nss-mdns: Add missing MULTILIB_USEDEP on dev-libs/check sys-auth/nss-mdns/nss-mdns-0.13.ebuild | 2 +- sys-auth/nss-mdns/nss-mdns-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/nss-mdns/nss-mdns-0.13.ebuild b/sys-auth/nss-mdns/nss-mdns-0.13.ebuild index fea085203e9..290b9b38b6d 100644 --- a/sys-auth/nss-mdns/nss-mdns-0.13.ebuild +++ b/sys-auth/nss-mdns/nss-mdns-0.13.ebuild @@ -15,7 +15,7 @@ IUSE="test" RDEPEND=">=net-dns/avahi-0.6.31-r2[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} - test? ( >=dev-libs/check-0.11 )" + test? ( >=dev-libs/check-0.11[${MULTILIB_USEDEP}] )" multilib_src_configure() { local myconf=( diff --git a/sys-auth/nss-mdns/nss-mdns-9999.ebuild b/sys-auth/nss-mdns/nss-mdns-9999.ebuild index 4734cc555a1..8ba258c7989 100644 --- a/sys-auth/nss-mdns/nss-mdns-9999.ebuild +++ b/sys-auth/nss-mdns/nss-mdns-9999.ebuild @@ -17,7 +17,7 @@ IUSE="test" RDEPEND=">=net-dns/avahi-0.6.31-r2[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} - test? ( >=dev-libs/check-0.11 )" + test? ( >=dev-libs/check-0.11[${MULTILIB_USEDEP}] )" src_prepare() { default