diff options
author | Sebastian Pipping <sping@gentoo.org> | 2020-12-13 16:51:26 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2020-12-13 16:51:26 +0100 |
commit | ac593436dba973bae1d1214c47c0f0b676b7e538 (patch) | |
tree | 4836c6f0574da50542529b05c8e8f19de6d9bed3 /sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild | |
parent | dev-python/piexif: PythonCompatUpdate + fix tests (diff) | |
download | gentoo-ac593436dba973bae1d1214c47c0f0b676b7e538.tar.gz gentoo-ac593436dba973bae1d1214c47c0f0b676b7e538.tar.bz2 gentoo-ac593436dba973bae1d1214c47c0f0b676b7e538.zip |
sys-fs/unionfs-fuse: PythonCompatUpdate + drop old
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Diffstat (limited to 'sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild')
-rw-r--r-- | sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild b/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild index b935d86f2bc3..9c0fd03e3a91 100644 --- a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild +++ b/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild @@ -3,8 +3,8 @@ EAPI="7" -PYTHON_COMPAT=( python3_{6,7,8} ) -inherit python-any-r1 toolchain-funcs git-r3 +PYTHON_COMPAT=( python3_{6..9} ) +inherit python-any-r1 toolchain-funcs DESCRIPTION="Self-syncing tree-merging file system based on FUSE" HOMEPAGE="https://github.com/rpodgorny/unionfs-fuse" |