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 CA683138331 for ; Wed, 14 Feb 2018 00:47:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DED68E09F0; Wed, 14 Feb 2018 00:47:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B0D0DE09E8 for ; Wed, 14 Feb 2018 00:47:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E3AFB335C4C for ; Wed, 14 Feb 2018 00:47:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FC3F1FE for ; Wed, 14 Feb 2018 00:46:59 +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: <1518569207.fab7d95b5ac4a012eb99c60e72c02f89308adfc3.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql/mysql-5.6.39.ebuild X-VCS-Directories: dev-db/mysql/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: fab7d95b5ac4a012eb99c60e72c02f89308adfc3 X-VCS-Branch: master Date: Wed, 14 Feb 2018 00:46:59 +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: af6ee938-3833-4b88-8f72-69b07ef5e03d X-Archives-Hash: 676ccaac7319de79e88011584727a987 commit: fab7d95b5ac4a012eb99c60e72c02f89308adfc3 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Feb 14 00:44:08 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Feb 14 00:46:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab7d95b dev-db/mysql: Bump patch set to fix innodb.monitor test Closes: https://bugs.gentoo.org/645838 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-db/mysql/mysql-5.6.39.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-db/mysql/mysql-5.6.39.ebuild b/dev-db/mysql/mysql-5.6.39.ebuild index 70e25842d03..7aa1873de8f 100644 --- a/dev-db/mysql/mysql-5.6.39.ebuild +++ b/dev-db/mysql/mysql-5.6.39.ebuild @@ -3,7 +3,7 @@ EAPI="6" -MY_EXTRAS_VER="20171121-1518Z" +MY_EXTRAS_VER="20180214-0024Z" MY_PV="${PV//_alpha_pre/-m}" MY_PV="${MY_PV//_/-}" HAS_TOOLS_PATCH="1" @@ -37,6 +37,7 @@ PATCHES=( "${MY_PATCH_DIR}"/20018_all_mysql-5.6.25-without-clientlibs-tools.patch "${MY_PATCH_DIR}"/20027_all_mysql-5.5-perl5.26-includes.patch "${MY_PATCH_DIR}"/20028_all_mysql-5.6-gcc7.patch + "${MY_PATCH_DIR}"/20031_all_mysql-5.6-fix-monitor.test.patch ) # Please do not add a naive src_unpack to this ebuild