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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4091B158008 for ; Mon, 12 Jun 2023 18:04:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F25AE0931; Mon, 12 Jun 2023 18:04:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7622BE0931 for ; Mon, 12 Jun 2023 18:04:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 796FF34132E for ; Mon, 12 Jun 2023 18:04:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 967B0A91 for ; Mon, 12 Jun 2023 18:04:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1686593061.4c31e1aa3cfc5b08925e62c188e097a5d0423765.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mlt/mlt-7.16.0.ebuild X-VCS-Directories: media-libs/mlt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4c31e1aa3cfc5b08925e62c188e097a5d0423765 X-VCS-Branch: master Date: Mon, 12 Jun 2023 18:04:45 +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: a894e6f3-d163-4235-8d62-1ed0a8127184 X-Archives-Hash: 02e08f8be548fc9486e84e4847ff2f8d commit: 4c31e1aa3cfc5b08925e62c188e097a5d0423765 Author: Sam James gentoo org> AuthorDate: Mon Jun 12 18:04:21 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 12 18:04:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c31e1aa media-libs/mlt: disable clang-format Signed-off-by: Sam James gentoo.org> media-libs/mlt/mlt-7.16.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/mlt/mlt-7.16.0.ebuild b/media-libs/mlt/mlt-7.16.0.ebuild index 3e882d7b38e5..b26754c92e32 100644 --- a/media-libs/mlt/mlt-7.16.0.ebuild +++ b/media-libs/mlt/mlt-7.16.0.ebuild @@ -103,6 +103,7 @@ src_prepare() { src_configure() { local mycmakeargs=( -DCMAKE_SKIP_RPATH=ON + -DCLANG_FORMAT=OFF -DGPL=ON -DGPL3=ON -DBUILD_TESTING=$(usex test)