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 BAF851381FB for ; Thu, 27 Dec 2012 09:35:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 978C121C1B0; Thu, 27 Dec 2012 09:35:41 +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 0A91F21C1B0 for ; Thu, 27 Dec 2012 09:35:40 +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 1B36633D383 for ; Thu, 27 Dec 2012 09:35:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B89FCE543D for ; Thu, 27 Dec 2012 09:35:38 +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: <1356600912.071460e0265164c3fd3307b266196e7b584c4193.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-python/PyQt4/ X-VCS-Repository: proj/qt X-VCS-Files: dev-python/PyQt4/PyQt4-4.10_pre20121222.ebuild X-VCS-Directories: dev-python/PyQt4/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 071460e0265164c3fd3307b266196e7b584c4193 X-VCS-Branch: master Date: Thu, 27 Dec 2012 09:35:38 +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: 93db88af-d1df-4e3e-b3d2-086b258662b0 X-Archives-Hash: 0d8574606d298940dbd7078170530891 commit: 071460e0265164c3fd3307b266196e7b584c4193 Author: Davide Pesavento gmail com> AuthorDate: Thu Dec 27 09:35:12 2012 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Thu Dec 27 09:35:12 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=071460e0 [dev-python/PyQt4] Sync with portage. Package-Manager: portage-2.2.0_alpha149 --- dev-python/PyQt4/PyQt4-4.10_pre20121222.ebuild | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/dev-python/PyQt4/PyQt4-4.10_pre20121222.ebuild b/dev-python/PyQt4/PyQt4-4.10_pre20121222.ebuild index 5b36a6c..44da094 100644 --- a/dev-python/PyQt4/PyQt4-4.10_pre20121222.ebuild +++ b/dev-python/PyQt4/PyQt4-4.10_pre20121222.ebuild @@ -29,7 +29,6 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="X dbus debug declarative doc examples help kde multimedia opengl phonon script scripttools sql svg webkit xmlpatterns" - REQUIRED_USE=" declarative? ( X ) help? ( X ) @@ -105,7 +104,7 @@ src_prepare() { } pyqt4_use_enable() { - use $1 && echo --enable=${2:-Qt$(echo ${1:0:1} | tr '[:lower:]' '[:upper:]')${1:1}} + use $1 && echo --enable=${2:-Qt$(tr 'a-z' 'A-Z' <<< ${1:0:1})${1:1}} } src_configure() {