Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/menu-cache/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/menu-cache/PKGBUILD')
-rw-r--r--community/menu-cache/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/community/menu-cache/PKGBUILD b/community/menu-cache/PKGBUILD
index e69de29b..28e97d08 100644
--- a/community/menu-cache/PKGBUILD
+++ b/community/menu-cache/PKGBUILD
@@ -0,0 +1,4 @@
+# breaking the cycle with libfm on i486
+depends=(${depends[@]//libfm-extra/})
+depends_i686+=(libfm-extra)
+depends_pentium4=("${depends_i686[@]}")