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 1EA3F1395E8 for ; Sat, 28 Jan 2017 21:12:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73C63254026; Sat, 28 Jan 2017 21:12:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48CA6254026 for ; Sat, 28 Jan 2017 21:12:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47223341670 for ; Sat, 28 Jan 2017 21:12:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E46C5390C for ; Sat, 28 Jan 2017 21:12:27 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1485637942.87ba88730fb0e279f355ba4f8b9ae26ca38045a9.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/whdd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/whdd/whdd-9999.ebuild X-VCS-Directories: sys-block/whdd/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 87ba88730fb0e279f355ba4f8b9ae26ca38045a9 X-VCS-Branch: master Date: Sat, 28 Jan 2017 21:12:27 +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-Archives-Salt: bebcf2fa-96f0-4573-93e0-89744b4a1935 X-Archives-Hash: 5d4885c4a88445075481609af42e0d1c commit: 87ba88730fb0e279f355ba4f8b9ae26ca38045a9 Author: Johannes Huber gentoo org> AuthorDate: Sat Jan 28 21:05:35 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Jan 28 21:12:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ba8873 sys-block/whdd: Drop unused eutils eclass Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-block/whdd/whdd-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/whdd/whdd-9999.ebuild b/sys-block/whdd/whdd-9999.ebuild index 7bcac0c..5a785f8 100644 --- a/sys-block/whdd/whdd-9999.ebuild +++ b/sys-block/whdd/whdd-9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 EGIT_REPO_URI="https://github.com/${PN}/${PN}" -inherit eutils git-r3 +inherit git-r3 DESCRIPTION="Diagnostic and recovery tool for block devices" HOMEPAGE="https://whdd.github.io"