From ab255b24328c142260ef4376207cf0989c6adfc5 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 7 Dec 2021 17:36:57 +0100 Subject: community/menu-cache: more cycle breaking --- community/menu-cache/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'community') 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[@]}") -- cgit v1.2.3-54-g00ecf