diff --git a/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild b/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild index 82564fd652..9322d4ed8f 100644 --- a/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild +++ b/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild @@ -1,22 +1,26 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1 +PYTHON_COMPAT=( python3_{10..13} ) + inherit distutils-r1 DESCRIPTION="Create Windows installer USB from ISO (rewrite of WoeUSB)" HOMEPAGE="https://github.com/WoeUSB/WoeUSB-ng" SRC_URI="https://github.com/WoeUSB/WoeUSB-ng/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/WoeUSB-ng-${PV}" + LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" + DEPEND=" -dev-python/wxpython + dev-python/wxpython " RDEPEND=" -app-arch/p7zip -sys-boot/grub[grub_platforms_pc] + app-arch/p7zip + sys-boot/grub[grub_platforms_pc] "