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 CA25A15817D for ; Thu, 6 Jun 2024 20:27:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02095E29F2; Thu, 6 Jun 2024 20:27:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8275E29F1 for ; Thu, 6 Jun 2024 20:27:33 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 239BF3406D1 for ; Thu, 6 Jun 2024 20:27:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B164211F1 for ; Thu, 6 Jun 2024 20:27:31 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1717705622.eec26d055ddf92949cdf5471983dc8bbf4e75022.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsrtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libsrtp/libsrtp-2.4.2.ebuild X-VCS-Directories: net-libs/libsrtp/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: eec26d055ddf92949cdf5471983dc8bbf4e75022 X-VCS-Branch: master Date: Thu, 6 Jun 2024 20:27:31 +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: 0a0b4bc7-0bac-48e8-b14b-23c11db541bb X-Archives-Hash: 22cc69c5c7400fcd2c2d0ae0501ceac5 commit: eec26d055ddf92949cdf5471983dc8bbf4e75022 Author: Eli Schwartz gmail com> AuthorDate: Sun Jun 2 19:43:44 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Jun 6 20:27:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec26d05 net-libs/libsrtp: pass in a ninja-compatible value to meson_src_compile Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Mike Gilbert gentoo.org> net-libs/libsrtp/libsrtp-2.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libsrtp/libsrtp-2.4.2.ebuild b/net-libs/libsrtp/libsrtp-2.4.2.ebuild index 96e02837fcf2..1aaaf742a61f 100644 --- a/net-libs/libsrtp/libsrtp-2.4.2.ebuild +++ b/net-libs/libsrtp/libsrtp-2.4.2.ebuild @@ -55,7 +55,7 @@ multilib_src_configure() { multilib_src_compile() { meson_src_compile if multilib_is_native_abi && use doc; then - meson_src_compile doc + meson_src_compile doc/html fi }