commit: 58e42b882ac5fc00a7a3dd5fc241b566c63cc470
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 10:12:28 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 15:15:24 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58e42b88
wxwidgets.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 <AT> gentoo.org>
eclass/wxwidgets.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/wxwidgets.eclass b/eclass/wxwidgets.eclass
index 0a58c44bbf40..7afea401a646 100644
--- a/eclass/wxwidgets.eclass
+++ b/eclass/wxwidgets.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: wxwidgets.eclass
@@ -69,7 +69,7 @@ setup-wxwidgets() {
case ${WX_GTK_VER} in
3.0-gtk3 | 3.2-gtk3) wxtoolkit=gtk3 ;;
3.0) wxtoolkit=gtk2
- eqawarn "This package relies on the deprecated GTK 2
slot, which will go away soon (https://bugs.gentoo.org/618642)"
+ eqawarn "QA Notice: This package relies on the
deprecated GTK 2 slot, which will go away soon (https://bugs.gentoo.org/618642)"
;;
esac