diff options
-rw-r--r-- | app-benchmarks/siege/siege-4.1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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() { |