diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-28 22:12:10 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-28 22:12:23 +0100 |
commit | 6d3527ca1b9e4e5d3aa9b865703f2f799c7e9cc2 (patch) | |
tree | b2cd854439b1c051d1716a6cceced00594d425c5 /sys-block/whdd/whdd-9999.ebuild | |
parent | sys-block/whdd: Remove 2.1 (diff) | |
download | gentoo-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/whdd/whdd-9999.ebuild')
-rw-r--r-- | sys-block/whdd/whdd-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |