commit:     c512069760405259deffb44014a438f556da7503
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  6 08:19:28 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr  6 08:20:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5120697

app-admin/yadm: update SRC_URI

Closes: https://bugs.gentoo.org/896490
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-admin/yadm/yadm-3.2.2.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-admin/yadm/yadm-3.2.2.ebuild b/app-admin/yadm/yadm-3.2.2.ebuild
index 84a40d3dccec..e3dfca6477e2 100644
--- a/app-admin/yadm/yadm-3.2.2.ebuild
+++ b/app-admin/yadm/yadm-3.2.2.ebuild
@@ -3,18 +3,20 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit bash-completion-r1 python-any-r1
 
 DESCRIPTION="Git based tool for managing dotfiles"
 HOMEPAGE="https://github.com/TheLocehiliosan/yadm";
-SRC_URI="https://github.com/TheLocehiliosan/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="
+       https://github.com/TheLocehiliosan/${PN}/archive/${PV}.tar.gz
+               -> ${P}.tar.gz
+"
 
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="test"
-
 RESTRICT="!test? ( test )"
 
 RDEPEND="

Reply via email to