diff options
Diffstat (limited to 'apt-private/private-show.cc')
-rw-r--r-- | apt-private/private-show.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-private/private-show.cc b/apt-private/private-show.cc index 30b99b013..07b5a3ae3 100644 --- a/apt-private/private-show.cc +++ b/apt-private/private-show.cc @@ -300,6 +300,7 @@ static bool DisplayRecordV2(pkgCacheFile &CacheFile, pkgRecords &Recs, /*{{{*/ bool ShowPackage(CommandLine &CmdL) /*{{{*/ { pkgCacheFile CacheFile; + CacheFile.InhibitActionGroups(true); auto VolatileCmdL = GetAllPackagesAsPseudo(CacheFile.GetSourceList(), CmdL, AddVolatileBinaryFile, ""); if (unlikely(CacheFile.GetPkgCache() == nullptr)) |