diff options
author | Nicholas Vinson <nvinson234@gmail.com> | 2016-01-31 20:30:10 -0500 |
---|---|---|
committer | Nicholas Vinson <nvinson234@gmail.com> | 2016-01-31 20:33:57 -0500 |
commit | f03915c98ecf6e5d90e46767bd57d361aaed7697 (patch) | |
tree | dcf5a5cb86420324e01a8924ef4515262362223a /net-ftp | |
parent | net-ftp/yafc: Version bump to 1.3.7 (diff) | |
download | gentoo-f03915c98ecf6e5d90e46767bd57d361aaed7697.tar.gz gentoo-f03915c98ecf6e5d90e46767bd57d361aaed7697.tar.bz2 gentoo-f03915c98ecf6e5d90e46767bd57d361aaed7697.zip |
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
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/yafc/yafc-1.3.7.ebuild | 9 |
1 files 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 255b46a5aac5..a1ffde9a6285 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() { |