From 6d3527ca1b9e4e5d3aa9b865703f2f799c7e9cc2 Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Sat, 28 Jan 2017 22:12:10 +0100 Subject: 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 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" -- cgit v1.2.3-65-gdbad