mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user