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 DF152138334 for ; Fri, 2 Aug 2019 16:56:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2113FE07FE; Fri, 2 Aug 2019 16:56:35 +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 09285E07FE for ; Fri, 2 Aug 2019 16:56:34 +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 BB3BF349303 for ; Fri, 2 Aug 2019 16:56:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12CDA738 for ; Fri, 2 Aug 2019 16:56:31 +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: <1564764978.eacde4b3cff7b96724f2d1a9d0dda5925033dc1a.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_pre1.ebuild X-VCS-Directories: dev-db/mysql/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: eacde4b3cff7b96724f2d1a9d0dda5925033dc1a X-VCS-Branch: master Date: Fri, 2 Aug 2019 16:56:31 +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: 63890885-7155-4250-b7a7-4ae31b1e9e2b X-Archives-Hash: bfcf9b2e68b1f68938ac56e0d5cbd313 commit: eacde4b3cff7b96724f2d1a9d0dda5925033dc1a Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Aug 2 16:42:14 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Aug 2 16:56:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eacde4b3 dev-db/mysql: don't install my_print_defaults man page Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/mysql/mysql-8.0.17_pre1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-db/mysql/mysql-8.0.17_pre1.ebuild b/dev-db/mysql/mysql-8.0.17_pre1.ebuild index bc4fb0cad0c..a1c1a4d312e 100644 --- a/dev-db/mysql/mysql-8.0.17_pre1.ebuild +++ b/dev-db/mysql/mysql-8.0.17_pre1.ebuild @@ -237,6 +237,7 @@ src_prepare() { # man pages for client-lib tools we don't install rm \ + man/my_print_defaults.1 \ man/perror.1 \ man/zlib_decompress.1 \ || die