index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-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[@]}") |