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 A3CFA1382C5 for ; Mon, 3 May 2021 10:11:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D7C2E084A; Mon, 3 May 2021 10:11:18 +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 16522E0848 for ; Mon, 3 May 2021 10:11:18 +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 3632A340BEF for ; Mon, 3 May 2021 10:11:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 035F675F for ; Mon, 3 May 2021 10:11:13 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1620035183.f3cf559c73d4a978e92bbeca07f0162bed8f1677.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/parallel-hashmap/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild X-VCS-Directories: dev-cpp/parallel-hashmap/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: f3cf559c73d4a978e92bbeca07f0162bed8f1677 X-VCS-Branch: master Date: Mon, 3 May 2021 10:11:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 498bf188-9bc4-4638-9824-67124dbf9500 X-Archives-Hash: be55f40509134b82cee2be89c82dfab3 Message-ID: <20210503101113.VfROia8-PTuXjhLZpzMmDnl9Ms3v9Aj7VPBuxFrYmrY@z> commit: f3cf559c73d4a978e92bbeca07f0162bed8f1677 Author: Andrew Ammerlaan riseup net> AuthorDate: Mon May 3 09:46:23 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon May 3 09:46:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3cf559c dev-cpp/parallel-hashmap: shorten description Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild b/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild index 6fe10fac8..e2824c2e1 100644 --- a/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild +++ b/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit cmake -DESCRIPTION="A family of header-only, very fast and memory-friendly hashmap and btree containers." +DESCRIPTION="Family of header-only, fast and memory-friendly hashmap and btree containers" HOMEPAGE=" https://greg7mdp.github.io/parallel-hashmap/ https://github.com/greg7mdp/parallel-hashmap