commit:     d097c4a9ec55a01669cff9452e53be8186d6ba39
Author:     Mike Frysinger <vapier <AT> chromium <DOT> org>
AuthorDate: Mon Feb 26 22:49:46 2018 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 26 22:51:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d097c4a9

app-benchmarks/sysbench: drop libtool subslot

Depending on libtool's subslot doesn't make sense as it doesn't have
one, and is only a build-time tool.  The runtime lib is in the libltdl
package instead (which sysbench doesn't care about).

 app-benchmarks/sysbench/sysbench-1.0.10.ebuild | 2 +-
 app-benchmarks/sysbench/sysbench-1.0.12.ebuild | 2 +-
 app-benchmarks/sysbench/sysbench-1.0.7.ebuild  | 2 +-
 app-benchmarks/sysbench/sysbench-9999.ebuild   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-benchmarks/sysbench/sysbench-1.0.10.ebuild 
b/app-benchmarks/sysbench/sysbench-1.0.10.ebuild
index c1b6e7f9e3a..d9ea6b09ba6 100644
--- a/app-benchmarks/sysbench/sysbench-1.0.10.ebuild
+++ b/app-benchmarks/sysbench/sysbench-1.0.10.ebuild
@@ -22,7 +22,7 @@ DEPEND="${RDEPEND}
        app-editors/vim-core
        dev-libs/concurrencykit
        dev-libs/libxslt
-       sys-devel/libtool:=
+       sys-devel/libtool
        virtual/pkgconfig
        test? ( dev-util/cram )"
 

diff --git a/app-benchmarks/sysbench/sysbench-1.0.12.ebuild 
b/app-benchmarks/sysbench/sysbench-1.0.12.ebuild
index e769a1e995f..bde2254ca9f 100644
--- a/app-benchmarks/sysbench/sysbench-1.0.12.ebuild
+++ b/app-benchmarks/sysbench/sysbench-1.0.12.ebuild
@@ -21,7 +21,7 @@ RDEPEND="aio? ( dev-libs/libaio )
 DEPEND="${RDEPEND}
        dev-libs/concurrencykit
        dev-libs/libxslt
-       sys-devel/libtool:=
+       sys-devel/libtool
        virtual/pkgconfig
        test? ( dev-util/cram )"
 

diff --git a/app-benchmarks/sysbench/sysbench-1.0.7.ebuild 
b/app-benchmarks/sysbench/sysbench-1.0.7.ebuild
index c1b6e7f9e3a..d9ea6b09ba6 100644
--- a/app-benchmarks/sysbench/sysbench-1.0.7.ebuild
+++ b/app-benchmarks/sysbench/sysbench-1.0.7.ebuild
@@ -22,7 +22,7 @@ DEPEND="${RDEPEND}
        app-editors/vim-core
        dev-libs/concurrencykit
        dev-libs/libxslt
-       sys-devel/libtool:=
+       sys-devel/libtool
        virtual/pkgconfig
        test? ( dev-util/cram )"
 

diff --git a/app-benchmarks/sysbench/sysbench-9999.ebuild 
b/app-benchmarks/sysbench/sysbench-9999.ebuild
index 1aecf3abd2e..6873945f546 100644
--- a/app-benchmarks/sysbench/sysbench-9999.ebuild
+++ b/app-benchmarks/sysbench/sysbench-9999.ebuild
@@ -23,7 +23,7 @@ DEPEND="${RDEPEND}
        app-editors/vim-core
        dev-libs/concurrencykit
        dev-libs/libxslt
-       sys-devel/libtool:=
+       sys-devel/libtool
        virtual/pkgconfig
        test? ( dev-util/cram )"
 

Reply via email to