summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-12-06 20:53:40 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-12-06 20:53:40 +0100
commitef6b149918b1255b406a740b13b9ace2685e42bf (patch)
tree5e0cb934f30aa36086c48b67c79dc483545c206c /community
parent0afea2d6688f57688d8d2aa3a7b50915b6ddcafb (diff)
downloadpackages-ef6b149918b1255b406a740b13b9ace2685e42bf.tar.xz
community/libfm: breaking cycle with menu-cache on i486
Diffstat (limited to 'community')
-rw-r--r--community/libfm/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/community/libfm/PKGBUILD b/community/libfm/PKGBUILD
new file mode 100644
index 00000000..bb01b525
--- /dev/null
+++ b/community/libfm/PKGBUILD
@@ -0,0 +1,4 @@
+# breaking the cycle with menu-cache on i486
+makedepends=(${makedepends[@]//menu-cache/})
+makedepends_i686+=(menu-cache)
+makedepends_pentium4=("${makedepends_i686[@]}")