blob: 5a785f825eec3ec32dd0e4a6ddec76016789ffe2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EGIT_REPO_URI="https://github.com/${PN}/${PN}"
inherit git-r3
DESCRIPTION="Diagnostic and recovery tool for block devices"
HOMEPAGE="https://whdd.github.io"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="
dev-util/dialog
sys-libs/ncurses[unicode]"
RDEPEND="${DEPEND}
sys-apps/smartmontools"
|