Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/nwipe/
Date: Sat, 04 Feb 2017 01:32:05
Message-Id: 1486171852.785c2ec2ea627774c232aadacabdd930a1f12021.alonbl@gentoo
1 commit: 785c2ec2ea627774c232aadacabdd930a1f12021
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 00:28:22 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 01:30:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785c2ec2
7
8 app-crypt/nwipe: eapi bump
9
10 Package-Manager: portage-2.3.3
11
12 app-crypt/nwipe/nwipe-0.14.ebuild | 8 +++-----
13 1 file changed, 3 insertions(+), 5 deletions(-)
14
15 diff --git a/app-crypt/nwipe/nwipe-0.14.ebuild b/app-crypt/nwipe/nwipe-0.14.ebuild
16 index 0539142..06bb3f6 100644
17 --- a/app-crypt/nwipe/nwipe-0.14.ebuild
18 +++ b/app-crypt/nwipe/nwipe-0.14.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=5
26 +EAPI=6
27
28 DESCRIPTION="Securely erase disks using a variety of recognized methods"
29 HOMEPAGE="https://sourceforge.net/projects/nwipe/"
30 @@ -14,8 +14,6 @@ KEYWORDS="~amd64 ~x86"
31 IUSE=""
32
33 RDEPEND=">=sys-block/parted-2.3
34 - >=sys-libs/ncurses-5.7-r7"
35 + >=sys-libs/ncurses-5.7-r7:="
36 DEPEND="${RDEPEND}
37 virtual/pkgconfig"
38 -
39 -DOCS="README"