From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DBF701382C5 for ; Mon, 26 Feb 2018 22:51:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DCFBE0968; Mon, 26 Feb 2018 22:51:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBEEBE0968 for ; Mon, 26 Feb 2018 22:51:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 538EA335C09 for ; Mon, 26 Feb 2018 22:51:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D81C41E8 for ; Mon, 26 Feb 2018 22:51:54 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1519685504.bf64f966aab4f8974ecfc36345b85cfc73843815.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/sysbench/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-benchmarks/sysbench/sysbench-1.0.10.ebuild app-benchmarks/sysbench/sysbench-1.0.12.ebuild app-benchmarks/sysbench/sysbench-1.0.7.ebuild app-benchmarks/sysbench/sysbench-9999.ebuild X-VCS-Directories: app-benchmarks/sysbench/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: bf64f966aab4f8974ecfc36345b85cfc73843815 X-VCS-Branch: master Date: Mon, 26 Feb 2018 22:51:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4b48dcd5-8483-4605-a2a8-96636412098e X-Archives-Hash: ea99238f3185d2236977ee1e182df7f6 commit: bf64f966aab4f8974ecfc36345b85cfc73843815 Author: Mike Frysinger chromium org> AuthorDate: Mon Feb 26 22:48:30 2018 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Feb 26 22:51:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf64f966 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. app-benchmarks/sysbench/sysbench-1.0.10.ebuild | 4 ++-- app-benchmarks/sysbench/sysbench-1.0.12.ebuild | 4 ++-- app-benchmarks/sysbench/sysbench-1.0.7.ebuild | 6 +++--- app-benchmarks/sysbench/sysbench-9999.ebuild | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app-benchmarks/sysbench/sysbench-1.0.10.ebuild b/app-benchmarks/sysbench/sysbench-1.0.10.ebuild index 952b252c3bc..c1b6e7f9e3a 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:= diff --git a/app-benchmarks/sysbench/sysbench-1.0.12.ebuild b/app-benchmarks/sysbench/sysbench-1.0.12.ebuild index e3972cf8d00..e769a1e995f 100644 --- a/app-benchmarks/sysbench/sysbench-1.0.12.ebuild +++ b/app-benchmarks/sysbench/sysbench-1.0.12.ebuild @@ -16,9 +16,9 @@ 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} - dev-lang/luajit:= dev-libs/concurrencykit dev-libs/libxslt sys-devel/libtool:= diff --git a/app-benchmarks/sysbench/sysbench-1.0.7.ebuild b/app-benchmarks/sysbench/sysbench-1.0.7.ebuild index 60f743b8b65..c1b6e7f9e3a 100644 --- a/app-benchmarks/sysbench/sysbench-1.0.7.ebuild +++ b/app-benchmarks/sysbench/sysbench-1.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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:= diff --git a/app-benchmarks/sysbench/sysbench-9999.ebuild b/app-benchmarks/sysbench/sysbench-9999.ebuild index 1a7c3db4dde..1aecf3abd2e 100644 --- a/app-benchmarks/sysbench/sysbench-9999.ebuild +++ b/app-benchmarks/sysbench/sysbench-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -17,10 +17,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:=