Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/sysbench/
Date: Mon, 26 Feb 2018 22:51:59
Message-Id: 1519685505.d097c4a9ec55a01669cff9452e53be8186d6ba39.vapier@gentoo
1 commit: d097c4a9ec55a01669cff9452e53be8186d6ba39
2 Author: Mike Frysinger <vapier <AT> chromium <DOT> org>
3 AuthorDate: Mon Feb 26 22:49:46 2018 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 26 22:51:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d097c4a9
7
8 app-benchmarks/sysbench: drop libtool subslot
9
10 Depending on libtool's subslot doesn't make sense as it doesn't have
11 one, and is only a build-time tool. The runtime lib is in the libltdl
12 package instead (which sysbench doesn't care about).
13
14 app-benchmarks/sysbench/sysbench-1.0.10.ebuild | 2 +-
15 app-benchmarks/sysbench/sysbench-1.0.12.ebuild | 2 +-
16 app-benchmarks/sysbench/sysbench-1.0.7.ebuild | 2 +-
17 app-benchmarks/sysbench/sysbench-9999.ebuild | 2 +-
18 4 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/app-benchmarks/sysbench/sysbench-1.0.10.ebuild b/app-benchmarks/sysbench/sysbench-1.0.10.ebuild
21 index c1b6e7f9e3a..d9ea6b09ba6 100644
22 --- a/app-benchmarks/sysbench/sysbench-1.0.10.ebuild
23 +++ b/app-benchmarks/sysbench/sysbench-1.0.10.ebuild
24 @@ -22,7 +22,7 @@ DEPEND="${RDEPEND}
25 app-editors/vim-core
26 dev-libs/concurrencykit
27 dev-libs/libxslt
28 - sys-devel/libtool:=
29 + sys-devel/libtool
30 virtual/pkgconfig
31 test? ( dev-util/cram )"
32
33
34 diff --git a/app-benchmarks/sysbench/sysbench-1.0.12.ebuild b/app-benchmarks/sysbench/sysbench-1.0.12.ebuild
35 index e769a1e995f..bde2254ca9f 100644
36 --- a/app-benchmarks/sysbench/sysbench-1.0.12.ebuild
37 +++ b/app-benchmarks/sysbench/sysbench-1.0.12.ebuild
38 @@ -21,7 +21,7 @@ RDEPEND="aio? ( dev-libs/libaio )
39 DEPEND="${RDEPEND}
40 dev-libs/concurrencykit
41 dev-libs/libxslt
42 - sys-devel/libtool:=
43 + sys-devel/libtool
44 virtual/pkgconfig
45 test? ( dev-util/cram )"
46
47
48 diff --git a/app-benchmarks/sysbench/sysbench-1.0.7.ebuild b/app-benchmarks/sysbench/sysbench-1.0.7.ebuild
49 index c1b6e7f9e3a..d9ea6b09ba6 100644
50 --- a/app-benchmarks/sysbench/sysbench-1.0.7.ebuild
51 +++ b/app-benchmarks/sysbench/sysbench-1.0.7.ebuild
52 @@ -22,7 +22,7 @@ DEPEND="${RDEPEND}
53 app-editors/vim-core
54 dev-libs/concurrencykit
55 dev-libs/libxslt
56 - sys-devel/libtool:=
57 + sys-devel/libtool
58 virtual/pkgconfig
59 test? ( dev-util/cram )"
60
61
62 diff --git a/app-benchmarks/sysbench/sysbench-9999.ebuild b/app-benchmarks/sysbench/sysbench-9999.ebuild
63 index 1aecf3abd2e..6873945f546 100644
64 --- a/app-benchmarks/sysbench/sysbench-9999.ebuild
65 +++ b/app-benchmarks/sysbench/sysbench-9999.ebuild
66 @@ -23,7 +23,7 @@ DEPEND="${RDEPEND}
67 app-editors/vim-core
68 dev-libs/concurrencykit
69 dev-libs/libxslt
70 - sys-devel/libtool:=
71 + sys-devel/libtool
72 virtual/pkgconfig
73 test? ( dev-util/cram )"