Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/unionfs-fuse/
Date: Sun, 26 Dec 2021 02:04:09
Message-Id: 1640484234.1118c3b23d7004f96c63a0ffc3d3437a0db2fb3a.sam@gentoo
1 commit: 1118c3b23d7004f96c63a0ffc3d3437a0db2fb3a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 26 02:02:54 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 26 02:03:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1118c3b2
7
8 sys-fs/unionfs-fuse: add missing git-r3 inherit to 9999
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild b/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild
16 index c5479601a118..5897a40f2915 100644
17 --- a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild
18 +++ b/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI="7"
21
22 PYTHON_COMPAT=( python3_{7..9} )
23 -inherit python-any-r1 toolchain-funcs
24 +inherit git-r3 python-any-r1 toolchain-funcs
25
26 DESCRIPTION="Self-syncing tree-merging file system based on FUSE"
27 HOMEPAGE="https://github.com/rpodgorny/unionfs-fuse"