From ef6b149918b1255b406a740b13b9ace2685e42bf Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 6 Dec 2021 20:53:40 +0100 Subject: community/libfm: breaking cycle with menu-cache on i486 --- community/libfm/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 community/libfm/PKGBUILD (limited to 'community') 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[@]}") -- cgit v1.2.3-54-g00ecf