Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fscrypt/
Date: Tue, 22 Jun 2021 06:09:23
Message-Id: 1624342095.efd8964b761be53ac3ab92d564b11ab7effe9c23.flow@gentoo
1 commit: efd8964b761be53ac3ab92d564b11ab7effe9c23
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 22 06:05:32 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 22 06:08:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd8964b
7
8 sys-fs/fscrypt: remove superfluous test related IUSE/RESTRICT
9
10 The ebuild has now test dependencies, and hence does not require to
11 state 'test' in IUSE. This, in turn, means that the RESTRICT idiom is
12 also not necessary.
13
14 Thanks to Sam James for pointing this out.
15
16 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
17 Reported-by: Sam James <sam <AT> gentoo.org>
18
19 sys-fs/fscrypt/fscrypt-0.3.0-r1.ebuild | 2 --
20 1 file changed, 2 deletions(-)
21
22 diff --git a/sys-fs/fscrypt/fscrypt-0.3.0-r1.ebuild b/sys-fs/fscrypt/fscrypt-0.3.0-r1.ebuild
23 index df4d50515a3..ff85bab565a 100644
24 --- a/sys-fs/fscrypt/fscrypt-0.3.0-r1.ebuild
25 +++ b/sys-fs/fscrypt/fscrypt-0.3.0-r1.ebuild
26 @@ -68,8 +68,6 @@ SRC_URI="
27 LICENSE="Apache-2.0 BSD BSD-2 MIT"
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30 -IUSE="test"
31 -RESTRICT="!test? ( test )"
32
33 DEPEND="sys-libs/pam"
34 RDEPEND="${DEPEND}"