Skip to content

Commit b40d18b

Browse files
committed
[portage] fix copied literal content
1 parent 598e452 commit b40d18b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

stubs/portage/portage/dbapi/porttree.pyi

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ class portdbapi(dbapi):
1010
def xmatch(
1111
self,
1212
level: Literal[
13-
bestmatch - visible,
14-
match - all - cpv - only,
15-
match - all,
16-
match - visible,
17-
minimum - all,
18-
minimum - visible,
19-
minimum - all - ignore - profile,
13+
"bestmatch-visible",
14+
"match-all-cpv-only",
15+
"match-all",
16+
"match-visible",
17+
"minimum-all",
18+
"minimum-visible",
19+
"minimum-all-ignore-profile",
2020
],
2121
origdep: str,
2222
) -> list[str] | str: ...

0 commit comments

Comments
 (0)