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 5A245138334 for ; Mon, 19 Aug 2019 18:34:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 907EEE088B; Mon, 19 Aug 2019 18:34:27 +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 6DAB3E088B for ; Mon, 19 Aug 2019 18:34:27 +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 535B9349E6F for ; Mon, 19 Aug 2019 18:34:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5C23763 for ; Mon, 19 Aug 2019 18:34:24 +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: <1566239649.7d192490e75a8b42632128c1c7a6b0c918331f52.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-8.0.17.ebuild X-VCS-Directories: dev-db/mysql/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 7d192490e75a8b42632128c1c7a6b0c918331f52 X-VCS-Branch: master Date: Mon, 19 Aug 2019 18:34:24 +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: a3ef74de-bd70-455f-8eb1-ff2b91ebe482 X-Archives-Hash: ca1ae012297eba23d51cbc10638bbcd4 commit: 7d192490e75a8b42632128c1c7a6b0c918331f52 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Aug 19 18:34:09 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Aug 19 18:34:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d192490 dev-db/mysql: add missing patch 20018_all_mysql-8.0.17-add-protobuf-3.8+-support.patch was forgotton to add. Closes: https://bugs.gentoo.org/692556 Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/mysql/mysql-8.0.17.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-db/mysql/mysql-8.0.17.ebuild b/dev-db/mysql/mysql-8.0.17.ebuild index 9bf70ba0f6b..2697f678656 100644 --- a/dev-db/mysql/mysql-8.0.17.ebuild +++ b/dev-db/mysql/mysql-8.0.17.ebuild @@ -58,6 +58,7 @@ PATCHES=( "${MY_PATCH_DIR}"/20007_all_cmake-debug-werror-8.0.17.patch "${MY_PATCH_DIR}"/20018_all_mysql-5.7.23-fix-grant_user_lock-a-root.patch "${MY_PATCH_DIR}"/20018_all_mysql-8.0.17-without-clientlibs-tools.patch + "${MY_PATCH_DIR}"/20018_all_mysql-8.0.17-add-protobuf-3.8+-support.patch "${MY_PATCH_DIR}"/20018_all_mysql-8.0.17-fix-libressl-support.patch )