projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't sent uninstallable rc-only versions via EDSP
[apt.git]
/
apt-pkg
/
metaindex.h
diff --git
a/apt-pkg/metaindex.h
b/apt-pkg/metaindex.h
index 3bfc2684df819a0aaa272eb1ee69a02b2d4d9c22..3a624e86d139c1220834bfa06a5d1fbcb7ce2f04 100644
(file)
--- a/
apt-pkg/metaindex.h
+++ b/
apt-pkg/metaindex.h
@@
-110,6
+110,7
@@
public:
// FIXME: make virtual on next abi break
bool IsArchitectureSupported(std::string const &arch) const;
+ bool IsArchitectureAllSupportedFor(IndexTarget const &target) const;
};
#endif