From 18accbc44e76533dfc42c1bd4666156972e53c50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Van=C4=9Bk?= Date: Fri, 2 May 2025 10:02:52 +0200 Subject: [PATCH] eclass/tests: fix typo in bgo number MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- 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 09de934e703d6..ccb599ca84001 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