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 BD32A1384B4 for ; Fri, 27 Nov 2015 23:43:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4767D21C072; Fri, 27 Nov 2015 23:43:01 +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 C766121C072 for ; Fri, 27 Nov 2015 23:43:00 +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 CFFA134063E for ; Fri, 27 Nov 2015 23:42:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 360D3E5B for ; Fri, 27 Nov 2015 23:42:52 +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: <1448667760.ebd54694cc4a04632eb5487b7f37556cc85ddc0b.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-libs/libqxt/ X-VCS-Repository: proj/qt X-VCS-Files: x11-libs/libqxt/libqxt-9999.ebuild X-VCS-Directories: x11-libs/libqxt/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: ebd54694cc4a04632eb5487b7f37556cc85ddc0b X-VCS-Branch: master Date: Fri, 27 Nov 2015 23:42:52 +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: d40c92a4-9cb4-4482-8640-e574e95e3ff6 X-Archives-Hash: 46e8f389bafb5463f1100e978d6795ee commit: ebd54694cc4a04632eb5487b7f37556cc85ddc0b Author: Davide Pesavento gentoo org> AuthorDate: Fri Nov 27 23:42:40 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Fri Nov 27 23:42:40 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ebd54694 x11-libs/libqxt: shorten DESCRIPTION to make repoman happy Package-Manager: portage-2.2.26 x11-libs/libqxt/libqxt-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/libqxt/libqxt-9999.ebuild b/x11-libs/libqxt/libqxt-9999.ebuild index f384865..0b661a5 100644 --- a/x11-libs/libqxt/libqxt-9999.ebuild +++ b/x11-libs/libqxt/libqxt-9999.ebuild @@ -6,7 +6,7 @@ EAPI=4 inherit multilib qt4-r2 git-2 -DESCRIPTION="The Qt eXTension library provides cross-platform utility classes for the Qt toolkit" +DESCRIPTION="Extension library providing cross-platform utility classes for the Qt toolkit" HOMEPAGE="http://libqxt.org/" EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN}.git"