summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-13 21:22:13 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-13 21:22:13 +0200
commit5fe14be61832d223ec78a2febb2530ec5420c8f5 (patch)
treee1c79066c73af5d6729e6dca27472709784489d8 /extra
parentac6397684fac6c65254a6ad47cf304d5304c2940 (diff)
downloadpackages-5fe14be61832d223ec78a2febb2530ec5420c8f5.tar.xz
extra/libcloudproviders: readded vala on i486
Diffstat (limited to 'extra')
-rw-r--r--extra/libcloudproviders/PKGBUILD10
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