Сравнение ubi_reader-0.8.5-r1 с ubi_reader-0.8.5-r2
/usr/portage/sys-fs/ubi_reader/ubi_reader-0.8.5-r2.ebuild 2025-07-29 16:22:17.924470191 +0300 | ||
---|---|---|
1 |
# Copyright 2021-2024 Gentoo Authors |
|
1 |
# Copyright 2021-2025 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 | 6 |
DISTUTILS_USE_PEP517=setuptools |
7 |
PYTHON_COMPAT=( python3_{10..12} ) |
|
7 |
PYTHON_COMPAT=( python3_{10..13} ) |
|
8 | 8 |
inherit distutils-r1 |
9 | 9 | |
10 | 10 |
MY_PN="${PN/_/-}" |