diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 02:28:22 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 03:30:52 +0200 |
commit | 785c2ec2ea627774c232aadacabdd930a1f12021 (patch) | |
tree | a4b502f8e5d5012cdca165163e07cc7d4a29c03d /app-crypt | |
parent | app-crypt/ccrypt: eapi bump (diff) | |
download | gentoo-785c2ec2ea627774c232aadacabdd930a1f12021.tar.gz gentoo-785c2ec2ea627774c232aadacabdd930a1f12021.tar.bz2 gentoo-785c2ec2ea627774c232aadacabdd930a1f12021.zip |
app-crypt/nwipe: eapi bump
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/nwipe/nwipe-0.14.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-crypt/nwipe/nwipe-0.14.ebuild b/app-crypt/nwipe/nwipe-0.14.ebuild index 05391425982e..06bb3f631ee6 100644 --- a/app-crypt/nwipe/nwipe-0.14.ebuild +++ b/app-crypt/nwipe/nwipe-0.14.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 DESCRIPTION="Securely erase disks using a variety of recognized methods" HOMEPAGE="https://sourceforge.net/projects/nwipe/" @@ -14,8 +14,6 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=sys-block/parted-2.3 - >=sys-libs/ncurses-5.7-r7" + >=sys-libs/ncurses-5.7-r7:=" DEPEND="${RDEPEND} virtual/pkgconfig" - -DOCS="README" |