View | Details | Raw Unified | Return to bug 42934
Collapse All | Expand All

(-)a/cmdline/apt-get.cc (+4 lines)
Lines 2247-2252 bool DoBuildDep(CommandLine &CmdL) Link Here
2247
            continue;
2247
            continue;
2248
         }
2248
         }
2249
2249
2250
         if ((*D).Package.compare(0, 7, "rpmlib(") == 0) {
2251
             continue;
2252
         }
2253
2250
         if ((*D).Type == pkgSrcRecords::Parser::BuildConflict ||
2254
         if ((*D).Type == pkgSrcRecords::Parser::BuildConflict ||
2251
	     (*D).Type == pkgSrcRecords::Parser::BuildConflictIndep)
2255
	     (*D).Type == pkgSrcRecords::Parser::BuildConflictIndep)
2252
         {
2256
         {

Return to bug 42934