commit: 6d3527ca1b9e4e5d3aa9b865703f2f799c7e9cc2 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Sat Jan 28 21:12:10 2017 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sat Jan 28 21:12:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d3527ca
sys-block/whdd: EAPI 6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-block/whdd/whdd-2.2.ebuild | 8 ++++---- sys-block/whdd/whdd-9999.ebuild | 4 ++-- 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 c3f1e21..819aacd 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 5a785f8..60edc4e 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"
