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 09E4A1392EF for ; Thu, 10 Jul 2014 19:31:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2FB0E08EC; Thu, 10 Jul 2014 19:31:27 +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 69798E08EC for ; Thu, 10 Jul 2014 19:31:27 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5700933BF37 for ; Thu, 10 Jul 2014 19:31:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 1A8F718011 for ; Thu, 10 Jul 2014 19:31:25 +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: <1405020667.efee1e07818cdc3735f61ad6270f936025a45c2b.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtgui/qtgui-5.3.1.ebuild dev-qt/qtgui/qtgui-5.3.9999.ebuild dev-qt/qtgui/qtgui-5.9999.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: efee1e07818cdc3735f61ad6270f936025a45c2b X-VCS-Branch: master Date: Thu, 10 Jul 2014 19:31:25 +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: 18640707-1f54-4dbe-ab6f-4669f478d792 X-Archives-Hash: b5e67ef5de26c9c82564148d479b03cd commit: efee1e07818cdc3735f61ad6270f936025a45c2b Author: Davide Pesavento gentoo org> AuthorDate: Thu Jul 10 19:31:07 2014 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Thu Jul 10 19:31:07 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=efee1e07 [dev-qt/qtgui:5] Mention platform plugins in DESCRIPTION. Package-Manager: portage-2.2.10 --- dev-qt/qtgui/qtgui-5.3.1.ebuild | 2 +- dev-qt/qtgui/qtgui-5.3.9999.ebuild | 2 +- dev-qt/qtgui/qtgui-5.9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-qt/qtgui/qtgui-5.3.1.ebuild b/dev-qt/qtgui/qtgui-5.3.1.ebuild index 8fcbcb9..ee78c51 100644 --- a/dev-qt/qtgui/qtgui-5.3.1.ebuild +++ b/dev-qt/qtgui/qtgui-5.3.1.ebuild @@ -8,7 +8,7 @@ QT5_MODULE="qtbase" inherit qt5-build -DESCRIPTION="The GUI module for the Qt5 toolkit" +DESCRIPTION="The GUI module and platform plugins for the Qt5 toolkit" if [[ ${QT5_BUILD_TYPE} == live ]]; then KEYWORDS="" diff --git a/dev-qt/qtgui/qtgui-5.3.9999.ebuild b/dev-qt/qtgui/qtgui-5.3.9999.ebuild index 8fcbcb9..ee78c51 100644 --- a/dev-qt/qtgui/qtgui-5.3.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.3.9999.ebuild @@ -8,7 +8,7 @@ QT5_MODULE="qtbase" inherit qt5-build -DESCRIPTION="The GUI module for the Qt5 toolkit" +DESCRIPTION="The GUI module and platform plugins for the Qt5 toolkit" if [[ ${QT5_BUILD_TYPE} == live ]]; then KEYWORDS="" diff --git a/dev-qt/qtgui/qtgui-5.9999.ebuild b/dev-qt/qtgui/qtgui-5.9999.ebuild index dae7a09..d068bc2 100644 --- a/dev-qt/qtgui/qtgui-5.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.9999.ebuild @@ -8,7 +8,7 @@ QT5_MODULE="qtbase" inherit qt5-build -DESCRIPTION="The GUI module for the Qt5 toolkit" +DESCRIPTION="The GUI module and platform plugins for the Qt5 toolkit" if [[ ${QT5_BUILD_TYPE} == live ]]; then KEYWORDS=""