commit: a2f46cd2afae609fbdd344353c7faa189fe768a1 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu Jul 15 05:55:10 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Jul 15 06:03:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f46cd2
app-benchmarks/siege: add missing dep to 4.1.0 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-benchmarks/siege/siege-4.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-benchmarks/siege/siege-4.1.0.ebuild b/app-benchmarks/siege/siege-4.1.0.ebuild index c30cdda7f06..0789ff28e69 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() {