Diff unionfs-fuse-3.4 with a unionfs-fuse-9999
/usr/portage/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild 2023-10-09 14:52:35.524368502 +0300 | ||
---|---|---|
4 | 4 |
EAPI="8" |
5 | 5 | |
6 | 6 |
PYTHON_COMPAT=( python3_{9..11} ) |
7 |
inherit python-any-r1 toolchain-funcs |
|
7 |
inherit git-r3 python-any-r1 toolchain-funcs |
|
8 | 8 | |
9 | 9 |
DESCRIPTION="Self-syncing tree-merging file system based on FUSE" |
10 | 10 |
HOMEPAGE="https://github.com/rpodgorny/unionfs-fuse" |
11 |
SRC_URI="https://github.com/rpodgorny/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
|
11 |
EGIT_REPO_URI="https://github.com/rpodgorny/unionfs-fuse.git" |
|
12 | 12 | |
13 | 13 |
LICENSE="BSD" |
14 | 14 |
SLOT="0" |
15 |
KEYWORDS="~amd64 ~x86 ~x86-linux" |
|
15 |
KEYWORDS="" |
|
16 | 16 |
IUSE="test" |
17 | 17 |
RESTRICT="!test? ( test )" |
18 | 18 |