summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-12-07 17:52:09 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-12-07 17:52:09 +0100
commit0b308c2adc9622b466ed51a60eb863f185c263d2 (patch)
tree5ee59c8fb9c8b21ef1d6a3b17a9afdbfd938e2f2 /community
parentab255b24328c142260ef4376207cf0989c6adfc5 (diff)
downloadpackages-0b308c2adc9622b466ed51a60eb863f185c263d2.tar.xz
community/menu-cache: removed cycle-breaker
Diffstat (limited to 'community')
-rw-r--r--community/menu-cache/PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/community/menu-cache/PKGBUILD b/community/menu-cache/PKGBUILD
deleted file mode 100644
index 28e97d08..00000000
--- a/community/menu-cache/PKGBUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-# breaking the cycle with libfm on i486
-depends=(${depends[@]//libfm-extra/})
-depends_i686+=(libfm-extra)
-depends_pentium4=("${depends_i686[@]}")