From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D76491580B2 for ; Fri, 3 Sep 2021 01:54:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDE77E0ABF; Fri, 3 Sep 2021 01:53:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BFBEE0ABF for ; Fri, 3 Sep 2021 01:53:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D774233FE26 for ; Fri, 3 Sep 2021 01:53:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60EF39E for ; Fri, 3 Sep 2021 01:53:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1630626738.c3b7366902e75119c0c8a84764c082b579d1b16f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryptmount/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/cryptmount/cryptmount-5.3.3.ebuild X-VCS-Directories: sys-fs/cryptmount/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c3b7366902e75119c0c8a84764c082b579d1b16f X-VCS-Branch: master Date: Fri, 3 Sep 2021 01:53:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9599d57a-9119-4df4-9e2e-92565860753e X-Archives-Hash: bc46fa5426ceb0748832ed0419495bd0 commit: c3b7366902e75119c0c8a84764c082b579d1b16f Author: Sam James gentoo org> AuthorDate: Thu Sep 2 21:19:57 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 2 23:52:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b73669 sys-fs/cryptmount: [QA] fix UnusedInherits Signed-off-by: Sam James gentoo.org> sys-fs/cryptmount/cryptmount-5.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/cryptmount/cryptmount-5.3.3.ebuild b/sys-fs/cryptmount/cryptmount-5.3.3.ebuild index f93c199dc0f..51ac0e120a8 100644 --- a/sys-fs/cryptmount/cryptmount-5.3.3.ebuild +++ b/sys-fs/cryptmount/cryptmount-5.3.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit linux-info systemd +inherit linux-info DESCRIPTION="A utility for management and user-mode mounting of encrypted filesystems" HOMEPAGE="http://cryptmount.sourceforge.net/"