diff options
author | stefson <herrtimson@yahoo.de> | 2017-12-01 21:21:06 +0100 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-12-09 21:16:25 -0500 |
commit | c6f85b8eb9467400b399980ace4148d6638d1f8f (patch) | |
tree | 00aa9caafbbf13e66c90bd301084a8fbc87bbff1 /app-office | |
parent | sys-fs/btrfs-progs: initial commit (diff) | |
download | musl-c6f85b8eb9467400b399980ace4148d6638d1f8f.tar.gz musl-c6f85b8eb9467400b399980ace4148d6638d1f8f.tar.bz2 musl-c6f85b8eb9467400b399980ace4148d6638d1f8f.zip |
app-office/libreoffice: fix typo in ebuild to make it configure
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/libreoffice-5.4.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/libreoffice/libreoffice-5.4.2.2.ebuild b/app-office/libreoffice/libreoffice-5.4.2.2.ebuild index f4354832..3715395e 100644 --- a/app-office/libreoffice/libreoffice-5.4.2.2.ebuild +++ b/app-office/libreoffice/libreoffice-5.4.2.2.ebuild @@ -247,7 +247,7 @@ PATCHES=( # musl patches "${FILESDIR}/${PN}-5.4.2.2-musl-fix-execinfo.patch" - #"${FILESDIR}/${PN}-5.0.5.2-linux-musl.patch" + "${FILESDIR}/${PN}-5.4.2.2-linux-musl.patch" "${FILESDIR}/${PN}-5.2.3.3-fix-includes.patch" "${FILESDIR}/${PN}-5.2.5.1-musl-vlc.patch" ) |