Skip to content

Commit

Permalink
nmu-t64: exclude more reverted libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Apr 19, 2024
1 parent 9225b0e commit c38709f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/nmu_t64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,15 @@ impl LibraryPackageParser {
}
}

const T64_UNDONE: [&str; 4] = ["libcom-err2", "libss2", "libpam0g", "libuuid1"];
const T64_UNDONE: [&str; 7] = [
"libcom-err2",
"libss2",
"libpam0g",
"libuuid1",
"libshishi0",
"libshisa0",
"libjellyfish-2.0-2",
];
const T64_SUFFIXES: [&str; 9] = [
"", "-gnutls", "-heimdal", "-mesa", "-search", "-qt", "-gcrypt", "-nss", "-openssl",
];
Expand Down

0 comments on commit c38709f

Please sign in to comment.