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 50E1F15803E for ; Thu, 4 Jan 2024 14:20:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84D552BC013; Thu, 4 Jan 2024 14:20:37 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CF3E2BC013 for ; Thu, 4 Jan 2024 14:20:37 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 508FB33C84E for ; Thu, 4 Jan 2024 14:20:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97CA2AE5 for ; Thu, 4 Jan 2024 14:20:34 +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: <1704377774.99c16b93d8d046d4f97988556cf6ea47326a2ef8.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-proton/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-proton/wine-proton-8.0.9999.ebuild X-VCS-Directories: app-emulation/wine-proton/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 99c16b93d8d046d4f97988556cf6ea47326a2ef8 X-VCS-Branch: master Date: Thu, 4 Jan 2024 14:20:34 +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: 5962b655-de88-4a46-ae2d-dec2a9481e79 X-Archives-Hash: 830fbaf8af7950bc6edf88d578a5cbc5 commit: 99c16b93d8d046d4f97988556cf6ea47326a2ef8 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Jan 4 14:13:48 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Jan 4 14:16:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c16b93 app-emulation/wine-proton: update live This bit won't be needed "here" until wine-proton-9.0.9999, but it doesn't hurt to add the wildcard for .md in advance while thinking about it. Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/wine-proton/wine-proton-8.0.9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild b/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild index 1d7cec5c26a9..0ee683445ce9 100644 --- a/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild +++ b/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -342,7 +342,7 @@ src_install() { eend ${?} || die fi - dodoc ANNOUNCE AUTHORS README* documentation/README* + dodoc ANNOUNCE* AUTHORS README* documentation/README* readme.gentoo_create_doc }