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:58
Message-Id: 1519685504.bf64f966aab4f8974ecfc36345b85cfc73843815.vapier@gentoo
1 commit: bf64f966aab4f8974ecfc36345b85cfc73843815
2 Author: Mike Frysinger <vapier <AT> chromium <DOT> org>
3 AuthorDate: Mon Feb 26 22:48:30 2018 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 26 22:51:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf64f966
7
8 app-benchmarks/sysbench: move luajit to RDEPEND
9
10 Since we link sysbench against it and force the system version,
11 make sure it's listed as a runtime dep.
12
13 app-benchmarks/sysbench/sysbench-1.0.10.ebuild | 4 ++--
14 app-benchmarks/sysbench/sysbench-1.0.12.ebuild | 4 ++--
15 app-benchmarks/sysbench/sysbench-1.0.7.ebuild | 6 +++---
16 app-benchmarks/sysbench/sysbench-9999.ebuild | 6 +++---
17 4 files changed, 10 insertions(+), 10 deletions(-)
18
19 diff --git a/app-benchmarks/sysbench/sysbench-1.0.10.ebuild b/app-benchmarks/sysbench/sysbench-1.0.10.ebuild
20 index 952b252c3bc..c1b6e7f9e3a 100644
21 --- a/app-benchmarks/sysbench/sysbench-1.0.10.ebuild
22 +++ b/app-benchmarks/sysbench/sysbench-1.0.10.ebuild
23 @@ -16,10 +16,10 @@ IUSE="aio mysql postgres test"
24
25 RDEPEND="aio? ( dev-libs/libaio )
26 mysql? ( virtual/libmysqlclient )
27 - postgres? ( dev-db/postgresql:= )"
28 + postgres? ( dev-db/postgresql:= )
29 + dev-lang/luajit:="
30 DEPEND="${RDEPEND}
31 app-editors/vim-core
32 - dev-lang/luajit:=
33 dev-libs/concurrencykit
34 dev-libs/libxslt
35 sys-devel/libtool:=
36
37 diff --git a/app-benchmarks/sysbench/sysbench-1.0.12.ebuild b/app-benchmarks/sysbench/sysbench-1.0.12.ebuild
38 index e3972cf8d00..e769a1e995f 100644
39 --- a/app-benchmarks/sysbench/sysbench-1.0.12.ebuild
40 +++ b/app-benchmarks/sysbench/sysbench-1.0.12.ebuild
41 @@ -16,9 +16,9 @@ IUSE="aio mysql postgres test"
42
43 RDEPEND="aio? ( dev-libs/libaio )
44 mysql? ( virtual/libmysqlclient )
45 - postgres? ( dev-db/postgresql:= )"
46 + postgres? ( dev-db/postgresql:= )
47 + dev-lang/luajit:="
48 DEPEND="${RDEPEND}
49 - dev-lang/luajit:=
50 dev-libs/concurrencykit
51 dev-libs/libxslt
52 sys-devel/libtool:=
53
54 diff --git a/app-benchmarks/sysbench/sysbench-1.0.7.ebuild b/app-benchmarks/sysbench/sysbench-1.0.7.ebuild
55 index 60f743b8b65..c1b6e7f9e3a 100644
56 --- a/app-benchmarks/sysbench/sysbench-1.0.7.ebuild
57 +++ b/app-benchmarks/sysbench/sysbench-1.0.7.ebuild
58 @@ -1,4 +1,4 @@
59 -# Copyright 1999-2017 Gentoo Foundation
60 +# Copyright 1999-2018 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62
63 EAPI=6
64 @@ -16,10 +16,10 @@ IUSE="aio mysql postgres test"
65
66 RDEPEND="aio? ( dev-libs/libaio )
67 mysql? ( virtual/libmysqlclient )
68 - postgres? ( dev-db/postgresql:= )"
69 + postgres? ( dev-db/postgresql:= )
70 + dev-lang/luajit:="
71 DEPEND="${RDEPEND}
72 app-editors/vim-core
73 - dev-lang/luajit:=
74 dev-libs/concurrencykit
75 dev-libs/libxslt
76 sys-devel/libtool:=
77
78 diff --git a/app-benchmarks/sysbench/sysbench-9999.ebuild b/app-benchmarks/sysbench/sysbench-9999.ebuild
79 index 1a7c3db4dde..1aecf3abd2e 100644
80 --- a/app-benchmarks/sysbench/sysbench-9999.ebuild
81 +++ b/app-benchmarks/sysbench/sysbench-9999.ebuild
82 @@ -1,4 +1,4 @@
83 -# Copyright 1999-2017 Gentoo Foundation
84 +# Copyright 1999-2018 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86
87 EAPI="6"
88 @@ -17,10 +17,10 @@ IUSE="aio mysql postgres test"
89
90 RDEPEND="aio? ( dev-libs/libaio )
91 mysql? ( virtual/libmysqlclient )
92 - postgres? ( dev-db/postgresql:= )"
93 + postgres? ( dev-db/postgresql:= )
94 + dev-lang/luajit:="
95 DEPEND="${RDEPEND}
96 app-editors/vim-core
97 - dev-lang/luajit:=
98 dev-libs/concurrencykit
99 dev-libs/libxslt
100 sys-devel/libtool:=