From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6565139085 for ; Sat, 4 Feb 2017 01:32:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5141621C099; Sat, 4 Feb 2017 01:31:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29EEE21C09B for ; Sat, 4 Feb 2017 01:31:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4858634112A for ; Sat, 4 Feb 2017 01:31:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8A513DCF for ; Sat, 4 Feb 2017 01:31:40 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1486171852.785c2ec2ea627774c232aadacabdd930a1f12021.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/nwipe/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/nwipe/nwipe-0.14.ebuild X-VCS-Directories: app-crypt/nwipe/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 785c2ec2ea627774c232aadacabdd930a1f12021 X-VCS-Branch: master Date: Sat, 4 Feb 2017 01:31:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0948a739-7ba1-4736-a149-44d782d5be85 X-Archives-Hash: 73b18ce4eb2290dbbd2297c2e2dcba3a commit: 785c2ec2ea627774c232aadacabdd930a1f12021 Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Feb 4 00:28:22 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Feb 4 01:30:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785c2ec2 app-crypt/nwipe: eapi bump Package-Manager: portage-2.3.3 app-crypt/nwipe/nwipe-0.14.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app-crypt/nwipe/nwipe-0.14.ebuild b/app-crypt/nwipe/nwipe-0.14.ebuild index 0539142..06bb3f6 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"