diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-28 22:05:35 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-28 22:12:22 +0100 |
commit | 87ba88730fb0e279f355ba4f8b9ae26ca38045a9 (patch) | |
tree | d39b5f643f7f586fcc47a6be6cf0057277ae70e1 /sys-block/whdd | |
parent | sys-block/whdd: Move to git-r3 eclass (diff) | |
download | gentoo-87ba88730fb0e279f355ba4f8b9ae26ca38045a9.tar.gz gentoo-87ba88730fb0e279f355ba4f8b9ae26ca38045a9.tar.bz2 gentoo-87ba88730fb0e279f355ba4f8b9ae26ca38045a9.zip |
sys-block/whdd: Drop unused eutils eclass
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-block/whdd')
-rw-r--r-- | sys-block/whdd/whdd-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-block/whdd/whdd-9999.ebuild b/sys-block/whdd/whdd-9999.ebuild index 7bcac0ca093f..5a785f825eec 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" |