summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2018-02-26 17:48:30 -0500
committerMike Frysinger <vapier@gentoo.org>2018-02-26 17:51:44 -0500
commitbf64f966aab4f8974ecfc36345b85cfc73843815 (patch)
treefdbe3d7a75d8d522e9a3b0e47254aead1ca50d03 /app-benchmarks/sysbench/sysbench-1.0.10.ebuild
parentx11-libs/libfakekey: Drop old (diff)
downloadgentoo-bf64f966aab4f8974ecfc36345b85cfc73843815.tar.gz
gentoo-bf64f966aab4f8974ecfc36345b85cfc73843815.tar.bz2
gentoo-bf64f966aab4f8974ecfc36345b85cfc73843815.zip
app-benchmarks/sysbench: move luajit to RDEPEND
Since we link sysbench against it and force the system version, make sure it's listed as a runtime dep.
Diffstat (limited to 'app-benchmarks/sysbench/sysbench-1.0.10.ebuild')
-rw-r--r--app-benchmarks/sysbench/sysbench-1.0.10.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-benchmarks/sysbench/sysbench-1.0.10.ebuild b/app-benchmarks/sysbench/sysbench-1.0.10.ebuild
index 952b252c3bcd..c1b6e7f9e3ac 100644
--- a/app-benchmarks/sysbench/sysbench-1.0.10.ebuild
+++ b/app-benchmarks/sysbench/sysbench-1.0.10.ebuild
@@ -16,10 +16,10 @@ IUSE="aio mysql postgres test"
RDEPEND="aio? ( dev-libs/libaio )
mysql? ( virtual/libmysqlclient )
- postgres? ( dev-db/postgresql:= )"
+ postgres? ( dev-db/postgresql:= )
+ dev-lang/luajit:="
DEPEND="${RDEPEND}
app-editors/vim-core
- dev-lang/luajit:=
dev-libs/concurrencykit
dev-libs/libxslt
sys-devel/libtool:=