Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebchannel/
Date: Sat, 28 Nov 2015 00:45:29
Message-Id: 1448671502.6ce710bc204aed5ca568b6a5357a38e532c00c4e.pesa@gentoo
1 commit: 6ce710bc204aed5ca568b6a5357a38e532c00c4e
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 28 00:45:02 2015 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 00:45:02 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce710bc
7
8 dev-qt/qtwebchannel: shorten DESCRIPTION to make repoman happy
9
10 Package-Manager: portage-2.2.26
11
12 dev-qt/qtwebchannel/qtwebchannel-5.4.2.ebuild | 2 +-
13 dev-qt/qtwebchannel/qtwebchannel-5.5.1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.4.2.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.4.2.ebuild
17 index b3c9b85..5dd7ea8 100644
18 --- a/dev-qt/qtwebchannel/qtwebchannel-5.4.2.ebuild
19 +++ b/dev-qt/qtwebchannel/qtwebchannel-5.4.2.ebuild
20 @@ -5,7 +5,7 @@
21 EAPI=5
22 inherit qt5-build
23
24 -DESCRIPTION="Qt5 framework module for integrating C++ and QML applications with HTML/JavaScript clients"
25 +DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients"
26
27 if [[ ${QT5_BUILD_TYPE} == release ]]; then
28 KEYWORDS="~amd64 ~arm ~x86"
29
30 diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.5.1.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.5.1.ebuild
31 index ac67dce..3e523da 100644
32 --- a/dev-qt/qtwebchannel/qtwebchannel-5.5.1.ebuild
33 +++ b/dev-qt/qtwebchannel/qtwebchannel-5.5.1.ebuild
34 @@ -5,7 +5,7 @@
35 EAPI=5
36 inherit qt5-build
37
38 -DESCRIPTION="Qt5 framework module for integrating C++ and QML applications with HTML/JavaScript clients"
39 +DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients"
40
41 if [[ ${QT5_BUILD_TYPE} == release ]]; then
42 KEYWORDS="~amd64 ~arm ~x86"