From efd8964b761be53ac3ab92d564b11ab7effe9c23 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Tue, 22 Jun 2021 08:05:32 +0200 Subject: sys-fs/fscrypt: remove superfluous test related IUSE/RESTRICT The ebuild has now test dependencies, and hence does not require to state 'test' in IUSE. This, in turn, means that the RESTRICT idiom is also not necessary. Thanks to Sam James for pointing this out. Signed-off-by: Florian Schmaus Reported-by: Sam James --- sys-fs/fscrypt/fscrypt-0.3.0-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys-fs/fscrypt') diff --git a/sys-fs/fscrypt/fscrypt-0.3.0-r1.ebuild b/sys-fs/fscrypt/fscrypt-0.3.0-r1.ebuild index df4d50515a34..ff85bab565a1 100644 --- a/sys-fs/fscrypt/fscrypt-0.3.0-r1.ebuild +++ b/sys-fs/fscrypt/fscrypt-0.3.0-r1.ebuild @@ -68,8 +68,6 @@ SRC_URI=" LICENSE="Apache-2.0 BSD BSD-2 MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" DEPEND="sys-libs/pam" RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad