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 1EA40158094 for ; Sun, 28 Aug 2022 00:05:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA746E0A9C; Sun, 28 Aug 2022 00:05:04 +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 92C7EE0A9C for ; Sun, 28 Aug 2022 00:05:04 +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 1C5423414C5 for ; Sat, 27 Aug 2022 11:17:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F7CA59F 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: <1661598975.d8f35949be2f332d2eeae92e0fa33f5e4ceea868.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sord/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/sord/sord-0.16.12-r1.ebuild dev-libs/sord/sord-0.16.12.ebuild dev-libs/sord/sord-9999.ebuild X-VCS-Directories: dev-libs/sord/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d8f35949be2f332d2eeae92e0fa33f5e4ceea868 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: b6bf79f0-372d-496b-9bd9-3f592bb2b994 X-Archives-Hash: a0453e394dc108de8bf9b38532510f02 commit: d8f35949be2f332d2eeae92e0fa33f5e4ceea868 Author: Sam James gentoo org> AuthorDate: Sat Aug 27 11:09:47 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 27 11:16:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f35949 dev-libs/sord: 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> dev-libs/sord/{sord-0.16.12.ebuild => sord-0.16.12-r1.ebuild} | 2 +- dev-libs/sord/sord-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/sord/sord-0.16.12.ebuild b/dev-libs/sord/sord-0.16.12-r1.ebuild similarity index 97% rename from dev-libs/sord/sord-0.16.12.ebuild rename to dev-libs/sord/sord-0.16.12-r1.ebuild index 9d71ccd834fc..f6e17dd54eb6 100644 --- a/dev-libs/sord/sord-0.16.12.ebuild +++ b/dev-libs/sord/sord-0.16.12-r1.ebuild @@ -64,7 +64,7 @@ multilib_src_install() { meson_src_install } -mutlilib_src_install_all() { +multilib_src_install_all() { local DOCS=( AUTHORS NEWS README.md ) einstalldocs } diff --git a/dev-libs/sord/sord-9999.ebuild b/dev-libs/sord/sord-9999.ebuild index 9d71ccd834fc..f6e17dd54eb6 100644 --- a/dev-libs/sord/sord-9999.ebuild +++ b/dev-libs/sord/sord-9999.ebuild @@ -64,7 +64,7 @@ multilib_src_install() { meson_src_install } -mutlilib_src_install_all() { +multilib_src_install_all() { local DOCS=( AUTHORS NEWS README.md ) einstalldocs }