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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 236DC158086 for ; Sat, 1 Jan 2022 09:39:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 654E62BC0FC; Sat, 1 Jan 2022 09:39:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44E302BC0FC for ; Sat, 1 Jan 2022 09:39:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CD3C34312D for ; Sat, 1 Jan 2022 09:39:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E2F91C6 for ; Sat, 1 Jan 2022 09:39:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1641029954.2ef30b634b2029adc4b306ccfc45c41f697d0ed9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mimalloc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mimalloc/mimalloc-1.7.3.ebuild X-VCS-Directories: dev-libs/mimalloc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2ef30b634b2029adc4b306ccfc45c41f697d0ed9 X-VCS-Branch: master Date: Sat, 1 Jan 2022 09:39:23 +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: ebaeed65-78c6-4987-ae5f-39ed2b901b16 X-Archives-Hash: 57bc0eca13e54a45c59bf634e8553e29 commit: 2ef30b634b2029adc4b306ccfc45c41f697d0ed9 Author: Sam James gentoo org> AuthorDate: Sat Jan 1 09:39:14 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 1 09:39:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ef30b63 dev-libs/mimalloc: fix IncorrectCopyright Signed-off-by: Sam James gentoo.org> dev-libs/mimalloc/mimalloc-1.7.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/mimalloc/mimalloc-1.7.3.ebuild b/dev-libs/mimalloc/mimalloc-1.7.3.ebuild index 92240c28bfd1..b3ea5f3bc374 100644 --- a/dev-libs/mimalloc/mimalloc-1.7.3.ebuild +++ b/dev-libs/mimalloc/mimalloc-1.7.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8