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 15AC4138334 for ; Sat, 24 Aug 2019 10:30:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E89B6E0806; Sat, 24 Aug 2019 10:30:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B18E2E0806 for ; Sat, 24 Aug 2019 10:30:22 +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 5591D34A23A for ; Sat, 24 Aug 2019 10:30:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0867772 for ; Sat, 24 Aug 2019 10:30:17 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1566642597.7cbe173b8792bc61ef6ccf10a490bf4b143f3fd2.whissi@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.15.ebuild app-benchmarks/sysbench/sysbench-1.0.16.ebuild app-benchmarks/sysbench/sysbench-1.0.17.ebuild app-benchmarks/sysbench/sysbench-9999.ebuild X-VCS-Directories: app-benchmarks/sysbench/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 7cbe173b8792bc61ef6ccf10a490bf4b143f3fd2 X-VCS-Branch: master Date: Sat, 24 Aug 2019 10:30:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ca3f311e-2c88-438e-b077-b4d314d4bbcc X-Archives-Hash: 644318f3b571822f3506f59f2b13d724 commit: 7cbe173b8792bc61ef6ccf10a490bf4b143f3fd2 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Aug 24 09:33:05 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Aug 24 10:29:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cbe173b app-benchmarks/sysbench: migrate to dev-db/mysql-connector-c Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann gentoo.org> app-benchmarks/sysbench/sysbench-1.0.15.ebuild | 2 +- app-benchmarks/sysbench/sysbench-1.0.16.ebuild | 4 ++-- app-benchmarks/sysbench/sysbench-1.0.17.ebuild | 2 +- app-benchmarks/sysbench/sysbench-9999.ebuild | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-benchmarks/sysbench/sysbench-1.0.15.ebuild b/app-benchmarks/sysbench/sysbench-1.0.15.ebuild index 436326e2252..bfd38a45f43 100644 --- a/app-benchmarks/sysbench/sysbench-1.0.15.ebuild +++ b/app-benchmarks/sysbench/sysbench-1.0.15.ebuild @@ -15,7 +15,7 @@ KEYWORDS="amd64 x86" IUSE="aio mysql postgres test" RDEPEND="aio? ( dev-libs/libaio ) - mysql? ( virtual/libmysqlclient ) + mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:= ) dev-lang/luajit:=" DEPEND="${RDEPEND} diff --git a/app-benchmarks/sysbench/sysbench-1.0.16.ebuild b/app-benchmarks/sysbench/sysbench-1.0.16.ebuild index 4b1bf3a587f..dfc45e11fcf 100644 --- a/app-benchmarks/sysbench/sysbench-1.0.16.ebuild +++ b/app-benchmarks/sysbench/sysbench-1.0.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="aio mysql postgres test" RDEPEND="aio? ( dev-libs/libaio ) - mysql? ( virtual/libmysqlclient ) + mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:= ) dev-lang/luajit:=" DEPEND="${RDEPEND} diff --git a/app-benchmarks/sysbench/sysbench-1.0.17.ebuild b/app-benchmarks/sysbench/sysbench-1.0.17.ebuild index 95a24a98ccf..9bfef687b50 100644 --- a/app-benchmarks/sysbench/sysbench-1.0.17.ebuild +++ b/app-benchmarks/sysbench/sysbench-1.0.17.ebuild @@ -16,7 +16,7 @@ IUSE="aio mysql postgres test" RESTRICT="!test? ( test )" RDEPEND="aio? ( dev-libs/libaio ) - mysql? ( virtual/libmysqlclient ) + mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:= ) dev-lang/luajit:=" DEPEND="${RDEPEND} diff --git a/app-benchmarks/sysbench/sysbench-9999.ebuild b/app-benchmarks/sysbench/sysbench-9999.ebuild index 4787bb37870..20702594cf1 100644 --- a/app-benchmarks/sysbench/sysbench-9999.ebuild +++ b/app-benchmarks/sysbench/sysbench-9999.ebuild @@ -16,7 +16,7 @@ IUSE="aio mysql postgres test" RESTRICT="!test? ( test )" RDEPEND="aio? ( dev-libs/libaio ) - mysql? ( virtual/libmysqlclient ) + mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:= ) dev-lang/luajit:=" DEPEND="${RDEPEND}