diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-04-26 15:55:08 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-04-26 16:36:47 +0300 |
commit | 18a450598d502148500a6cb41fe16a54237644ac (patch) | |
tree | 4abf967090d72a69f83ad4bfe8947144bf2df739 /app-benchmarks | |
parent | app-benchmarks/siege: version bump to 4.0.5 (diff) | |
download | gentoo-18a450598d502148500a6cb41fe16a54237644ac.tar.gz gentoo-18a450598d502148500a6cb41fe16a54237644ac.tar.bz2 gentoo-18a450598d502148500a6cb41fe16a54237644ac.zip |
app-benchmarks/siege: remove duplicate dep
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/siege/siege-4.0.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-benchmarks/siege/siege-4.0.5.ebuild b/app-benchmarks/siege/siege-4.0.5.ebuild index d5508aa06bf7..57c3d85b8fec 100644 --- a/app-benchmarks/siege/siege-4.0.5.ebuild +++ b/app-benchmarks/siege/siege-4.0.5.ebuild @@ -18,8 +18,7 @@ RDEPEND="ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) )" -DEPEND="${RDEPEND} - sys-devel/libtool" +DEPEND="${RDEPEND}" src_prepare() { default |