diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-13 21:22:13 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-13 21:22:13 +0200 |
commit | 5fe14be61832d223ec78a2febb2530ec5420c8f5 (patch) | |
tree | e1c79066c73af5d6729e6dca27472709784489d8 /extra | |
parent | ac6397684fac6c65254a6ad47cf304d5304c2940 (diff) | |
download | packages-5fe14be61832d223ec78a2febb2530ec5420c8f5.tar.xz |
extra/libcloudproviders: readded vala on i486
Diffstat (limited to 'extra')
-rw-r--r-- | extra/libcloudproviders/PKGBUILD | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/libcloudproviders/PKGBUILD b/extra/libcloudproviders/PKGBUILD deleted file mode 100644 index 14f0ae48..00000000 --- a/extra/libcloudproviders/PKGBUILD +++ /dev/null @@ -1,10 +0,0 @@ -# no polkit, no js78, no rust, no potatoes on i486 -if [ "$CARCH" = 'i486' ]; then - makedepends=(${makedepends[@]//vala/}) - eval "$( - declare -f build | \ - sed ' - s/arch-meson/arch-meson -D vapigen=false/ - ' - )" -fi |