Сравнение unionfs-fuse-3.6-r1 с unionfs-fuse-9999
| /usr/portage/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild 2025-04-02 18:21:10.883225283 +0300 | ||
|---|---|---|
| 3 | 3 | |
| 4 | 4 |
EAPI="8" |
| 5 | 5 | |
| 6 |
PYTHON_COMPAT=( python3_{9..12} )
|
|
| 7 |
inherit python-any-r1 toolchain-funcs |
|
| 6 |
PYTHON_COMPAT=( python3_{9..13} )
|
|
| 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" |
|
| 16 | 15 |
IUSE="test" |
| 17 | 16 |
RESTRICT="!test? ( test )" |
| 18 | 17 | |