Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: app-office/libreoffice/
Date: Sun, 10 Dec 2017 02:16:53
Message-Id: 1512872185.c6f85b8eb9467400b399980ace4148d6638d1f8f.blueness@gentoo
1 commit: c6f85b8eb9467400b399980ace4148d6638d1f8f
2 Author: stefson <herrtimson <AT> yahoo <DOT> de>
3 AuthorDate: Fri Dec 1 20:21:06 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 02:16:25 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=c6f85b8e
7
8 app-office/libreoffice: fix typo in ebuild to make it configure
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11
12 app-office/libreoffice/libreoffice-5.4.2.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-office/libreoffice/libreoffice-5.4.2.2.ebuild b/app-office/libreoffice/libreoffice-5.4.2.2.ebuild
16 index f435483..3715395 100644
17 --- a/app-office/libreoffice/libreoffice-5.4.2.2.ebuild
18 +++ b/app-office/libreoffice/libreoffice-5.4.2.2.ebuild
19 @@ -247,7 +247,7 @@ PATCHES=(
20
21 # musl patches
22 "${FILESDIR}/${PN}-5.4.2.2-musl-fix-execinfo.patch"
23 - #"${FILESDIR}/${PN}-5.0.5.2-linux-musl.patch"
24 + "${FILESDIR}/${PN}-5.4.2.2-linux-musl.patch"
25 "${FILESDIR}/${PN}-5.2.3.3-fix-includes.patch"
26 "${FILESDIR}/${PN}-5.2.5.1-musl-vlc.patch"
27 )