Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/codec2/
Date: Sun, 29 Apr 2018 12:36:53
Message-Id: 1525005402.71990c23de730f26ec2bd063c8e47562b48b3c50.aballier@gentoo
1 commit: 71990c23de730f26ec2bd063c8e47562b48b3c50
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 12:36:15 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 12:36:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71990c23
7
8 media-libs/codec2: disable UTs.
9
10 Closes: https://bugs.gentoo.org/654312
11
12 Package-Manager: Portage-2.3.31, Repoman-2.3.9
13
14 media-libs/codec2/codec2-0.7.ebuild | 5 +++++
15 1 file changed, 5 insertions(+)
16
17 diff --git a/media-libs/codec2/codec2-0.7.ebuild b/media-libs/codec2/codec2-0.7.ebuild
18 index 4703ed9d207..7dd2b089b71 100644
19 --- a/media-libs/codec2/codec2-0.7.ebuild
20 +++ b/media-libs/codec2/codec2-0.7.ebuild
21 @@ -16,3 +16,8 @@ IUSE=""
22
23 DEPEND=""
24 RDEPEND="${DEPEND}"
25 +
26 +multilib_src_configure() {
27 + local mycmakeargs=( -DUNITTEST=OFF )
28 + cmake-utils_src_configure
29 +}