diff options
author | Florian Schmaus <flow@gentoo.org> | 2021-06-22 08:05:32 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2021-06-22 08:08:15 +0200 |
commit | efd8964b761be53ac3ab92d564b11ab7effe9c23 (patch) | |
tree | cb5681ac2870264bb4e16f4064a8104517787d6c /sys-fs | |
parent | dev-python/isort: Bump to 5.9.1 (diff) | |
download | gentoo-efd8964b761be53ac3ab92d564b11ab7effe9c23.tar.gz gentoo-efd8964b761be53ac3ab92d564b11ab7effe9c23.tar.bz2 gentoo-efd8964b761be53ac3ab92d564b11ab7effe9c23.zip |
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@gentoo.org>
Reported-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/fscrypt/fscrypt-0.3.0-r1.ebuild | 2 |
1 files changed, 0 insertions, 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 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}" |