summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-07-08 20:03:42 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-07-08 20:22:45 +0200
commit2e78efe7b6cb4d84bef0dde61696e7a2162c1a3b (patch)
treef8bdb07f210316c3d1f6fa007682a2d7a66e3a05 /dev-lang
parentdev-lang/haxe: drop old 4.3.3 (diff)
downloadgentoo-2e78efe7b6cb4d84bef0dde61696e7a2162c1a3b.tar.gz
gentoo-2e78efe7b6cb4d84bef0dde61696e7a2162c1a3b.tar.bz2
gentoo-2e78efe7b6cb4d84bef0dde61696e7a2162c1a3b.zip
dev-lang/haxe: fix spelling
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/haxe/haxe-4.3.4.ebuild2
1 files changed, 1 insertions, 1 deletions
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}"