amprolla

devuan's apt repo merger
git clone git://parazyd.org/amprolla.git
Log | Files | Refs | README | LICENSE

commit aee13c1c956896b8f0b6d2a72046056c925daf9b
parent e6c179a79954b0b3004dcaef4a331b18e9f58475
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 11 Jun 2018 12:44:16 +0200

Enable ppc64el architecture.

Diffstat:
Mlib/config.def.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/config.def.py b/lib/config.def.py @@ -207,7 +207,7 @@ arches = [ #'binary-mips64el', #'binary-mipsel', #'binary-powerpc', - #'binary-ppc64el', + 'binary-ppc64el', #'binary-s390x', #'binary-sparc', ]