blob: eed54425e6f6c1183f915509af99730671072123 (
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-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EGIT_REPO_URI="git://github.com/whdd/whdd.git"
inherit eutils git-2
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"
|