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 CA0221396DA for ; Fri, 1 Dec 2017 22:19:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DDB8E0D14; Fri, 1 Dec 2017 22:19:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6C01EE0D14 for ; Fri, 1 Dec 2017 22:19:31 +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 4B5D933FE60 for ; Fri, 1 Dec 2017 22:19:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E51FCAE60 for ; Fri, 1 Dec 2017 22:19:28 +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: <1512166657.c6f30394ff48335bd38f1253622e1c5a40a3b5c7.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/partimage/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/partimage/partimage-0.6.9.ebuild X-VCS-Directories: sys-block/partimage/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c6f30394ff48335bd38f1253622e1c5a40a3b5c7 X-VCS-Branch: master Date: Fri, 1 Dec 2017 22:19:28 +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: e3ed6d1c-76c1-43d7-ad6b-db3dd6d9a4bf X-Archives-Hash: a92faf0a1d5fb676c8d59417974e0f01 commit: c6f30394ff48335bd38f1253622e1c5a40a3b5c7 Author: David Seifert gentoo org> AuthorDate: Fri Dec 1 21:17:03 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 1 22:17:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f30394 sys-block/partimage: [QA] Fix DESCRIPTION.toolong sys-block/partimage/partimage-0.6.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/partimage/partimage-0.6.9.ebuild b/sys-block/partimage/partimage-0.6.9.ebuild index fea44be61e0..f0969dd38cb 100644 --- a/sys-block/partimage/partimage-0.6.9.ebuild +++ b/sys-block/partimage/partimage-0.6.9.ebuild @@ -4,7 +4,7 @@ EAPI=4 inherit eutils flag-o-matic pam user -DESCRIPTION="Console-based application to efficiently save raw partition data to an image file" +DESCRIPTION="Console-based application to efficiently save raw partition data to image file" HOMEPAGE="http://www.partimage.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"