commit: c2144b24df605180edb4026f159d710784e59ccf Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Jun 11 17:25:09 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Jun 11 17:25:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2144b24
qmake-utils.eclass: Now serves both Qt (5 and 6) Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> eclass/qmake-utils.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/qmake-utils.eclass b/eclass/qmake-utils.eclass index 8608212e1c54..98325d525c09 100644 --- a/eclass/qmake-utils.eclass +++ b/eclass/qmake-utils.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: qmake-utils.eclass @@ -9,7 +9,7 @@ # @SUPPORTED_EAPIS: 7 8 # @BLURB: Common functions for qmake-based packages. # @DESCRIPTION: -# Utility eclass providing wrapper functions for Qt5 qmake. +# Utility eclass providing wrapper functions for Qt6 qmake. # # This eclass does not set any metadata variables nor export any phase # functions. It can be inherited safely.
