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 7317815ACFC for ; Tue, 2 May 2023 22:26:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96554E08BE; Tue, 2 May 2023 22:26:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F7B8E08BE for ; Tue, 2 May 2023 22:26:38 +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 B1592341682 for ; Tue, 2 May 2023 22:26:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F37248E4 for ; Tue, 2 May 2023 22:26:35 +0000 (UTC) From: "Nick Sarnie" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" Message-ID: <1683066373.b4c2d187b7808a86768364a9f396845f869ee495.sarnex@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/displaycal-py3/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/displaycal-py3/displaycal-py3-3.9.10-r1.ebuild media-gfx/displaycal-py3/displaycal-py3-3.9.10-r2.ebuild X-VCS-Directories: media-gfx/displaycal-py3/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: b4c2d187b7808a86768364a9f396845f869ee495 X-VCS-Branch: master Date: Tue, 2 May 2023 22:26:35 +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: 167d48aa-029d-40b8-bcca-83836a883809 X-Archives-Hash: 184fc062d37a707db28878726384dd6f commit: b4c2d187b7808a86768364a9f396845f869ee495 Author: Nick Sarnie gentoo org> AuthorDate: Tue May 2 22:25:28 2023 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Tue May 2 22:26:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c2d187 media-gfx/displaycal-py3: Fix doc install dir Closes: https://bugs.gentoo.org/905450 Signed-off-by: Nick Sarnie gentoo.org> ...{displaycal-py3-3.9.10-r1.ebuild => displaycal-py3-3.9.10-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/displaycal-py3/displaycal-py3-3.9.10-r1.ebuild b/media-gfx/displaycal-py3/displaycal-py3-3.9.10-r2.ebuild similarity index 95% rename from media-gfx/displaycal-py3/displaycal-py3-3.9.10-r1.ebuild rename to media-gfx/displaycal-py3/displaycal-py3-3.9.10-r2.ebuild index 570bbc0db81d..d6ac7689141f 100644 --- a/media-gfx/displaycal-py3/displaycal-py3-3.9.10-r1.ebuild +++ b/media-gfx/displaycal-py3/displaycal-py3-3.9.10-r2.ebuild @@ -57,7 +57,7 @@ src_install() { distutils-r1_src_install # Use Gentoo package name for doc folder - mv "${ED}/usr/share/doc/${MY_P}" "${ED}/usr/share/doc/${P}" || die + mv "${ED}/usr/share/doc/${MY_P}" "${ED}/usr/share/doc/${PF}" || die } pkg_postinst() {