From a2f46cd2afae609fbdd344353c7faa189fe768a1 Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Thu, 15 Jul 2021 08:55:10 +0300 Subject: app-benchmarks/siege: add missing dep to 4.1.0 Signed-off-by: Joonas Niilola --- app-benchmarks/siege/siege-4.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app-benchmarks') diff --git a/app-benchmarks/siege/siege-4.1.0.ebuild b/app-benchmarks/siege/siege-4.1.0.ebuild index c30cdda7f064..0789ff28e690 100644 --- a/app-benchmarks/siege/siege-4.1.0.ebuild +++ b/app-benchmarks/siege/siege-4.1.0.ebuild @@ -14,7 +14,8 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~x86 ~x64-macos" SLOT="0" IUSE="ssl" -RDEPEND="ssl? ( dev-libs/openssl:0= )" +RDEPEND="sys-libs/zlib + ssl? ( dev-libs/openssl:0= )" DEPEND="${RDEPEND}" src_prepare() { -- cgit v1.2.3-65-gdbad