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 9381B1581C1 for ; Mon, 8 Jul 2024 18:22:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 565F2E2ABC; Mon, 8 Jul 2024 18:22:53 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E648E2ABC for ; Mon, 8 Jul 2024 18:22:53 +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 754E7343025 for ; Mon, 8 Jul 2024 18:22:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9ACA1DFA for ; Mon, 8 Jul 2024 18:22:50 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1720462965.2e78efe7b6cb4d84bef0dde61696e7a2162c1a3b.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/haxe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/haxe/haxe-4.3.4.ebuild X-VCS-Directories: dev-lang/haxe/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 2e78efe7b6cb4d84bef0dde61696e7a2162c1a3b X-VCS-Branch: master Date: Mon, 8 Jul 2024 18:22:50 +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: 83df0e35-8180-4089-b413-65e99cfc40e4 X-Archives-Hash: 80d1609801cfb14d21bb16aa65c7ae36 commit: 2e78efe7b6cb4d84bef0dde61696e7a2162c1a3b Author: Maciej Barć gentoo org> AuthorDate: Mon Jul 8 18:03:42 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Jul 8 18:22:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e78efe7 dev-lang/haxe: fix spelling Signed-off-by: Maciej Barć gentoo.org> dev-lang/haxe/haxe-4.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/haxe/haxe-4.3.4.ebuild b/dev-lang/haxe/haxe-4.3.4.ebuild index 776b27a6ebe6..71558710fc5d 100644 --- a/dev-lang/haxe/haxe-4.3.4.ebuild +++ b/dev-lang/haxe/haxe-4.3.4.ebuild @@ -12,7 +12,7 @@ if [[ "${PV}" == *9999* ]] ; then EGIT_REPO_URI="https://github.com/HaxeFoundation/haxe.git" else - # Haxe-debian is a distribution variant then contains the required git modules. + # Haxe-debian is a distribution variant that contains the required git modules. SRC_URI="https://github.com/HaxeFoundation/haxe-debian/archive/upstream/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/haxe-debian-upstream-${PV}"