projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2f6559
)
net-ftp/netkit-ftpd: Support libressl (#565390)
author
Pacho Ramos
<pacho@gentoo.org>
Sun, 9 Oct 2016 15:49:51 +0000
(17:49 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Sun, 9 Oct 2016 16:18:51 +0000
(18:18 +0200)
Package-Manager: portage-2.3.1
net-ftp/netkit-ftpd/netkit-ftpd-0.17-r9.ebuild
patch
|
blob
|
history
diff --git
a/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r9.ebuild
b/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r9.ebuild
index 7fb0443e6639488edf229198c1afa4d666cb900f..8df03733944587dbbb6d5e85060baef25b42924e 100644
(file)
--- a/
net-ftp/netkit-ftpd/netkit-ftpd-0.17-r9.ebuild
+++ b/
net-ftp/netkit-ftpd/netkit-ftpd-0.17-r9.ebuild
@@
-15,9
+15,12
@@
SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${MY_P}.tar.gz
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 s390 sh sparc x86"
-IUSE="ssl"
+IUSE="
libressl
ssl"
-DEPEND="ssl? ( dev-libs/openssl:0= )"
+DEPEND="ssl? (
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= ) )
+"
RDEPEND="${DEPEND}
virtual/inetd
!www-servers/publicfile"