tEnable ppc64el architecture. - amprolla - devuan's apt repo merger
 (HTM) git clone git://parazyd.org/amprolla.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit aee13c1c956896b8f0b6d2a72046056c925daf9b
 (DIR) parent e6c179a79954b0b3004dcaef4a331b18e9f58475
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Mon, 11 Jun 2018 12:44:16 +0200
       
       Enable ppc64el architecture.
       
       Diffstat:
         M lib/config.def.py                   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/lib/config.def.py b/lib/config.def.py
       t@@ -207,7 +207,7 @@ arches = [
            #'binary-mips64el',
            #'binary-mipsel',
            #'binary-powerpc',
       -    #'binary-ppc64el',
       +    'binary-ppc64el',
            #'binary-s390x',
            #'binary-sparc',
        ]