commit:     9b753444ad5bf43480f4a62fe7da2f3ed32712c9
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 04:40:02 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 04:50:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b753444

sys-fs/fuse: add missing conditional test RESTRICT

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 sys-fs/fuse/fuse-3.6.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-fs/fuse/fuse-3.6.2.ebuild b/sys-fs/fuse/fuse-3.6.2.ebuild
index 36c655c869a..89893637d63 100644
--- a/sys-fs/fuse/fuse-3.6.2.ebuild
+++ b/sys-fs/fuse/fuse-3.6.2.ebuild
@@ -14,6 +14,7 @@ LICENSE="GPL-2 LGPL-2.1"
 SLOT="3"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 DEPEND="virtual/pkgconfig
        test? (

Reply via email to