commit:     f7f450f5670c673a0cb332f876d9dea110c0b9dc
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 28 17:27:41 2025 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Mar 28 17:28:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7f450f5

sys-fs/unionfs-fuse: Python 3.13

Closes: https://bugs.gentoo.org/952738
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 .../{unionfs-fuse-9999.ebuild => unionfs-fuse-3.6-r2.ebuild}       | 7 ++++---
 sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild                       | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild 
b/sys-fs/unionfs-fuse/unionfs-fuse-3.6-r2.ebuild
similarity index 81%
copy from sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild
copy to sys-fs/unionfs-fuse/unionfs-fuse-3.6-r2.ebuild
index a1af3d5796f4..edbaab363381 100644
--- a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild
+++ b/sys-fs/unionfs-fuse/unionfs-fuse-3.6-r2.ebuild
@@ -3,15 +3,16 @@
 
 EAPI="8"
 
-PYTHON_COMPAT=( python3_{9..12} )
-inherit git-r3 python-any-r1 toolchain-funcs
+PYTHON_COMPAT=( python3_{9..13} )
+inherit python-any-r1 toolchain-funcs
 
 DESCRIPTION="Self-syncing tree-merging file system based on FUSE"
 HOMEPAGE="https://github.com/rpodgorny/unionfs-fuse";
-EGIT_REPO_URI="https://github.com/rpodgorny/unionfs-fuse.git";
+SRC_URI="https://github.com/rpodgorny/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 

diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild 
b/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild
index a1af3d5796f4..64a5ee9a3635 100644
--- a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild
+++ b/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="8"
 
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{9..13} )
 inherit git-r3 python-any-r1 toolchain-funcs
 
 DESCRIPTION="Self-syncing tree-merging file system based on FUSE"

Reply via email to