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 5D7E71384B4 for ; Sat, 28 Nov 2015 00:45:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C92B21C081; Sat, 28 Nov 2015 00:45:26 +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 D385221C081 for ; Sat, 28 Nov 2015 00:45:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 749AE340634 for ; Sat, 28 Nov 2015 00:45:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E7C19AE for ; Sat, 28 Nov 2015 00:45:21 +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: <1448671502.6ce710bc204aed5ca568b6a5357a38e532c00c4e.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebchannel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwebchannel/qtwebchannel-5.4.2.ebuild dev-qt/qtwebchannel/qtwebchannel-5.5.1.ebuild X-VCS-Directories: dev-qt/qtwebchannel/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 6ce710bc204aed5ca568b6a5357a38e532c00c4e X-VCS-Branch: master Date: Sat, 28 Nov 2015 00:45:21 +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: 8b666d8e-b365-4f69-97ea-5e61ff24b42a X-Archives-Hash: 624892ac65408f62359d382ae1f834d2 commit: 6ce710bc204aed5ca568b6a5357a38e532c00c4e Author: Davide Pesavento gentoo org> AuthorDate: Sat Nov 28 00:45:02 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sat Nov 28 00:45:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce710bc dev-qt/qtwebchannel: shorten DESCRIPTION to make repoman happy Package-Manager: portage-2.2.26 dev-qt/qtwebchannel/qtwebchannel-5.4.2.ebuild | 2 +- dev-qt/qtwebchannel/qtwebchannel-5.5.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.4.2.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.4.2.ebuild index b3c9b85..5dd7ea8 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.4.2.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.4.2.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit qt5-build -DESCRIPTION="Qt5 framework module for integrating C++ and QML applications with HTML/JavaScript clients" +DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients" if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~arm ~x86" diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.5.1.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.5.1.ebuild index ac67dce..3e523da 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.5.1.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.5.1.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit qt5-build -DESCRIPTION="Qt5 framework module for integrating C++ and QML applications with HTML/JavaScript clients" +DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients" if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~arm ~x86"