index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-10 17:43:21 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-10 17:43:21 +0200 |
commit | 97e0f612110ddeedcfc7d79254e034333b1bc2fa (patch) | |
tree | d0e8b9a66f1259e7434b5eadb71c36e2657918d1 /extra/qemu | |
parent | 49277e920209e486ac763bb67de67df85c08181e (diff) |
-rw-r--r-- | extra/qemu/PKGBUILD | 11 |
diff --git a/extra/qemu/PKGBUILD b/extra/qemu/PKGBUILD index b193902e..cedabcb1 100644 --- a/extra/qemu/PKGBUILD +++ b/extra/qemu/PKGBUILD @@ -14,6 +14,11 @@ eval "$( ' )" -if [ "$CARCH" = 'pentium4' ]; then - _corearch=i386 -fi +# edk2-armvirt is not available currently +eval "$( + declare -f package_qemu-system-aarch64 | \ + sed ' + /depends/ a \ + depends=(${depends[@]//edk2-armvirt/}) + ' +)" |