]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/srcrecords.h
merged from the debian-sid branch
[apt.git] / apt-pkg / srcrecords.h
index 06f0dce6c02ff5a8fbc94d4b999e4646919522ca..ed69d0d72d470cfa9dfe18406c394c432c1b6bf3 100644 (file)
@@ -71,6 +71,7 @@ class pkgSrcRecords
       virtual std::string Section() const = 0;
       virtual const char **Binaries() = 0;   // Ownership does not transfer
 
+      //FIXME: Add a parameter to specify which architecture to use for [wildcard] matching
       virtual bool BuildDepends(std::vector<BuildDepRec> &BuildDeps, bool const &ArchOnly, bool const &StripMultiArch = true) = 0;
       static const char *BuildDepType(unsigned char const &Type);