diff options
author | Sam James <sam@gentoo.org> | 2021-12-26 02:02:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-26 02:03:54 +0000 |
commit | 1118c3b23d7004f96c63a0ffc3d3437a0db2fb3a (patch) | |
tree | 66f879dacd557c1766059ad9178a5bf462f9a112 /sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild | |
parent | net-print/foo2zjs: mark as PROPERTIES="live" for 9999* (diff) | |
download | gentoo-1118c3b23d7004f96c63a0ffc3d3437a0db2fb3a.tar.gz gentoo-1118c3b23d7004f96c63a0ffc3d3437a0db2fb3a.tar.bz2 gentoo-1118c3b23d7004f96c63a0ffc3d3437a0db2fb3a.zip |
sys-fs/unionfs-fuse: add missing git-r3 inherit to 9999
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild')
-rw-r--r-- | sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild b/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild index c5479601a118..5897a40f2915 100644 --- a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild +++ b/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild @@ -4,7 +4,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{7..9} ) -inherit python-any-r1 toolchain-funcs +inherit git-r3 python-any-r1 toolchain-funcs DESCRIPTION="Self-syncing tree-merging file system based on FUSE" HOMEPAGE="https://github.com/rpodgorny/unionfs-fuse" |