commit: 8ffe90169b724478e16941c346cd800c25e94e05 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Oct 9 15:49:51 2016 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Oct 9 16:18:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ffe9016
net-ftp/netkit-ftpd: Support libressl (#565390) Package-Manager: portage-2.3.1 net-ftp/netkit-ftpd/netkit-ftpd-0.17-r9.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 7fb0443..8df0373 100644 --- 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"
