add package.mask entry to mock repo
All checks were successful
Gentoo Utils / build-oci-image (pull_request) Successful in 5s
Gentoo Utils / build (pull_request) Successful in 1m35s

This commit is contained in:
2025-12-13 03:01:07 +00:00
parent ea2aa940ea
commit f279e07367
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1 @@
app-editors/vim

View File

@@ -27,6 +27,15 @@ fn main() {
vec!["app-editors/emacs"]
);
assert_eq!(
profile
.package_mask()
.iter()
.map(Atom::to_string)
.collect::<Vec<_>>(),
vec!["app-editors/vim"]
);
let emacs_package_use = profile
.package_use()
.iter()