summaryrefslogtreecommitdiff
path: root/dev-lang/zig/zig-0.14.1.ebuild
diff options
context:
space:
mode:
authorEric Joldasov <bratishkaerik@landless-city.net>2025-11-27 13:58:04 +0500
committerJoonas Niilola <juippis@gentoo.org>2025-11-27 21:47:43 +0200
commitc5f1afe84f8ee166153b26bd3108004a2bb087b9 (patch)
tree9bbda74403330583ef55550d88da72e2eec7f68a /dev-lang/zig/zig-0.14.1.ebuild
parent6f5276d3ef11a81dba5fa6e915e9b8881994c57a (diff)
downloadgentoo-c5f1afe84f8ee166153b26bd3108004a2bb087b9.tar.gz
gentoo-c5f1afe84f8ee166153b26bd3108004a2bb087b9.tar.bz2
gentoo-c5f1afe84f8ee166153b26bd3108004a2bb087b9.zip
dev-lang/zig: update HOMEPAGE
Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net> Part-of: https://github.com/gentoo/gentoo/pull/44792 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-lang/zig/zig-0.14.1.ebuild')
-rw-r--r--dev-lang/zig/zig-0.14.1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/zig/zig-0.14.1.ebuild b/dev-lang/zig/zig-0.14.1.ebuild
index 0a5333025e9d..64d8beb8c974 100644
--- a/dev-lang/zig/zig-0.14.1.ebuild
+++ b/dev-lang/zig/zig-0.14.1.ebuild
@@ -12,9 +12,9 @@ ZIG_OPTIONAL=1
inherit check-reqs cmake flag-o-matic edo llvm-r2 toolchain-funcs zig
DESCRIPTION="A robust, optimal, and maintainable programming language"
-HOMEPAGE="https://ziglang.org/ https://github.com/ziglang/zig/"
+HOMEPAGE="https://ziglang.org/ https://codeberg.org/ziglang/zig/"
if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="https://github.com/ziglang/zig.git"
+ EGIT_REPO_URI="https://codeberg.org/ziglang/zig.git"
inherit git-r3
else
VERIFY_SIG_METHOD=minisig
@@ -56,7 +56,7 @@ BUILD_DIR="${WORKDIR}/${P}_build"
# Zig requires zstd and zlib compression support in LLVM, if using LLVM backend.
# (non-LLVM backends don't require these)
# They are not required "on their own", so please don't add them here.
-# You can check https://github.com/ziglang/zig-bootstrap in future, to see
+# You can check https://codeberg.org/ziglang/zig-bootstrap in future, to see
# options that are passed to LLVM CMake building (excluding "static" ofc).
LLVM_DEPEND="$(llvm_gen_dep '
llvm-core/clang:${LLVM_SLOT}
@@ -78,7 +78,7 @@ PATCHES=(
# zig.eclass does not set this for us since we use ZIG_OPTIONAL=1
QA_FLAGS_IGNORED="usr/.*/zig/${PV}/bin/zig"
-# Since commit https://github.com/ziglang/zig/commit/e7d28344fa3ee81d6ad7ca5ce1f83d50d8502118
+# Since commit https://codeberg.org/ziglang/zig/commit/e7d28344fa3ee81d6ad7ca5ce1f83d50d8502118
# Zig uses self-hosted compiler only
CHECKREQS_MEMORY="4G"