summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-12-07 17:36:57 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-12-07 17:36:57 +0100
commitab255b24328c142260ef4376207cf0989c6adfc5 (patch)
tree567433aca42972b6d184d02062ba884b8ae0c82c /community
parent1105b29fcab8dec43c49abc0bd6b46609f364230 (diff)
downloadpackages-ab255b24328c142260ef4376207cf0989c6adfc5.tar.xz
community/menu-cache: more cycle breaking
Diffstat (limited to 'community')
-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[@]}")