commit: 8c7f090934da5e104417cb380b4a3a70d974fac4
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 12:53:01 2015 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun May 31 12:53:01 2015 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=8c7f0909
[qmake-utils.eclass] Add comment.
eclass/qmake-utils.eclass | 3 +++
1 file changed, 3 insertions(+)
diff --git a/eclass/qmake-utils.eclass b/eclass/qmake-utils.eclass
index c2da6d9..1f6e250 100644
--- a/eclass/qmake-utils.eclass
+++ b/eclass/qmake-utils.eclass
@@ -10,6 +10,9 @@
# @BLURB: Common functions for qmake-based packages.
# @DESCRIPTION:
# Utility eclass providing wrapper functions for Qt4 and Qt5 qmake.
+#
+# This eclass does not set any metadata variables nor export any phase
+# functions. It can be inherited safely.
if [[ -z ${_QMAKE_UTILS_ECLASS} ]]; then
_QMAKE_UTILS_ECLASS=1