Function pkgcraft::pkg::ebuild::pkgcraft_pkg_ebuild_deprecated

source ·
#[no_mangle]
pub unsafe extern "C" fn pkgcraft_pkg_ebuild_deprecated(
    p: *mut Pkg<'_>,
) -> bool
Expand description

Return a package’s deprecated status.

§Safety

The argument must be a non-null Pkg pointer.