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 D4C65138CEB for ; Thu, 18 Jun 2015 17:19:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2247E0830; Thu, 18 Jun 2015 17:19: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 4DA08E0830 for ; Thu, 18 Jun 2015 17:19:13 +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 4230134081F for ; Thu, 18 Jun 2015 17:19:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA944A31 for ; Thu, 18 Jun 2015 17:19:06 +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: <1434647938.113911d6555f66db6a13f56c4a52f53eac38abcd.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebchannel/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwebchannel/qtwebchannel-5.4.9999.ebuild dev-qt/qtwebchannel/qtwebchannel-5.5.9999.ebuild dev-qt/qtwebchannel/qtwebchannel-5.9999.ebuild X-VCS-Directories: dev-qt/qtwebchannel/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 113911d6555f66db6a13f56c4a52f53eac38abcd X-VCS-Branch: master Date: Thu, 18 Jun 2015 17:19:06 +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: c4b688f9-3eec-4e9c-aac4-672e8311f422 X-Archives-Hash: eef0995873aa2a79f11f5eb53bb2f5f6 commit: 113911d6555f66db6a13f56c4a52f53eac38abcd Author: Davide Pesavento gentoo org> AuthorDate: Thu Jun 18 17:18:58 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Thu Jun 18 17:18:58 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=113911d6 [dev-qt/qtwebchannel] Sync. Package-Manager: portage-2.2.20 dev-qt/qtwebchannel/qtwebchannel-5.4.9999.ebuild | 7 ++----- dev-qt/qtwebchannel/qtwebchannel-5.5.9999.ebuild | 7 ++----- dev-qt/qtwebchannel/qtwebchannel-5.9999.ebuild | 7 ++----- 3 files changed, 6 insertions(+), 15 deletions(-) diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.4.9999.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.4.9999.ebuild index 8ec2381..0f2a85c 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.4.9999.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.4.9999.ebuild @@ -3,14 +3,11 @@ # $Header: $ EAPI=5 - inherit qt5-build -DESCRIPTION="Support library for integrating Qt5 C++ and QML applications with HTML/JavaScript clients" +DESCRIPTION="Qt5 framework module for integrating C++ and QML applications with HTML/JavaScript clients" -if [[ ${QT5_BUILD_TYPE} == live ]]; then - KEYWORDS="" -else +if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~x86" fi diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.5.9999.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.5.9999.ebuild index 8ec2381..0f2a85c 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.5.9999.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.5.9999.ebuild @@ -3,14 +3,11 @@ # $Header: $ EAPI=5 - inherit qt5-build -DESCRIPTION="Support library for integrating Qt5 C++ and QML applications with HTML/JavaScript clients" +DESCRIPTION="Qt5 framework module for integrating C++ and QML applications with HTML/JavaScript clients" -if [[ ${QT5_BUILD_TYPE} == live ]]; then - KEYWORDS="" -else +if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~x86" fi diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.9999.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.9999.ebuild index 8ec2381..0f2a85c 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.9999.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.9999.ebuild @@ -3,14 +3,11 @@ # $Header: $ EAPI=5 - inherit qt5-build -DESCRIPTION="Support library for integrating Qt5 C++ and QML applications with HTML/JavaScript clients" +DESCRIPTION="Qt5 framework module for integrating C++ and QML applications with HTML/JavaScript clients" -if [[ ${QT5_BUILD_TYPE} == live ]]; then - KEYWORDS="" -else +if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~x86" fi