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 D9F8E158094 for ; Sun, 28 Aug 2022 00:05:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 151B7E09D0; Sun, 28 Aug 2022 00:05:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 EFDEAE09D0 for ; Sun, 28 Aug 2022 00:05:02 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC0CF3414C9 for ; Sat, 27 Aug 2022 11:17:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D413E5AF for ; Sat, 27 Aug 2022 11:17:08 +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: <1661598985.a1027688e64786bfbf06acd7df292a5d56312e7e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sratom/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sratom/sratom-0.6.12-r1.ebuild media-libs/sratom/sratom-0.6.12.ebuild X-VCS-Directories: media-libs/sratom/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a1027688e64786bfbf06acd7df292a5d56312e7e X-VCS-Branch: master Date: Sat, 27 Aug 2022 11:17:08 +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: 82500aea-e89b-4404-8cc0-f94dce8fef54 X-Archives-Hash: 51d74088e31affea3a9ae73ea46786ab commit: a1027688e64786bfbf06acd7df292a5d56312e7e Author: Sam James gentoo org> AuthorDate: Sat Aug 27 11:11:18 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 27 11:16:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1027688 media-libs/sratom: fix multilib_src_install_all typo Closes: https://bugs.gentoo.org/865033 Closes: https://bugs.gentoo.org/863428 Signed-off-by: Sam James gentoo.org> media-libs/sratom/{sratom-0.6.12.ebuild => sratom-0.6.12-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/sratom/sratom-0.6.12.ebuild b/media-libs/sratom/sratom-0.6.12-r1.ebuild similarity index 97% rename from media-libs/sratom/sratom-0.6.12.ebuild rename to media-libs/sratom/sratom-0.6.12-r1.ebuild index b1197982968b..d66d05666a15 100644 --- a/media-libs/sratom/sratom-0.6.12.ebuild +++ b/media-libs/sratom/sratom-0.6.12-r1.ebuild @@ -62,7 +62,7 @@ multilib_src_install() { meson_src_install } -mutlilib_src_install_all() { +multilib_src_install_all() { local DOCS=( NEWS README.md ) einstalldocs }