Diff soundconverter-4.0.3 with a soundconverter-4.0.5
| /usr/portage/media-sound/soundconverter/soundconverter-4.0.5.ebuild 2025-07-29 16:22:14.908457716 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-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_SINGLE_IMPL=1 |
| 7 | 7 |
DISTUTILS_USE_PEP517=setuptools |
| 8 |
PYTHON_COMPAT=( python3_{10..12} )
|
|
| 8 |
PYTHON_COMPAT=( python3_{10..13} )
|
|
| 9 | 9 |
PYTHON_REQ_USE="xml(+)" |
| 10 | 10 |
inherit gnome2-utils distutils-r1 virtualx xdg |
| 11 | 11 | |