public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Eli Schwartz <eschwartz93@gmail.com>
To: gentoo-dev@lists.gentoo.org
Subject: [gentoo-dev] [PATCH 1/3] net-libs/libsrtp: pass in a ninja-compatible value to meson_src_compile
Date: Sun,  2 Jun 2024 15:43:44 -0400	[thread overview]
Message-ID: <20240602194454.194298-2-eschwartz93@gmail.com> (raw)
In-Reply-To: <20240602194454.194298-1-eschwartz93@gmail.com>

Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
---
 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
 }
 
-- 
2.44.2



  reply	other threads:[~2024-06-02 19:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-02 19:08 [gentoo-dev] [PATCH] meson.eclass: stop using the incomparably broken "meson compile" Eli Schwartz
2024-06-02 19:43 ` [gentoo-dev] [PATCH 0/3] meson.eclass: corresponding updates to ebuilds Eli Schwartz
2024-06-02 19:43   ` Eli Schwartz [this message]
2024-06-02 19:43   ` [gentoo-dev] [PATCH 2/3] sys-apps/systemd-utils: pass in a ninja-compatible value to meson_src_compile Eli Schwartz
2024-06-02 19:43   ` [gentoo-dev] [PATCH 3/3] dev-db/postgresql: " Eli Schwartz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240602194454.194298-2-eschwartz93@gmail.com \
    --to=eschwartz93@gmail.com \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox