Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/hpl/
Date: Fri, 01 Dec 2017 22:19:34
Message-Id: 1512166668.e104a9d85c90dc275fb1697e6085dc9e7e235e75.soap@gentoo
1 commit: e104a9d85c90dc275fb1697e6085dc9e7e235e75
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 1 21:17:10 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 1 22:17:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e104a9d8
7
8 sys-cluster/hpl: [QA] Fix DESCRIPTION.toolong
9
10 sys-cluster/hpl/hpl-2.0-r3.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-cluster/hpl/hpl-2.0-r3.ebuild b/sys-cluster/hpl/hpl-2.0-r3.ebuild
14 index 61cbba4afc7..8f94c4548d4 100644
15 --- a/sys-cluster/hpl/hpl-2.0-r3.ebuild
16 +++ b/sys-cluster/hpl/hpl-2.0-r3.ebuild
17 @@ -5,7 +5,7 @@ EAPI=4
18
19 inherit eutils multilib
20
21 -DESCRIPTION="A Portable Implementation of the High-Performance Linpack Benchmark for Distributed-Memory Computers"
22 +DESCRIPTION="Portable Implementation of the Linpack Benchmark for Distributed-Memory Clusters"
23 HOMEPAGE="http://www.netlib.org/benchmark/hpl/"
24 SRC_URI="http://www.netlib.org/benchmark/hpl/hpl-${PV}.tar.gz"