diff options
author | Erich Eckner <git@eckner.net> | 2018-09-20 13:21:07 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-09-20 13:21:07 +0200 |
commit | 24061dcb5b89da7464b179cb6e69ecca0ae26993 (patch) | |
tree | 004c6945f8464fa6c3cbe9932c32d25f9820fab9 /blacklist | |
parent | 400304c78a17e18da1b00841ffdd3a2a3a94ad8b (diff) | |
download | packages-24061dcb5b89da7464b179cb6e69ecca0ae26993.tar.xz |
blacklist linux-pae for i486 - it's not needed
Diffstat (limited to 'blacklist')
-rw-r--r-- | blacklist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ i686 cuda # cuda 9.0 is 64-bit only i686 delve # currently no 32-bit support, see <a href="https://github.com/derekparker/delve/issues/20">upstream</a> i686 dotnet-core # not available for 32-bit on linux, see <a href="https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.5-download.md">here</a> i686 linux-hardened # not <a href="https://mirror.archlinux32.org/irc-logs/%23archlinux-ports/2017-06-28.html#04:04:01">really useful</a> on i686 + hard to maintain +i486 linux-pae # not useful - use i686 instead i686 libretro-citra # do not build, see FS32#23 i686 libretro-mupen64plus # do not build, see FS32#23 i686 libretro-parallel-n64 # do not build, see FS32#23 |