revert pyhton3 part that was commit by mistake in #ab8b3ded
[platform/upstream/libsolv.git] / src / poolarch.c
index 78848ad..30a50e2 100644 (file)
@@ -32,6 +32,7 @@ static const char *archpolicies[] = {
   "ppc64",     "ppc64:ppc",
   "ppc",       "ppc",
   "ppc64p7",   "ppc64p7:ppc64:ppc",
+  "ppc64le",    "ppc64le",
   "aarch64",   "aarch64",
   "armv6hl",   "armv6hl",
   "armv7hnl",  "armv7hnl:armv7hl:armv6hl",
@@ -54,6 +55,8 @@ static const char *archpolicies[] = {
   "sparcv9",   "sparcv9:sparcv8:sparc",
   "sparcv8",   "sparcv8:sparc",
   "sparc",     "sparc",
+  "mipsel",    "mipsel",
+  "m68k",      "m68k",
   0
 };