diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-07-15 08:55:10 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-07-15 09:03:20 +0300 |
commit | a2f46cd2afae609fbdd344353c7faa189fe768a1 (patch) | |
tree | 7a40c3ca1b55bab92dcada04ffdf58463869f91d /app-benchmarks | |
parent | app-benchmarks/siege: bump to 4.1.0 (diff) | |
download | gentoo-a2f46cd2afae609fbdd344353c7faa189fe768a1.tar.gz gentoo-a2f46cd2afae609fbdd344353c7faa189fe768a1.tar.bz2 gentoo-a2f46cd2afae609fbdd344353c7faa189fe768a1.zip |
app-benchmarks/siege: add missing dep to 4.1.0
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-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() { |