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 38EBF158004 for ; Fri, 12 Jul 2024 18:59:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 649CE2BC0BB; Fri, 12 Jul 2024 18:59:43 +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 1AB222BC0BB for ; Fri, 12 Jul 2024 18:59:42 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AB7A343076 for ; Fri, 12 Jul 2024 18:59:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A0B21DB7 for ; Fri, 12 Jul 2024 18:59:40 +0000 (UTC) From: "Horodniceanu Andrei" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horodniceanu Andrei" Message-ID: <1720278558.2f6ab5a6f5fad10a3cb53cbf9e4b906ec6fa8bc4.a.horodniceanu@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: eclass/ X-VCS-Repository: repo/user/dlang X-VCS-Files: eclass/dmd-r1.eclass X-VCS-Directories: eclass/ X-VCS-Committer: a.horodniceanu X-VCS-Committer-Name: Horodniceanu Andrei X-VCS-Revision: 2f6ab5a6f5fad10a3cb53cbf9e4b906ec6fa8bc4 X-VCS-Branch: master Date: Fri, 12 Jul 2024 18:59:40 +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: 4afb8db2-b6bb-4b35-bb6c-f70440e51610 X-Archives-Hash: 5dae6e3a321fa2c8da5ac8642d35b63f commit: 2f6ab5a6f5fad10a3cb53cbf9e4b906ec6fa8bc4 Author: Andrei Horodniceanu proton me> AuthorDate: Sat Jul 6 15:09:18 2024 +0000 Commit: Horodniceanu Andrei proton me> CommitDate: Sat Jul 6 15:09:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=2f6ab5a6 dmd-r1.eclass: trivial typo fixes in comments Signed-off-by: Andrei Horodniceanu proton.me> eclass/dmd-r1.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/dmd-r1.eclass b/eclass/dmd-r1.eclass index 91ebc2b..e34af81 100644 --- a/eclass/dmd-r1.eclass +++ b/eclass/dmd-r1.eclass @@ -163,7 +163,7 @@ dmd-r1_src_compile() { "${BUILD_D}" -j$(makeopts_jobs) # A bit overkill to specify the flags here but it does get the - # jobs done. + # job done. DFLAGS="${DMDW_DCFLAGS} ${DMDW_LDFLAGS}" ) @@ -232,7 +232,7 @@ dmd-r1_src_compile() { $(usex static-libs 'lib dll' dll) ) # Prefer compiling C files with CC, not with dmd. (USE_IMPORTC=1 - # adds dependency on libdruntime.a) + # adds a dependency on libdruntime.a) ver_test -ge 2.108.0 && phobosMakeArgs+=( "USE_IMPORTC=0" ) emake -C dmd/druntime "${commonMakeArgs[@]}" "${druntimeMakeArgs[@]}"