]> git.saurik.com Git - apt-legacy.git/blobdiff - apt-pkg/deb/deblistparser.cc
Support Architecture: cydia packages, for giggles.
[apt-legacy.git] / apt-pkg / deb / deblistparser.cc
index 964e4a46bf5294a43f082070335a0f39f86fd5b2..6557e76c3dedcacd70240f378521bca7bd72a8aa 100644 (file)
@@ -706,6 +706,9 @@ bool debListParser::Step()
       if (stringcmp(Start,Stop,"all") == 0)
         return true;
 
+      if (stringcmp(Start,Stop,"cydia") == 0)
+        return true;
+
       iOffset = Tags.Offset();
    }   
    return false;