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 5FE9D138239 for ; Wed, 30 Oct 2019 08:59:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E494E087D; Wed, 30 Oct 2019 08:59:56 +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 74D8AE087D for ; Wed, 30 Oct 2019 08:59:56 +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 602F034C590 for ; Wed, 30 Oct 2019 08:59:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8033A8 for ; Wed, 30 Oct 2019 08:59:53 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1572425983.5f9e901c4d6a0505791be88df94da4ea5c1b5b57.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-6.3.9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5f9e901c4d6a0505791be88df94da4ea5c1b5b57 X-VCS-Branch: master Date: Wed, 30 Oct 2019 08:59:53 +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: 270eb90e-aae6-4820-b637-076537ea0d09 X-Archives-Hash: 8f2b901807e5f62827074a3b7257ecbe commit: 5f9e901c4d6a0505791be88df94da4ea5c1b5b57 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 30 08:59:15 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 30 08:59:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f9e901c app-office/libreoffice: Fix path to patch Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/libreoffice/libreoffice-6.3.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/libreoffice/libreoffice-6.3.9999.ebuild b/app-office/libreoffice/libreoffice-6.3.9999.ebuild index f66047b35ff..9834ebf899b 100644 --- a/app-office/libreoffice/libreoffice-6.3.9999.ebuild +++ b/app-office/libreoffice/libreoffice-6.3.9999.ebuild @@ -252,7 +252,7 @@ PATCHES=( "${FILESDIR}/${PN}-6.1-nomancompress.patch" # master branch - "${FILESDIR}/${PN}-6.3.2.2-mysql-connector-c-8.patch" # bug #692422 + "${FILESDIR}/${PN}-6.3.3.2-mysql-connector-c-8.patch" # bug #692422 ) S="${WORKDIR}/${PN}-${MY_PV}"