diff options
author | Mike Frysinger <vapier@chromium.org> | 2018-02-26 17:49:46 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2018-02-26 17:51:45 -0500 |
commit | d097c4a9ec55a01669cff9452e53be8186d6ba39 (patch) | |
tree | 5b7bb9a092eed256f71cf02f4fce07015f193dea /app-benchmarks | |
parent | app-benchmarks/sysbench: move luajit to RDEPEND (diff) | |
download | gentoo-d097c4a9ec55a01669cff9452e53be8186d6ba39.tar.gz gentoo-d097c4a9ec55a01669cff9452e53be8186d6ba39.tar.bz2 gentoo-d097c4a9ec55a01669cff9452e53be8186d6ba39.zip |
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).
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/sysbench/sysbench-1.0.10.ebuild | 2 | ||||
-rw-r--r-- | app-benchmarks/sysbench/sysbench-1.0.12.ebuild | 2 | ||||
-rw-r--r-- | app-benchmarks/sysbench/sysbench-1.0.7.ebuild | 2 | ||||
-rw-r--r-- | 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 c1b6e7f9e3ac..d9ea6b09ba68 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 e769a1e995f2..bde2254ca9fb 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 c1b6e7f9e3ac..d9ea6b09ba68 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 1aecf3abd2ed..6873945f546c 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 )" |