# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="IRCD-Hybrid is a lightweight, high-performance Internet Relay Chat server." HOMEPAGE="http://www.ircd-hybrid.org" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="ssl" DEPEND=" dev-libs/libltdl ssl? ( || ( dev-libs/openssl:0= dev-libs/libressl:0= ) ) " RDEPEND="${DEPEND}" src_configure() { econf \ $(use_enable ssl openssl)