summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-06-14 08:23:46 +0200
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-06-14 08:23:46 +0200
commit1f295e76667ccb67216489afffc688ad99cbc658 (patch)
tree0770481e1ffced2de3d5802cf38302f868ed55ef
parentf50396efa7e99bf3425ed4ff76ef250425bef2bb (diff)
downloadalpine-packages-1f295e76667ccb67216489afffc688ad99cbc658.tar.gz
alpine-packages-1f295e76667ccb67216489afffc688ad99cbc658.tar.bz2
alpine-packages-1f295e76667ccb67216489afffc688ad99cbc658.tar.lz
alpine-packages-1f295e76667ccb67216489afffc688ad99cbc658.zip

utau/openutau: Mark as IPv6-only

-rwxr-xr-xbuild-repo12
-rw-r--r--src/utau/openutau/.is_ipv4_only0
2 files changed, 8 insertions, 4 deletions
diff --git a/build-repo b/build-repo
index eb0b492..596ec8b 100755
--- a/build-repo
+++ b/build-repo
@@ -12,11 +12,15 @@ for REPOPATH in ./src/*; do
PKG="$(basename "$PKG")";
if [[ "$FILTER" == "" ]] || [[ "$FILTER" == "$REPO" ]] || [[ "$FILTER" == "$PKG" ]] || [[ "$FILTER" == "$REPO/$PKG" ]]; then
- if [[ "$NEWSUM" == "1" ]]; then abuild checksum; fi
- if [[ "$ROOTBLD" != "0" ]]; then
- abuild -P "$ALL_TARGET" rootbld
+ if [[ "$IPV6_ONLY" == "true" ]] && [[ -f ".is_ipv4_only" ]]; then
+ echo -e "Skipping repository."
else
- abuild -r -P "$ALL_TARGET"
+ if [[ "$NEWSUM" == "1" ]]; then abuild checksum; fi
+ if [[ "$ROOTBLD" != "0" ]]; then
+ abuild -P "$ALL_TARGET" rootbld
+ else
+ abuild -r -P "$ALL_TARGET"
+ fi
fi
fi
diff --git a/src/utau/openutau/.is_ipv4_only b/src/utau/openutau/.is_ipv4_only
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/utau/openutau/.is_ipv4_only