From: Craig Andrews Date: Sat, 6 Jul 2019 00:12:05 +0000 (-0400) Subject: net-misc/sslh: add dependency on dev-util/conf2struct X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=19820a7c39869f9b5082ffad06795f1d06552d4f;p=gentoo.git net-misc/sslh: add dependency on dev-util/conf2struct See https://github.com/yrutschle/sslh/commit/848b107 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Craig Andrews --- diff --git a/net-misc/sslh/sslh-9999.ebuild b/net-misc/sslh/sslh-9999.ebuild index f58bdffe2ceb..ef22a0b82b78 100644 --- a/net-misc/sslh/sslh-9999.ebuild +++ b/net-misc/sslh/sslh-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -26,6 +26,7 @@ RDEPEND="caps? ( sys-libs/libcap ) tcpd? ( sys-apps/tcp-wrappers ) >=dev-libs/libconfig-1.5" DEPEND="${RDEPEND} + dev-util/conf2struct dev-lang/perl pcre? ( dev-libs/libpcre:= )"