From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S2Poe-00049v-Eo for garchives@archives.gentoo.org; Tue, 28 Feb 2012 16:22:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D365E078A; Tue, 28 Feb 2012 16:22:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 60A7AE078A for ; Tue, 28 Feb 2012 16:22:07 +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 923D91B400C for ; Tue, 28 Feb 2012 16:22:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 593F0E5400 for ; Tue, 28 Feb 2012 16:22:05 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1330446023.b147ba4c7c15e5f7cf24e70c4ec0432ce718d6a9.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-python/PyQtMobility/ X-VCS-Repository: proj/qt X-VCS-Files: dev-python/PyQtMobility/PyQtMobility-1.0.1.ebuild X-VCS-Directories: dev-python/PyQtMobility/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: b147ba4c7c15e5f7cf24e70c4ec0432ce718d6a9 X-VCS-Branch: master Date: Tue, 28 Feb 2012 16:22:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 82343fe8-7c90-49ed-ae50-0b306385c61e X-Archives-Hash: fbcd66fa426ea807a26d4848069be9d0 commit: b147ba4c7c15e5f7cf24e70c4ec0432ce718d6a9 Author: Davide Pesavento gmail com> AuthorDate: Tue Feb 28 16:20:23 2012 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Tue Feb 28 16:20:23 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3Db147ba4c [dev-python/PyQtMobility] Strip leading '+' from PYQTM_MODULES in REQUIRE= D_USE. --- dev-python/PyQtMobility/PyQtMobility-1.0.1.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dev-python/PyQtMobility/PyQtMobility-1.0.1.ebuild b/dev-pyth= on/PyQtMobility/PyQtMobility-1.0.1.ebuild index b8c902b..6670978 100644 --- a/dev-python/PyQtMobility/PyQtMobility-1.0.1.ebuild +++ b/dev-python/PyQtMobility/PyQtMobility-1.0.1.ebuild @@ -25,7 +25,7 @@ PYQTM_MODULES=3D"contacts feedback gallery location mes= saging multimedia organizer IUSE=3D"debug ${PYQTM_MODULES}" =20 REQUIRED_USE=3D" - || ( ${PYQTM_MODULES} ) + || ( ${PYQTM_MODULES//+} ) versit? ( contacts ) " =20