index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/libretro-mupen64plus/PKGBUILD | 2 |
diff --git a/community/libretro-mupen64plus/PKGBUILD b/community/libretro-mupen64plus/PKGBUILD index 7be65252..0baf8105 100644 --- a/community/libretro-mupen64plus/PKGBUILD +++ b/community/libretro-mupen64plus/PKGBUILD @@ -4,3 +4,5 @@ eval "$( s/x86_64/x86/ ' )" +# why does i686 makedepend on that and x86_64 not? +makedepends+=(nasm) |