Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryptmount/
Date: Fri, 03 Sep 2021 01:54:01
Message-Id: 1630626738.c3b7366902e75119c0c8a84764c082b579d1b16f.sam@gentoo
1 commit: c3b7366902e75119c0c8a84764c082b579d1b16f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 21:19:57 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 23:52:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b73669
7
8 sys-fs/cryptmount: [QA] fix UnusedInherits
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-fs/cryptmount/cryptmount-5.3.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-fs/cryptmount/cryptmount-5.3.3.ebuild b/sys-fs/cryptmount/cryptmount-5.3.3.ebuild
16 index f93c199dc0f..51ac0e120a8 100644
17 --- a/sys-fs/cryptmount/cryptmount-5.3.3.ebuild
18 +++ b/sys-fs/cryptmount/cryptmount-5.3.3.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -inherit linux-info systemd
24 +inherit linux-info
25
26 DESCRIPTION="A utility for management and user-mode mounting of encrypted filesystems"
27 HOMEPAGE="http://cryptmount.sourceforge.net/"