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 8544013877A for ; Fri, 11 Jul 2014 13:46:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55449E089B; Fri, 11 Jul 2014 13:46:13 +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 E2990E089B for ; Fri, 11 Jul 2014 13:46:12 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEFA033FEE8 for ; Fri, 11 Jul 2014 13:46:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 7020218011 for ; Fri, 11 Jul 2014 13:46:10 +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: <1405086347.9b6c9ff8afdbd8b3a23e2e7f4697fd46c7befe60.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: 9b6c9ff8afdbd8b3a23e2e7f4697fd46c7befe60 X-VCS-Branch: master Date: Fri, 11 Jul 2014 13:46:10 +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: 4b7dd93b-b978-4ad1-8bee-6d361e97a8f6 X-Archives-Hash: b22e41d13ef65a8fb907770d12cd56ec commit: 9b6c9ff8afdbd8b3a23e2e7f4697fd46c7befe60 Author: Davide Pesavento gentoo org> AuthorDate: Fri Jul 11 13:45:47 2014 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Fri Jul 11 13:45:47 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=9b6c9ff8 [qmake-utils.eclass] Sync with portage. --- eclass/qmake-utils.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/qmake-utils.eclass b/eclass/qmake-utils.eclass index ff8ee05..4457675 100644 --- a/eclass/qmake-utils.eclass +++ b/eclass/qmake-utils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qmake-utils.eclass,v 1.2 2014/07/11 08:21:58 ulm Exp $ # @ECLASS: qmake-utils.eclass # @MAINTAINER: @@ -11,8 +11,8 @@ # @DESCRIPTION: # Utility eclass providing wrapper functions for Qt4 and Qt5 qmake. -if [[ ${___ECLASS_ONCE_QMAKE_UTILS} != "recur -_+^+_- spank" ]]; then -___ECLASS_ONCE_QMAKE_UTILS="recur -_+^+_- spank" +if [[ -z ${_QMAKE_UTILS_ECLASS} ]]; then +_QMAKE_UTILS_ECLASS=1 inherit eutils multilib toolchain-funcs