From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-861088-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 448D658973
	for <garchives@archives.gentoo.org>; Tue,  2 Feb 2016 11:55:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EDC7E21C0D9;
	Tue,  2 Feb 2016 11:54:37 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 6AD3221C0D9
	for <gentoo-commits@lists.gentoo.org>; Tue,  2 Feb 2016 11:54:37 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 87951340DCA
	for <gentoo-commits@lists.gentoo.org>; Tue,  2 Feb 2016 11:54:31 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CD5F8F2
	for <gentoo-commits@lists.gentoo.org>; Tue,  2 Feb 2016 11:54:27 +0000 (UTC)
From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" <idella4@gentoo.org>
Message-ID: <1454290437.f03915c98ecf6e5d90e46767bd57d361aaed7697.idella4@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/yafc/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-ftp/yafc/yafc-1.3.7.ebuild
X-VCS-Directories: net-ftp/yafc/
X-VCS-Committer: idella4
X-VCS-Committer-Name: Ian Delaney
X-VCS-Revision: f03915c98ecf6e5d90e46767bd57d361aaed7697
X-VCS-Branch: master
Date: Tue,  2 Feb 2016 11:54:27 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: e9489d22-9a22-4fc1-a999-023dba5f0369
X-Archives-Hash: 2b677aa3fd582ab9bed69a08e28f33da

commit:     f03915c98ecf6e5d90e46767bd57d361aaed7697
Author:     Nicholas Vinson <nvinson234 <AT> gmail <DOT> com>
AuthorDate: Mon Feb  1 01:30:10 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 01:33:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f03915c9

net-ftp/yafc: Fix QA and dependency issues

- Added libbsd as a dependency
- removed '--without-krb4' configure option
- changed README to README.md

Package-Manager: portage-2.2.27

 net-ftp/yafc/yafc-1.3.7.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/net-ftp/yafc/yafc-1.3.7.ebuild b/net-ftp/yafc/yafc-1.3.7.ebuild
index 255b46a..a1ffde9 100644
--- a/net-ftp/yafc/yafc-1.3.7.ebuild
+++ b/net-ftp/yafc/yafc-1.3.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,13 +16,15 @@ KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
 IUSE="ipv6 readline kerberos socks5 ssh"
 
 DEPEND="dev-libs/openssl:0
+	sys-libs/ncurses:*
+	dev-libs/libbsd
 	readline? ( >=sys-libs/readline-6 )
 	kerberos? ( virtual/krb5 )
 	socks5? ( net-proxy/dante )
 	ssh? ( net-libs/libssh )"
 RDEPEND="${DEPEND}"
 
-DOCS=( BUGS NEWS README THANKS TODO )
+DOCS=( BUGS NEWS README.md THANKS TODO )
 
 src_prepare() {
 	epatch_user
@@ -36,8 +38,7 @@ src_configure() {
 		$(use_with socks5 socks5 /usr) \
 		$(use_with kerberos krb5) \
 		$(use_with ssh) \
-		--with-bash-completion="$(get_bashcompdir)" \
-		--without-krb4
+		--with-bash-completion="$(get_bashcompdir)"
 }
 
 src_install() {