From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36FC3139083 for ; Sat, 2 Dec 2017 12:52:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C3B4E0E08; Sat, 2 Dec 2017 12:52:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 020AAE0DDD for ; Sat, 2 Dec 2017 12:52:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A270340988 for ; Sat, 2 Dec 2017 12:52:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05DE5AE75 for ; Sat, 2 Dec 2017 12:52:42 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1512219098.95abfee1907527c524c611a9bb4849209fbba46e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/global/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/global/global-6.3.1.ebuild X-VCS-Directories: dev-util/global/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 95abfee1907527c524c611a9bb4849209fbba46e X-VCS-Branch: master Date: Sat, 2 Dec 2017 12:52:42 +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: 8d4736c0-35d4-4141-b7ad-68f50d0c8440 X-Archives-Hash: ac5822966806cca17a1d97d91276b252 commit: 95abfee1907527c524c611a9bb4849209fbba46e Author: David Seifert gentoo org> AuthorDate: Sat Dec 2 12:51:38 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Dec 2 12:51:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95abfee1 dev-util/global: [QA] Fix DESCRIPTION.toolong dev-util/global/global-6.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/global/global-6.3.1.ebuild b/dev-util/global/global-6.3.1.ebuild index dcefb9fac0a..eb062c9e9b8 100644 --- a/dev-util/global/global-6.3.1.ebuild +++ b/dev-util/global/global-6.3.1.ebuild @@ -5,7 +5,7 @@ EAPI="5" inherit autotools elisp-common eutils -DESCRIPTION="GNU Global is a tag system to find the locations of a specified object in various sources" +DESCRIPTION="tag system to find an object location in various sources" HOMEPAGE="https://www.gnu.org/software/global/global.html" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"