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 03444139082 for ; Fri, 1 Dec 2017 22:19:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95361E0D5E; Fri, 1 Dec 2017 22:19:32 +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 74730E0D5E for ; Fri, 1 Dec 2017 22:19:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A7B3933C4EE for ; Fri, 1 Dec 2017 22:19:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15DE1AE62 for ; Fri, 1 Dec 2017 22:19:29 +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: <1512166668.e104a9d85c90dc275fb1697e6085dc9e7e235e75.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/hpl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/hpl/hpl-2.0-r3.ebuild X-VCS-Directories: sys-cluster/hpl/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e104a9d85c90dc275fb1697e6085dc9e7e235e75 X-VCS-Branch: master Date: Fri, 1 Dec 2017 22:19:29 +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: 530bbc6d-b946-47cf-aaed-0eb854c626ae X-Archives-Hash: be0a726c805ea16b157a9939f25efd1a commit: e104a9d85c90dc275fb1697e6085dc9e7e235e75 Author: David Seifert gentoo org> AuthorDate: Fri Dec 1 21:17:10 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 1 22:17:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e104a9d8 sys-cluster/hpl: [QA] Fix DESCRIPTION.toolong sys-cluster/hpl/hpl-2.0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/hpl/hpl-2.0-r3.ebuild b/sys-cluster/hpl/hpl-2.0-r3.ebuild index 61cbba4afc7..8f94c4548d4 100644 --- a/sys-cluster/hpl/hpl-2.0-r3.ebuild +++ b/sys-cluster/hpl/hpl-2.0-r3.ebuild @@ -5,7 +5,7 @@ EAPI=4 inherit eutils multilib -DESCRIPTION="A Portable Implementation of the High-Performance Linpack Benchmark for Distributed-Memory Computers" +DESCRIPTION="Portable Implementation of the Linpack Benchmark for Distributed-Memory Clusters" HOMEPAGE="http://www.netlib.org/benchmark/hpl/" SRC_URI="http://www.netlib.org/benchmark/hpl/hpl-${PV}.tar.gz"