Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/
Date: Wed, 30 Oct 2019 08:59:57
Message-Id: 1572425983.5f9e901c4d6a0505791be88df94da4ea5c1b5b57.asturm@gentoo
1 commit: 5f9e901c4d6a0505791be88df94da4ea5c1b5b57
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 30 08:59:15 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 30 08:59:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f9e901c
7
8 app-office/libreoffice: Fix path to patch
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-office/libreoffice/libreoffice-6.3.9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-office/libreoffice/libreoffice-6.3.9999.ebuild b/app-office/libreoffice/libreoffice-6.3.9999.ebuild
17 index f66047b35ff..9834ebf899b 100644
18 --- a/app-office/libreoffice/libreoffice-6.3.9999.ebuild
19 +++ b/app-office/libreoffice/libreoffice-6.3.9999.ebuild
20 @@ -252,7 +252,7 @@ PATCHES=(
21 "${FILESDIR}/${PN}-6.1-nomancompress.patch"
22
23 # master branch
24 - "${FILESDIR}/${PN}-6.3.2.2-mysql-connector-c-8.patch" # bug #692422
25 + "${FILESDIR}/${PN}-6.3.3.2-mysql-connector-c-8.patch" # bug #692422
26 )
27
28 S="${WORKDIR}/${PN}-${MY_PV}"