summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-01-28 22:12:10 +0100
committerJohannes Huber <johu@gentoo.org>2017-01-28 22:12:23 +0100
commit6d3527ca1b9e4e5d3aa9b865703f2f799c7e9cc2 (patch)
treeb2cd854439b1c051d1716a6cceced00594d425c5 /sys-block
parentsys-block/whdd: Remove 2.1 (diff)
downloadgentoo-6d3527ca1b9e4e5d3aa9b865703f2f799c7e9cc2.tar.gz
gentoo-6d3527ca1b9e4e5d3aa9b865703f2f799c7e9cc2.tar.bz2
gentoo-6d3527ca1b9e4e5d3aa9b865703f2f799c7e9cc2.zip
sys-block/whdd: EAPI 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/whdd/whdd-2.2.ebuild8
-rw-r--r--sys-block/whdd/whdd-9999.ebuild4
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-block/whdd/whdd-2.2.ebuild b/sys-block/whdd/whdd-2.2.ebuild
index c3f1e2159bb6..819aacd1e8e4 100644
--- a/sys-block/whdd/whdd-2.2.ebuild
+++ b/sys-block/whdd/whdd-2.2.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=6
inherit cmake-utils
DESCRIPTION="Diagnostic and recovery tool for block devices"
-HOMEPAGE="https://github.com/krieger-od/whdd"
+HOMEPAGE="https://whdd.github.io"
SRC_URI="https://github.com/krieger-od/${PN}/tarball/${PV} -> ${P}.tar.gz"
LICENSE="GPL-2"
@@ -17,7 +17,7 @@ IUSE=""
DEPEND="
dev-util/dialog
- sys-libs/ncurses[unicode]"
+ sys-libs/ncurses:0[unicode]"
RDEPEND="${DEPEND}
sys-apps/smartmontools"
diff --git a/sys-block/whdd/whdd-9999.ebuild b/sys-block/whdd/whdd-9999.ebuild
index 5a785f825eec..60edc4ed2424 100644
--- a/sys-block/whdd/whdd-9999.ebuild
+++ b/sys-block/whdd/whdd-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
EGIT_REPO_URI="https://github.com/${PN}/${PN}"
inherit git-r3
@@ -17,6 +17,6 @@ IUSE=""
DEPEND="
dev-util/dialog
- sys-libs/ncurses[unicode]"
+ sys-libs/ncurses:0[unicode]"
RDEPEND="${DEPEND}
sys-apps/smartmontools"