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 0C0D313835A for ; Sat, 31 Oct 2020 11:12:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2827E0858; Sat, 31 Oct 2020 11:12:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AA386E0858 for ; Sat, 31 Oct 2020 11:12:01 +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 6444D340CFE for ; Sat, 31 Oct 2020 11:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03B1D439 for ; Sat, 31 Oct 2020 11:11:58 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1604142686.fec5247cd69339237f7aa8ba49e9036fc04aa5e6.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/checkpassword/checkpassword-0.90-r4.ebuild X-VCS-Directories: net-mail/checkpassword/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: fec5247cd69339237f7aa8ba49e9036fc04aa5e6 X-VCS-Branch: master Date: Sat, 31 Oct 2020 11:11:58 +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: 0dce3b04-004c-4e3a-ad61-4edae7975a1e X-Archives-Hash: d817ca6b21417d56132ad09e3dc22a04 commit: fec5247cd69339237f7aa8ba49e9036fc04aa5e6 Author: David Seifert gentoo org> AuthorDate: Sat Oct 31 11:11:26 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Oct 31 11:11:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec5247c net-mail/checkpassword: [QA] Inherit flag-o-matic.eclass explicitly Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert gentoo.org> net-mail/checkpassword/checkpassword-0.90-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/checkpassword/checkpassword-0.90-r4.ebuild b/net-mail/checkpassword/checkpassword-0.90-r4.ebuild index 5020585a267..ac723ca4c9f 100644 --- a/net-mail/checkpassword/checkpassword-0.90-r4.ebuild +++ b/net-mail/checkpassword/checkpassword-0.90-r4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit fixheadtails toolchain-funcs +inherit fixheadtails flag-o-matic toolchain-funcs DESCRIPTION="A uniform password checking interface for root applications" HOMEPAGE="https://cr.yp.to/checkpwd.html"