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 AA1EC138334 for ; Tue, 22 Oct 2019 14:22:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7376E0880; Tue, 22 Oct 2019 14:22:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B2AEBE0880 for ; Tue, 22 Oct 2019 14:22:27 +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 DD7B434C1F5 for ; Tue, 22 Oct 2019 14:22:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3EAE744 for ; Tue, 22 Oct 2019 14:22:24 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1571754123.025c8115f800a20f4eaabee0e7d2dd94d4cf6721.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/rlottie/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/rlottie/rlottie-0.0.1_pre20190920.ebuild X-VCS-Directories: media-libs/rlottie/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 025c8115f800a20f4eaabee0e7d2dd94d4cf6721 X-VCS-Branch: master Date: Tue, 22 Oct 2019 14:22:24 +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: f70b113f-c1a1-410b-b701-772216d35b50 X-Archives-Hash: 39dd648b8a01ebff9be38a6cbefc12f3 commit: 025c8115f800a20f4eaabee0e7d2dd94d4cf6721 Author: Joonas Niilola gentoo org> AuthorDate: Tue Oct 22 14:22:03 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Oct 22 14:22:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=025c8115 media-libs/rlottie: disable building examples for now Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Joonas Niilola gentoo.org> media-libs/rlottie/rlottie-0.0.1_pre20190920.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/rlottie/rlottie-0.0.1_pre20190920.ebuild b/media-libs/rlottie/rlottie-0.0.1_pre20190920.ebuild index 24a7d66d956..dd1e038fbc4 100644 --- a/media-libs/rlottie/rlottie-0.0.1_pre20190920.ebuild +++ b/media-libs/rlottie/rlottie-0.0.1_pre20190920.ebuild @@ -26,6 +26,7 @@ PATCHES=( "${FILESDIR}"/rlottie-0.0.1_pre20190920-disable-werror.patch ) src_configure() { local emesonargs=( + -D example=false $(meson_use test) )