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 A15D71381F3 for ; Tue, 22 Oct 2013 22:34:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E578E0AC1; Tue, 22 Oct 2013 22:34:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8C7DE0AC1 for ; Tue, 22 Oct 2013 22:34:33 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB66933EB84 for ; Tue, 22 Oct 2013 22:34:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A0BEBE5308 for ; Tue, 22 Oct 2013 22:34:30 +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: <1382478719.3d7c330ccd0a49f454c54ed5121e7dd72c3414b7.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 3d7c330ccd0a49f454c54ed5121e7dd72c3414b7 X-VCS-Branch: master Date: Tue, 22 Oct 2013 22:34:30 +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: aaecf6a0-9e4b-481d-b4ac-1ae8cf95a2e9 X-Archives-Hash: b1e195e7c5aef5d0614c18a60fa10f41 commit: 3d7c330ccd0a49f454c54ed5121e7dd72c3414b7 Author: David Heidelberger ixit cz> AuthorDate: Tue Oct 22 21:51:59 2013 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Tue Oct 22 21:51:59 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=3d7c330c eclass/qt5-build: fix empty #define, caused by non-array empty string QCONFIG_DEFINE --- eclass/qt5-build.eclass | 3 --- 1 file changed, 3 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index f63b639..97fbc52 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -112,17 +112,14 @@ EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_ # @ECLASS-VARIABLE: QCONFIG_ADD # @DESCRIPTION: # List of options that need to be added to QT_CONFIG in qconfig.pri -: ${QCONFIG_ADD:=} # @ECLASS-VARIABLE: QCONFIG_REMOVE # @DESCRIPTION: # List of options that need to be removed from QT_CONFIG in qconfig.pri -: ${QCONFIG_REMOVE:=} # @ECLASS-VARIABLE: QCONFIG_DEFINE # @DESCRIPTION: # List of variables that should be defined at the top of QtCore/qconfig.h -: ${QCONFIG_DEFINE:=} # @FUNCTION: qt5-build_pkg_setup # @DESCRIPTION: