From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1FC85138CD0 for ; Sun, 31 May 2015 12:53:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAE4CE0874; Sun, 31 May 2015 12:53:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E313E0874 for ; Sun, 31 May 2015 12:53:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BEE8340C72 for ; Sun, 31 May 2015 12:53:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0159AA04 for ; Sun, 31 May 2015 12:53:28 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1433076781.8c7f090934da5e104417cb380b4a3a70d974fac4.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qmake-utils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 8c7f090934da5e104417cb380b4a3a70d974fac4 X-VCS-Branch: master Date: Sun, 31 May 2015 12:53:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b2640e81-f3cc-4891-9ef5-77ed116d56d2 X-Archives-Hash: a8af5b90be963a4553b1da520d3a143f commit: 8c7f090934da5e104417cb380b4a3a70d974fac4 Author: Davide Pesavento gentoo org> AuthorDate: Sun May 31 12:53:01 2015 +0000 Commit: Davide Pesavento gentoo 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