blob: dcadbf02cf859544e63652f8eb369b8c86bd6a84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=install setup test
DEPEND=sys-fs/fuse:0 test? ( || ( ( >=dev-lang/python-3.8.2:3.8 dev-python/pytest[python_targets_python3_8(-),python_single_target_python3_8(+)] ) ( >=dev-lang/python-3.7.7-r1:3.7 dev-python/pytest[python_targets_python3_7(-),python_single_target_python3_7(+)] ) ( >=dev-lang/python-3.6.10:3.6 dev-python/pytest[python_targets_python3_6(-),python_single_target_python3_6(+)] ) ) )
DESCRIPTION=Self-syncing tree-merging file system based on FUSE
EAPI=7
HOMEPAGE=https://github.com/rpodgorny/unionfs-fuse
IUSE=test
KEYWORDS=~amd64 ~x86 ~x86-linux
LICENSE=BSD
RDEPEND=sys-fs/fuse:0
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/rpodgorny/unionfs-fuse/archive/v2.1.tar.gz -> unionfs-fuse-2.1.tar.gz
_eclasses_=multilib 318e8ae683e57fd3ccd0d31a769d8ee8 python-any-r1 c26f95a5042de003dc58bef955e41c88 python-utils-r1 00efd460b0996a1e4aab8825dded5700 toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c
_md5_=3bd68ea6f3c862002fd8778de8e13d25
|