diff options
| author | Sam James <sam@gentoo.org> | 2025-04-23 11:11:49 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-04-23 16:15:17 +0100 |
| commit | 58f5fbfc451abada67792ad4db5efd07c5bdad2b (patch) | |
| tree | 21c03d452028a5bf07f6d39ca1c91c416290eac7 /eclass/go-module.eclass | |
| parent | db16f59d43b278ec7047deda4e7faa3c82940892 (diff) | |
| download | gentoo-58f5fbfc451abada67792ad4db5efd07c5bdad2b.tar.gz gentoo-58f5fbfc451abada67792ad4db5efd07c5bdad2b.tar.bz2 gentoo-58f5fbfc451abada67792ad4db5efd07c5bdad2b.zip | |
go-module.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/go-module.eclass')
| -rw-r--r-- | eclass/go-module.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass index 73e9ee51c7d5..14e0aad9dd2a 100644 --- a/eclass/go-module.eclass +++ b/eclass/go-module.eclass @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Gentoo Authors +# Copyright 2019-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: go-module.eclass @@ -371,7 +371,7 @@ go-module_src_unpack() { fi GOFLAGS="${GOFLAGS} -p=$(makeopts_jobs)" if [[ "${#EGO_SUM[@]}" -gt 0 ]]; then - eqawarn "This ebuild uses EGO_SUM which is deprecated" + eqawarn "QA Notice: This ebuild uses EGO_SUM which is deprecated" eqawarn "Please migrate to a dependency tarball" eqawarn "This will become a fatal error in the future" _go-module_src_unpack_gosum |
