]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.h
be able to disable resolver with APT::Get::CallResolver and disable
[apt.git] / apt-pkg / pkgcache.h
index 89a296ce978dcd6fd5bbfd3bb20f8128915b7c76..d654a29769a97024b4d7c26a70d05c211da1c078 100644 (file)
@@ -506,8 +506,8 @@ struct pkgCache::Version
        if it is built for another architecture as the requester.
        Same indicates that builds for different architectures can
        be co-installed on the system */
-   // FIXME: remove All on abi break
-   enum {None, All, Foreign, Same, Allowed} MultiArch;
+   /* FIXME: A bitflag would be better with the next abibreak… */
+   enum {None, All, Foreign, Same, Allowed, AllForeign, AllAllowed} MultiArch;
 
    /** \brief references all the PackageFile's that this version came from