]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-source.cc
Port TagIterator to correctly support ReMap (doh).
[apt.git] / apt-private / private-source.cc
index fab1b45326847600d41715dacbced3117addea8a..1e819a6683c86bca3b1c1e0a4651534442f053c2 100644 (file)
@@ -620,7 +620,9 @@ static void WriteBuildDependencyPackage(std::ostringstream &buildDepsPkgFile,
    for (auto const &dep: Dependencies)
    {
       std::string * type;
-      if (dep.Type == pkgSrcRecords::Parser::BuildConflict || dep.Type == pkgSrcRecords::Parser::BuildConflictIndep)
+      if (dep.Type == pkgSrcRecords::Parser::BuildConflict ||
+                 dep.Type == pkgSrcRecords::Parser::BuildConflictIndep ||
+                 dep.Type == pkgSrcRecords::Parser::BuildConflictArch)
         type = &conflicts;
       else
         type = &depends;