Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/ftp/
Date: Sun, 09 Oct 2016 16:19:18
Message-Id: 1476029928.a2f655954c5ab339342e4e390b08d02f524164d6.pacho@gentoo
1 commit: a2f655954c5ab339342e4e390b08d02f524164d6
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 9 15:48:25 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 9 16:18:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f65595
7
8 net-ftp/ftp: Support libressl (#565378)
9
10 Package-Manager: portage-2.3.1
11
12 net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild | 12 ++++++++----
13 1 file changed, 8 insertions(+), 4 deletions(-)
14
15 diff --git a/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild b/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild
16 index 1fcb673..2cc43cf 100644
17 --- a/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild
18 +++ b/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -21,11 +21,15 @@ SRC_URI="ftp://sunsite.unc.edu/pub/Linux/system/network/netkit/${MY_P}.tar.gz
26 LICENSE="BSD"
27 SLOT="0"
28 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
29 -IUSE="ipv6 readline ssl"
30 +IUSE="ipv6 libressl readline ssl"
31
32 -RDEPEND=">=sys-libs/ncurses-5.2:=
33 +RDEPEND="
34 + >=sys-libs/ncurses-5.2:=
35 readline? ( sys-libs/readline:0= )
36 - ssl? ( dev-libs/openssl:0= )"
37 + ssl? (
38 + !libressl? ( dev-libs/openssl:0= )
39 + libressl? ( dev-libs/libressl:0= ) )
40 +"
41 DEPEND="${RDEPEND}"
42
43 S=${WORKDIR}/${MY_P}