commit: 18accbc44e76533dfc42c1bd4666156972e53c50
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri May 2 08:02:52 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri May 2 08:02:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18accbc4
eclass/tests: fix typo in bgo number
The last digit was missing in bgo link.
Fixes: d133f3d0eb16 ("python-utils-r1.eclass: Fix matching pattern list
starting with 3.10")
Bug: https://bugs.gentoo.org/955213
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
eclass/tests/python-utils-r1.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/tests/python-utils-r1.sh b/eclass/tests/python-utils-r1.sh
index 09de934e703d..ccb599ca8400 100755
--- a/eclass/tests/python-utils-r1.sh
+++ b/eclass/tests/python-utils-r1.sh
@@ -212,7 +212,7 @@ test_is "_python_impl_matches python3_12 3.12" 0
test_is "_python_impl_matches pypy3_11 3.10" 1
test_is "_python_impl_matches pypy3_11 3.11" 0
test_is "_python_impl_matches pypy3_11 3.12" 1
-# https://bugs.gentoo.org/95521
+# https://bugs.gentoo.org/955213
test_is "_python_impl_matches python3_11 3.10 3.11" 0
test_is "_python_impl_matches python3_11 3.11 3.12" 0
test_is "_python_impl_matches python3_11 3.10 3.12" 1