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 1745213888F for ; Fri, 30 Oct 2015 14:45:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE3F7E07F0; Fri, 30 Oct 2015 14:45:43 +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 5AC44E07F0 for ; Fri, 30 Oct 2015 14:45:43 +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 4D612340CBA for ; Fri, 30 Oct 2015 14:45:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A8021B1A for ; Fri, 30 Oct 2015 14:45:39 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1446216333.aa5eb0f7e4965a7148c2b692937376bd583c9479.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/chromaprint/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/chromaprint/chromaprint-1.2-r1.ebuild X-VCS-Directories: media-libs/chromaprint/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: aa5eb0f7e4965a7148c2b692937376bd583c9479 X-VCS-Branch: master Date: Fri, 30 Oct 2015 14:45:39 +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: 71e931f1-e4e0-4f73-a306-4940f4d37199 X-Archives-Hash: 61b0c85372a54bf00dc14a779cb0c55c commit: aa5eb0f7e4965a7148c2b692937376bd583c9479 Author: Alexis Ballier gentoo org> AuthorDate: Fri Oct 30 14:44:23 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Oct 30 14:45:33 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5eb0f7 media-libs/chromaprint: Add MULTILIB_USEDEP to build deps too. Package-Manager: portage-2.2.23 media-libs/chromaprint/chromaprint-1.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/chromaprint/chromaprint-1.2-r1.ebuild b/media-libs/chromaprint/chromaprint-1.2-r1.ebuild index 07293c8..5bbc7ec 100644 --- a/media-libs/chromaprint/chromaprint-1.2-r1.ebuild +++ b/media-libs/chromaprint/chromaprint-1.2-r1.ebuild @@ -21,8 +21,8 @@ RDEPEND=" " DEPEND="${RDEPEND} test? ( - dev-cpp/gtest - dev-libs/boost + dev-cpp/gtest[${MULTILIB_USEDEP}] + dev-libs/boost[${MULTILIB_USEDEP}] )" DOCS="NEWS.txt README.md"