> On 2018-12-29, at 12:33, Helmut Jarausch <jarau...@skynet.be> wrote:
> 
> On 12/29/2018 05:03:51 PM, Andrew Udvare wrote:
>> > On Dec 29, 2018, at 10:47, Helmut Jarausch <jarau...@skynet.be> wrote:
>> >
>> > How can I find out the list of packages in @preserved-rebuild?
>> There's a JSON file in /var/db/portage
> 
> I don't have the folder /var/db/portage here.
> Thanks,
> Helmut
> 
The file you want is /var/lib/portage/preserved_libs_registry

# cat /var/lib/portage/preserved_libs_registry
{
        "dev-libs/openssl:0": [
                "dev-libs/openssl-1.1.0j",
                "62711",
                [
                        "/usr/lib32/libcrypto.so.1.0.0",
                        "/usr/lib32/libssl.so.1.0.0",
                        "/usr/lib64/libcrypto.so.1.0.0",
                        "/usr/lib64/libssl.so.1.0.0"
                ]
        ]
}

Reply via email to