diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-10-14 21:01:58 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-10-14 21:39:08 -0400 |
commit | 7584b42b435c894fc69811e4af50b13178bca6ca (patch) | |
tree | 50232c0fc76cb61779ef036788b94dd80d9dd6fe /dev-lang | |
parent | app-doc/eclass-manpages: add 20241015 (diff) | |
download | gentoo-7584b42b435c894fc69811e4af50b13178bca6ca.tar.gz gentoo-7584b42b435c894fc69811e4af50b13178bca6ca.tar.bz2 gentoo-7584b42b435c894fc69811e4af50b13178bca6ca.zip |
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 <eschwartz@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/mercury-extras/mercury-extras-22.01.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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} |