commit:     efd8964b761be53ac3ab92d564b11ab7effe9c23
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 06:05:32 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 06:08:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd8964b

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 <flow <AT> gentoo.org>
Reported-by: Sam James <sam <AT> gentoo.org>

 sys-fs/fscrypt/fscrypt-0.3.0-r1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys-fs/fscrypt/fscrypt-0.3.0-r1.ebuild 
b/sys-fs/fscrypt/fscrypt-0.3.0-r1.ebuild
index df4d50515a3..ff85bab565a 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}"

Reply via email to