commit: 18a450598d502148500a6cb41fe16a54237644ac
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 12:55:08 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 13:36:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a45059
app-benchmarks/siege: remove duplicate dep
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-benchmarks/siege/siege-4.0.5.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app-benchmarks/siege/siege-4.0.5.ebuild
b/app-benchmarks/siege/siege-4.0.5.ebuild
index d5508aa06bf..57c3d85b8fe 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