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 A57311382C5 for ; Sun, 29 Apr 2018 12:36:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD9E1E09F7; Sun, 29 Apr 2018 12:36:52 +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 9911FE09F7 for ; Sun, 29 Apr 2018 12:36:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7ED2E335C97 for ; Sun, 29 Apr 2018 12:36:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C28829B for ; Sun, 29 Apr 2018 12:36:49 +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: <1525005402.71990c23de730f26ec2bd063c8e47562b48b3c50.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/codec2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/codec2/codec2-0.7.ebuild X-VCS-Directories: media-libs/codec2/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 71990c23de730f26ec2bd063c8e47562b48b3c50 X-VCS-Branch: master Date: Sun, 29 Apr 2018 12:36:49 +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: 4592a6c2-eca4-4d94-ac8d-09b50be3e2d3 X-Archives-Hash: 6d8daa0b47877945aa4da56b4e0eee22 commit: 71990c23de730f26ec2bd063c8e47562b48b3c50 Author: Alexis Ballier gentoo org> AuthorDate: Sun Apr 29 12:36:15 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Apr 29 12:36:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71990c23 media-libs/codec2: disable UTs. Closes: https://bugs.gentoo.org/654312 Package-Manager: Portage-2.3.31, Repoman-2.3.9 media-libs/codec2/codec2-0.7.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/media-libs/codec2/codec2-0.7.ebuild b/media-libs/codec2/codec2-0.7.ebuild index 4703ed9d207..7dd2b089b71 100644 --- a/media-libs/codec2/codec2-0.7.ebuild +++ b/media-libs/codec2/codec2-0.7.ebuild @@ -16,3 +16,8 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND}" + +multilib_src_configure() { + local mycmakeargs=( -DUNITTEST=OFF ) + cmake-utils_src_configure +}