]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/deblistparser.cc
* apt-pkg/deb/debmetaindex.cc:
[apt.git] / apt-pkg / deb / deblistparser.cc
index 2cfeb23e9fc647ad9f0df241320a72f9f4a5e42d..5fb7379706ff5942099d1fc50ebf9540cb264c42 100644 (file)
@@ -757,7 +757,7 @@ bool debListParser::Step()
       if (Architecture.empty() == true)
         return true;
 
-      if (Arch.empty() == true || MultiArchEnabled == false)
+      if (Arch.empty() == true || Arch == "any" || MultiArchEnabled == false)
       {
         if (APT::Configuration::checkArchitecture(Architecture) == true)
            return true;