commit: 898b045364e614a092a5cdd37b70956df0f424cf Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Dec 16 03:17:06 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 16 03:17:06 2025 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=898b0453
etc-update: support Artix Linux Bug: https://bugs.gentoo.org/864565 Thanks-to: Tobias Leupold <tl <AT> stonemx.de> Signed-off-by: Sam James <sam <AT> gentoo.org> bin/etc-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/etc-update b/bin/etc-update index a25457cfab..8d85bc5d84 100755 --- a/bin/etc-update +++ b/bin/etc-update @@ -45,7 +45,7 @@ else *:suse:*|*:opensuse:*|*:opensuse-tumbleweed:*) OS_FAMILY='rpm';; *:fedora:*|*:rhel:*) OS_FAMILY='rpm';; *:debian:*|*:ubuntu:*) OS_FAMILY='dpkg';; - *:arch:*) OS_FAMILY='arch' NEW_EXT='pacnew';; + *:arch:*|*:artix:*) OS_FAMILY='arch' NEW_EXT='pacnew';; *) OS_FAMILY='gentoo';; esac fi
