diff options
| author | Sam James <sam@gentoo.org> | 2025-04-23 11:11:59 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-04-23 16:15:18 +0100 |
| commit | 042dd75e47316fb12f038af9ffca128570c1d7f4 (patch) | |
| tree | 14db2547f695f2c605b5843b321f488e33cbffa8 /eclass/haskell-cabal.eclass | |
| parent | 58f5fbfc451abada67792ad4db5efd07c5bdad2b (diff) | |
| download | gentoo-042dd75e47316fb12f038af9ffca128570c1d7f4.tar.gz gentoo-042dd75e47316fb12f038af9ffca128570c1d7f4.tar.bz2 gentoo-042dd75e47316fb12f038af9ffca128570c1d7f4.zip | |
haskell-cabal.eclass: use 'QA Notice:' prefix in eqawarn
This makes life easier for tinderboxes, but we should improve this in some future
EAPI.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/haskell-cabal.eclass')
| -rw-r--r-- | eclass/haskell-cabal.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/haskell-cabal.eclass b/eclass/haskell-cabal.eclass index 7895d9256eba..2e77bc648b16 100644 --- a/eclass/haskell-cabal.eclass +++ b/eclass/haskell-cabal.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: haskell-cabal.eclass @@ -342,7 +342,7 @@ cabal-bootstrap() { elif [[ -f "${S}/Setup.hs" ]]; then setupmodule="${S}/Setup.hs" else - eqawarn "No Setup.lhs or Setup.hs found. Either add Setup.hs to package or call cabal-mksetup from ebuild" + eqawarn "QA Notice: No Setup.lhs or Setup.hs found. Either add Setup.hs to package or call cabal-mksetup from ebuild" cabal-mksetup setupmodule="${S}/Setup.hs" fi |
