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 985FE15808B for ; Wed, 16 Mar 2022 14:47:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE6BAE0863; Wed, 16 Mar 2022 14:47:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C6788E0863 for ; Wed, 16 Mar 2022 14:47:40 +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 6696E3436EB for ; Wed, 16 Mar 2022 14:47:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E45B82D7 for ; Wed, 16 Mar 2022 14:47:37 +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: <1647441968.47753e7ad55a22f24ebfab53a4bb6a03272b7f9f.sam@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: eclass-writing/ X-VCS-Repository: proj/devmanual X-VCS-Files: eclass-writing/text.xml X-VCS-Directories: eclass-writing/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 47753e7ad55a22f24ebfab53a4bb6a03272b7f9f X-VCS-Branch: master Date: Wed, 16 Mar 2022 14:47:37 +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: 86dca123-e0e1-47a2-81f2-7b13d73d201f X-Archives-Hash: 62c4f2514e8aaed85ca13458aab92d5e commit: 47753e7ad55a22f24ebfab53a4bb6a03272b7f9f Author: Thomas Bracht Laumann Jespersen laumann xyz> AuthorDate: Wed Mar 16 13:17:34 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 16 14:46:08 2022 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=47753e7a eclass-writing: fix typo jmake-src_compile -> jmake_src_compile Signed-off-by: Thomas Bracht Laumann Jespersen laumann.xyz> Closes: https://github.com/gentoo/devmanual/pull/277 Signed-off-by: Sam James gentoo.org> eclass-writing/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml index 41976c3..de6c0b2 100644 --- a/eclass-writing/text.xml +++ b/eclass-writing/text.xml @@ -708,7 +708,7 @@ jmake-build() { jmake dep && jmake build "$@" } -# @FUNCTION: jmake-src_compile +# @FUNCTION: jmake_src_compile # @DESCRIPTION: # Calls jmake-configure() and jmake-build() to compile a jmake project. jmake_src_compile() {