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/netkit-ftpd/
Date: Sun, 09 Oct 2016 16:19:24
Message-Id: 1476029931.8ffe90169b724478e16941c346cd800c25e94e05.pacho@gentoo
1 commit: 8ffe90169b724478e16941c346cd800c25e94e05
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 9 15:49:51 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 9 16:18:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ffe9016
7
8 net-ftp/netkit-ftpd: Support libressl (#565390)
9
10 Package-Manager: portage-2.3.1
11
12 net-ftp/netkit-ftpd/netkit-ftpd-0.17-r9.ebuild | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r9.ebuild b/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r9.ebuild
16 index 7fb0443..8df0373 100644
17 --- a/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r9.ebuild
18 +++ b/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r9.ebuild
19 @@ -15,9 +15,12 @@ SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${MY_P}.tar.gz
20 LICENSE="BSD"
21 SLOT="0"
22 KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 s390 sh sparc x86"
23 -IUSE="ssl"
24 +IUSE="libressl ssl"
25
26 -DEPEND="ssl? ( dev-libs/openssl:0= )"
27 +DEPEND="ssl? (
28 + !libressl? ( dev-libs/openssl:0= )
29 + libressl? ( dev-libs/libressl:0= ) )
30 +"
31 RDEPEND="${DEPEND}
32 virtual/inetd
33 !www-servers/publicfile"