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 38366158018 for ; Sun, 3 Oct 2021 11:28:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03751E092A; Sun, 3 Oct 2021 11:28:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAB97E092A for ; Sun, 3 Oct 2021 11:28:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E429342EAF for ; Sun, 3 Oct 2021 11:28:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D351214F for ; Sun, 3 Oct 2021 11:28:34 +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: <1633260476.f68c3157afae8cc696d55a68e997145b3435fdf8.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/rng-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/rng-tools/rng-tools-6.14-r2.ebuild X-VCS-Directories: sys-apps/rng-tools/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f68c3157afae8cc696d55a68e997145b3435fdf8 X-VCS-Branch: master Date: Sun, 3 Oct 2021 11:28:34 +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: 7ce930a6-53b1-4c85-82ca-6c6658b71a5c X-Archives-Hash: 3c9366726a7f1aebf2a84fed9d7ed9be commit: f68c3157afae8cc696d55a68e997145b3435fdf8 Author: David Seifert gentoo org> AuthorDate: Sun Oct 3 11:27:56 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Oct 3 11:27:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f68c3157 sys-apps/rng-tools: [QA] remove unused toolchain-funcs.eclass Signed-off-by: David Seifert gentoo.org> sys-apps/rng-tools/rng-tools-6.14-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/rng-tools/rng-tools-6.14-r2.ebuild b/sys-apps/rng-tools/rng-tools-6.14-r2.ebuild index 9394cc1bb8c..92fd4222d6c 100644 --- a/sys-apps/rng-tools/rng-tools-6.14-r2.ebuild +++ b/sys-apps/rng-tools/rng-tools-6.14-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools systemd readme.gentoo-r1 toolchain-funcs +inherit autotools systemd readme.gentoo-r1 DESCRIPTION="Daemon to use hardware random number generators" HOMEPAGE="https://github.com/nhorman/rng-tools"