Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: eclass/
Date: Sun, 31 May 2015 12:53:32
Message-Id: 1433076781.8c7f090934da5e104417cb380b4a3a70d974fac4.pesa@gentoo
1 commit: 8c7f090934da5e104417cb380b4a3a70d974fac4
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 12:53:01 2015 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 12:53:01 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=8c7f0909
7
8 [qmake-utils.eclass] Add comment.
9
10 eclass/qmake-utils.eclass | 3 +++
11 1 file changed, 3 insertions(+)
12
13 diff --git a/eclass/qmake-utils.eclass b/eclass/qmake-utils.eclass
14 index c2da6d9..1f6e250 100644
15 --- a/eclass/qmake-utils.eclass
16 +++ b/eclass/qmake-utils.eclass
17 @@ -10,6 +10,9 @@
18 # @BLURB: Common functions for qmake-based packages.
19 # @DESCRIPTION:
20 # Utility eclass providing wrapper functions for Qt4 and Qt5 qmake.
21 +#
22 +# This eclass does not set any metadata variables nor export any phase
23 +# functions. It can be inherited safely.
24
25 if [[ -z ${_QMAKE_UTILS_ECLASS} ]]; then
26 _QMAKE_UTILS_ECLASS=1