commit:     572e04698f80f0caaaeb55719282d859f46be93d
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 19:14:57 2022 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed May 25 19:17:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=572e0469

sys-fs/unionfs-fuse: Python 3.10 + EAPI 8

Closes: https://bugs.gentoo.org/846329
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3

 .../{unionfs-fuse-9999.ebuild => unionfs-fuse-2.2-r1.ebuild} | 12 ++++++------
 sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild                 |  6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild 
b/sys-fs/unionfs-fuse/unionfs-fuse-2.2-r1.ebuild
similarity index 76%
copy from sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild
copy to sys-fs/unionfs-fuse/unionfs-fuse-2.2-r1.ebuild
index 5897a40f2915..2312fa71e7c0 100644
--- a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild
+++ b/sys-fs/unionfs-fuse/unionfs-fuse-2.2-r1.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI="8"
 
-PYTHON_COMPAT=( python3_{7..9} )
-inherit git-r3 python-any-r1 toolchain-funcs
+PYTHON_COMPAT=( python3_{8..10} )
+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=""
+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 5897a40f2915..eab277c33f84 100644
--- a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild
+++ b/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI="8"
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit git-r3 python-any-r1 toolchain-funcs
 
 DESCRIPTION="Self-syncing tree-merging file system based on FUSE"

Reply via email to