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 57F79158086 for ; Tue, 4 Jan 2022 20:14:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 928262BC011; Tue, 4 Jan 2022 20:14:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 301F12BC011 for ; Tue, 4 Jan 2022 20:14:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A36F3430D7 for ; Tue, 4 Jan 2022 20:14:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AAAD233 for ; Tue, 4 Jan 2022 20:14:07 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1641327184.2da1cd5fe1e35f19e68fc34fc64c995448ea7674.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mdbook/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/mdbook/mdbook-0.4.15.ebuild X-VCS-Directories: app-text/mdbook/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 2da1cd5fe1e35f19e68fc34fc64c995448ea7674 X-VCS-Branch: master Date: Tue, 4 Jan 2022 20:14:07 +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: 30596a11-62e2-4e6b-9724-ec04a8d04695 X-Archives-Hash: c42ee7aac2d204b4e65ac79a7d25c97c commit: 2da1cd5fe1e35f19e68fc34fc64c995448ea7674 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Jan 4 20:13:02 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Jan 4 20:13:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da1cd5f app-text/mdbook: fix pkvdev's copyright year The 2021- wasn't added and didn't notice. Signed-off-by: Ionen Wolkens gentoo.org> app-text/mdbook/mdbook-0.4.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/mdbook/mdbook-0.4.15.ebuild b/app-text/mdbook/mdbook-0.4.15.ebuild index 51dab9d0dce7..61270c429392 100644 --- a/app-text/mdbook/mdbook-0.4.15.ebuild +++ b/app-text/mdbook/mdbook-0.4.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8