diff options
author | 2015-05-31 12:51:07 +0000 | |
---|---|---|
committer | 2015-05-31 12:51:07 +0000 | |
commit | 50f3db90fa1876c829a35471c500abdd1e1faaec (patch) | |
tree | 770d9441abd4aeb02842309bae39817dfe37ff47 /eclass | |
parent | Disable sparc support on more revisions, like hppa do (diff) | |
download | gentoo-2-50f3db90fa1876c829a35471c500abdd1e1faaec.tar.gz gentoo-2-50f3db90fa1876c829a35471c500abdd1e1faaec.tar.bz2 gentoo-2-50f3db90fa1876c829a35471c500abdd1e1faaec.zip |
Add comment.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qmake-utils.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/qmake-utils.eclass b/eclass/qmake-utils.eclass index 24eb829dafb4..8e1cb301dfcd 100644 --- a/eclass/qmake-utils.eclass +++ b/eclass/qmake-utils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qmake-utils.eclass,v 1.8 2015/05/10 15:24:30 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qmake-utils.eclass,v 1.9 2015/05/31 12:51:07 pesa Exp $ # @ECLASS: qmake-utils.eclass # @MAINTAINER: @@ -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 |