Skip to content

Commit e7af542

Browse files
committed
check-mismatched-packages: Update for python-docs move
Signed-off-by: Michał Górny <[email protected]>
1 parent 9b5238f commit e7af542

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

check-mismatched-packages

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ PKGS=(
66
dev-python/ensurepip-pip:0=dev-python/pip:0
77
dev-python/ensurepip-setuptools:0=dev-python/setuptools:0
88
dev-python/ensurepip-wheel:0=dev-python/wheel:0
9-
dev-python/python-docs:2.7=dev-lang/python:2.7
10-
dev-python/python-docs:3.8=dev-lang/python:3.8
11-
dev-python/python-docs:3.9=dev-lang/python:3.9
12-
dev-python/python-docs:3.10=dev-lang/python:3.10
13-
dev-python/python-docs:3.11=dev-lang/python:3.11
9+
app-doc/python-docs:2.7=dev-lang/python:2.7
10+
app-doc/python-docs:3.8=dev-lang/python:3.8
11+
app-doc/python-docs:3.9=dev-lang/python:3.9
12+
app-doc/python-docs:3.10=dev-lang/python:3.10
13+
app-doc/python-docs:3.11=dev-lang/python:3.11
1414
)
1515

1616
declare -A VERSIONS

0 commit comments

Comments
 (0)