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 90D2715800F for ; Fri, 13 Jan 2023 14:53:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D95BCE0858; Fri, 13 Jan 2023 14:53:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C4F33E0858 for ; Fri, 13 Jan 2023 14:53:04 +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 167EC340E9E for ; Fri, 13 Jan 2023 14:53:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3D507F2 for ; Fri, 13 Jan 2023 14:53:02 +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: <1673621556.cb6a1b131019acbbfd74b0404f5c8a8693c331b9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/swig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/swig/swig-4.1.1-r1.ebuild X-VCS-Directories: dev-lang/swig/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cb6a1b131019acbbfd74b0404f5c8a8693c331b9 X-VCS-Branch: master Date: Fri, 13 Jan 2023 14:53:02 +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: 2ac81316-006c-4011-a3b2-6e01573eb0d2 X-Archives-Hash: 7e2fe7869549a89fec1ff2f46dc085e4 commit: cb6a1b131019acbbfd74b0404f5c8a8693c331b9 Author: Sam James gentoo org> AuthorDate: Fri Jan 13 14:52:35 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 13 14:52:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb6a1b13 dev-lang/swig: add missing die Fixes: a9ac283e99d7992fd6aceecee6dc96c30e282d31 Signed-off-by: Sam James gentoo.org> dev-lang/swig/swig-4.1.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/swig/swig-4.1.1-r1.ebuild b/dev-lang/swig/swig-4.1.1-r1.ebuild index afaf9e58b0d3..554856150d90 100644 --- a/dev-lang/swig/swig-4.1.1-r1.ebuild +++ b/dev-lang/swig/swig-4.1.1-r1.ebuild @@ -35,7 +35,7 @@ src_prepare() { default # Only needed for Clang 16 patch - ln -s "${S}"/Tools CCache/ + ln -s "${S}"/Tools CCache/ || die AT_M4DIR="Tools/config" eautoreconf }