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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 14801158046 for ; Tue, 15 Oct 2024 01:39:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D1D3E07D9; Tue, 15 Oct 2024 01:39:31 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42071E07D9 for ; Tue, 15 Oct 2024 01:39:31 +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 5B2AA342FDE for ; Tue, 15 Oct 2024 01:39:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9356811DF for ; Tue, 15 Oct 2024 01:39:28 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1728956348.7584b42b435c894fc69811e4af50b13178bca6ca.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mercury-extras/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/mercury-extras/mercury-extras-22.01.1.ebuild X-VCS-Directories: dev-lang/mercury-extras/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 7584b42b435c894fc69811e4af50b13178bca6ca X-VCS-Branch: master Date: Tue, 15 Oct 2024 01:39:28 +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: ac00ab2d-d67b-4b9a-ad75-1e9dfd71b972 X-Archives-Hash: 7ea2ac28219a39ec77203ad6ebbbd572 commit: 7584b42b435c894fc69811e4af50b13178bca6ca Author: Eli Schwartz gentoo org> AuthorDate: Tue Oct 15 01:01:58 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Tue Oct 15 01:39:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7584b42b dev-lang/mercury-extras: fix filter-lto to include inherit Otherwise filter-lto doesn't actually run. Oops! Closes: https://bugs.gentoo.org/941515 Fixes: b3e643353b25028826a85390411a840ed0deecec Signed-off-by: Eli Schwartz gentoo.org> dev-lang/mercury-extras/mercury-extras-22.01.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/mercury-extras/mercury-extras-22.01.1.ebuild b/dev-lang/mercury-extras/mercury-extras-22.01.1.ebuild index 441311e6c725..d747270e30b0 100644 --- a/dev-lang/mercury-extras/mercury-extras-22.01.1.ebuild +++ b/dev-lang/mercury-extras/mercury-extras-22.01.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit vcs-clean +inherit flag-o-matic vcs-clean PATCHSET_VER="1" MY_P=mercury-srcdist-${PV}