Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/parallel-hashmap/
Date: Mon, 03 May 2021 09:48:14
Message-Id: 1620035183.f3cf559c73d4a978e92bbeca07f0162bed8f1677.andrewammerlaan@gentoo
1 commit: f3cf559c73d4a978e92bbeca07f0162bed8f1677
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Mon May 3 09:46:23 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon May 3 09:46:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3cf559c
7
8 dev-cpp/parallel-hashmap: shorten description
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild b/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild
17 index 6fe10fac8..e2824c2e1 100644
18 --- a/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild
19 +++ b/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild
20 @@ -5,7 +5,7 @@ EAPI=7
21
22 inherit cmake
23
24 -DESCRIPTION="A family of header-only, very fast and memory-friendly hashmap and btree containers."
25 +DESCRIPTION="Family of header-only, fast and memory-friendly hashmap and btree containers"
26 HOMEPAGE="
27 https://greg7mdp.github.io/parallel-hashmap/
28 https://github.com/greg7mdp/parallel-hashmap