Diff mirrorselect-2.5.1 with a mirrorselect-2.5.4-r1

/usr/portage/app-portage/mirrorselect/mirrorselect-2.5.4-r1.ebuild 2026-03-17 11:46:07.455985872 +0300
1 1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI="8"
4
EAPI=8
5 5

  
6 6
DISTUTILS_USE_PEP517=setuptools
7
PYTHON_COMPAT=( python3_{10..13} )
7
PYTHON_COMPAT=( python3_{11..14} )
8 8
PYTHON_REQ_USE="xml(+)"
9 9

  
10 10
inherit edo distutils-r1 prefix
......
35 35
	dev-python/requests[${PYTHON_USEDEP}]
36 36
"
37 37

  
38
PATCHES=(
39
	"${FILESDIR}"/0001-Revert-main-default-servers-to-3-not-1.patch
40
)
41

  
38 42
distutils_enable_tests unittest
39 43

  
40 44
python_prepare_all() {
Thank you!