From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C75111581B9 for ; Sat, 04 Oct 2025 02:33:22 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6C969341603 for ; Sat, 04 Oct 2025 02:33:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 621461104A0; Sat, 04 Oct 2025 02:33:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 58BF51104A0 for ; Sat, 04 Oct 2025 02:33:19 +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 0FEA634081F for ; Sat, 04 Oct 2025 02:33:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 427FC3A8F for ; Sat, 04 Oct 2025 02:33:17 +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: <1759545166.96ad82f516a16ceff457f1d3baa3b220ba4ddfdf.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/dia/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/dia/dia-0.98_pre20250913.ebuild X-VCS-Directories: app-office/dia/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 96ad82f516a16ceff457f1d3baa3b220ba4ddfdf X-VCS-Branch: master Date: Sat, 04 Oct 2025 02:33:17 +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: ce0c31ad-0142-446e-ada8-2facaea8d0c3 X-Archives-Hash: bf5caef14e0346eaf1fd33845625918c commit: 96ad82f516a16ceff457f1d3baa3b220ba4ddfdf Author: Sam James gentoo org> AuthorDate: Sat Oct 4 01:39:58 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 4 02:32:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ad82f5 app-office/dia: add missing dies Signed-off-by: Sam James gentoo.org> app-office/dia/dia-0.98_pre20250913.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/dia/dia-0.98_pre20250913.ebuild b/app-office/dia/dia-0.98_pre20250913.ebuild index 9730f464bfd2..0b77d26b9249 100644 --- a/app-office/dia/dia-0.98_pre20250913.ebuild +++ b/app-office/dia/dia-0.98_pre20250913.ebuild @@ -66,13 +66,13 @@ src_prepare() { # do not build pdf with dblatex sed -e "s:^helpdir =.*$:helpdir = datadir / 'doc' / '${PF}' / 'html':" \ -e "/^dblatex = /s:find_program(.*):disabler():" \ - -i doc/meson.build + -i doc/meson.build || die sed -e "/.*helpdir =.*$/s:\"help\":\"../doc/${PF}/html\":" \ -i app/commands.c || die # use local docbook sed -e "s:^DB2MAN =.*$:DB2MAN = '${EPREFIX}/usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl':" \ - -i doc/meson.build + -i doc/meson.build || die } src_configure() {