Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse/
Date: Thu, 15 Aug 2019 04:51:47
Message-Id: 1565844617.9b753444ad5bf43480f4a62fe7da2f3ed32712c9.radhermit@gentoo
1 commit: 9b753444ad5bf43480f4a62fe7da2f3ed32712c9
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 15 04:40:02 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 15 04:50:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b753444
7
8 sys-fs/fuse: add missing conditional test RESTRICT
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 sys-fs/fuse/fuse-3.6.2.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/sys-fs/fuse/fuse-3.6.2.ebuild b/sys-fs/fuse/fuse-3.6.2.ebuild
16 index 36c655c869a..89893637d63 100644
17 --- a/sys-fs/fuse/fuse-3.6.2.ebuild
18 +++ b/sys-fs/fuse/fuse-3.6.2.ebuild
19 @@ -14,6 +14,7 @@ LICENSE="GPL-2 LGPL-2.1"
20 SLOT="3"
21 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
22 IUSE="test"
23 +RESTRICT="!test? ( test )"
24
25 DEPEND="virtual/pkgconfig
26 test? (