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 023DA1384B4 for ; Wed, 18 Nov 2015 12:00:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8302AE0762; Wed, 18 Nov 2015 12:00:00 +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 30183E0762 for ; Wed, 18 Nov 2015 12:00: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 305A0340967 for ; Wed, 18 Nov 2015 11:59:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAFEEA7F for ; Wed, 18 Nov 2015 11:59:55 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1447847976.d70e42b0641b76efffecdf3181a1c4038ae5c6ba.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdbusaddons/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kdbusaddons/kdbusaddons-9999.ebuild X-VCS-Directories: kde-frameworks/kdbusaddons/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: d70e42b0641b76efffecdf3181a1c4038ae5c6ba X-VCS-Branch: master Date: Wed, 18 Nov 2015 11:59:55 +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: a5ff104e-7768-487e-bea8-8b78baf12370 X-Archives-Hash: f235172172d3067b7d27e0897fccb8c2 commit: d70e42b0641b76efffecdf3181a1c4038ae5c6ba Author: Michael Palimaka gentoo org> AuthorDate: Wed Nov 18 11:59:36 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Nov 18 11:59:36 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d70e42b0 kde-frameworks/kdbusaddons: reduce DESCRIPTION length to fit within 80 character limit Package-Manager: portage-2.2.25 kde-frameworks/kdbusaddons/kdbusaddons-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kdbusaddons/kdbusaddons-9999.ebuild b/kde-frameworks/kdbusaddons/kdbusaddons-9999.ebuild index 1913ca5..f9e5c09 100644 --- a/kde-frameworks/kdbusaddons/kdbusaddons-9999.ebuild +++ b/kde-frameworks/kdbusaddons/kdbusaddons-9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 VIRTUALDBUS_TEST="true" inherit kde5 -DESCRIPTION="Framework for registering services and applications according to freedesktop standards" +DESCRIPTION="Framework for registering services and applications per freedesktop standards" LICENSE="LGPL-2+" KEYWORDS="" IUSE="nls X"