diff --git a/app-portage/elsw/elsw-1.0.1.ebuild b/app-portage/elsw/elsw-1.0.1-r1.ebuild similarity index 75% rename from app-portage/elsw/elsw-1.0.1.ebuild rename to app-portage/elsw/elsw-1.0.1-r1.ebuild index dbf460d23374..5d8bdebc7147 100644 --- a/app-portage/elsw/elsw-1.0.1.ebuild +++ b/app-portage/elsw/elsw-1.0.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{12..13} ) +DISTUTILS_USE_PEP517="flit" +PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1 @@ -14,7 +14,7 @@ HOMEPAGE="https://gitlab.com/xgqt/python-elsw/" if [[ "${PV}" == *9999* ]] ; then inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/xgqt/python-${PN}.git" + EGIT_REPO_URI="https://gitlab.com/xgqt/python-${PN}" else inherit pypi diff --git a/app-portage/elsw/elsw-9999.ebuild b/app-portage/elsw/elsw-9999.ebuild index 03691b4cadba..b83ad0510300 100644 --- a/app-portage/elsw/elsw-9999.ebuild +++ b/app-portage/elsw/elsw-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{12..13} ) +DISTUTILS_USE_PEP517="flit" +PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1 @@ -14,7 +14,7 @@ HOMEPAGE="https://gitlab.com/xgqt/python-elsw/" if [[ "${PV}" == *9999* ]] ; then inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/xgqt/python-${PN}.git" + EGIT_REPO_URI="https://gitlab.com/xgqt/python-${PN}" else inherit pypi