sys-block/whdd: EAPI 6
authorJohannes Huber <johu@gentoo.org>
Sat, 28 Jan 2017 21:12:10 +0000 (22:12 +0100)
committerJohannes Huber <johu@gentoo.org>
Sat, 28 Jan 2017 21:12:23 +0000 (22:12 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

sys-block/whdd/whdd-2.2.ebuild
sys-block/whdd/whdd-9999.ebuild

index c3f1e2159bb6e1376dc052bb512a3320bb4b97aa..819aacd1e8e43dfd963489b5f1826b01f4d69286 100644 (file)
@@ -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"
 
index 5a785f825eec3ec32dd0e4a6ddec76016789ffe2..60edc4ed242488f20480ca1949a6bf9ba0bf0133 100644 (file)
@@ -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"