index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-12-06 20:53:40 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-12-06 20:53:40 +0100 |
commit | ef6b149918b1255b406a740b13b9ace2685e42bf (patch) | |
tree | 5e0cb934f30aa36086c48b67c79dc483545c206c /community/libfm/PKGBUILD | |
parent | 0afea2d6688f57688d8d2aa3a7b50915b6ddcafb (diff) |
-rw-r--r-- | community/libfm/PKGBUILD | 4 |
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[@]}") |