summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
9c3e15a)
Seems this was missed somehow.
Closes: #759099
{
unsigned char MA;
string const MultiArch = Section.FindS("Multi-Arch");
{
unsigned char MA;
string const MultiArch = Section.FindS("Multi-Arch");
- if (MultiArch.empty() == true)
+ if (MultiArch.empty() == true || MultiArch == "no")
MA = pkgCache::Version::None;
else if (MultiArch == "same") {
if (ArchitectureAll() == true)
MA = pkgCache::Version::None;
else if (MultiArch == "same") {
if (ArchitectureAll() == true)