Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fontconfig/
Date: Tue, 18 Sep 2018 07:16:13
Message-Id: 1537254955.0f6af56d379b0dc89143e255c2e9ec7dab4d5480.polynomial-c@gentoo
1 commit: 0f6af56d379b0dc89143e255c2e9ec7dab4d5480
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 18 07:12:42 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 18 07:15:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f6af56d
7
8 media-libs/fontconfig: Revbump to push fixes to everyone.
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 .../{fontconfig-2.13.1.ebuild => fontconfig-2.13.1-r1.ebuild} | 7 +------
13 1 file changed, 1 insertion(+), 6 deletions(-)
14
15 diff --git a/media-libs/fontconfig/fontconfig-2.13.1.ebuild b/media-libs/fontconfig/fontconfig-2.13.1-r1.ebuild
16 similarity index 96%
17 rename from media-libs/fontconfig/fontconfig-2.13.1.ebuild
18 rename to media-libs/fontconfig/fontconfig-2.13.1-r1.ebuild
19 index 6d02affef22..fdc25117f94 100644
20 --- a/media-libs/fontconfig/fontconfig-2.13.1.ebuild
21 +++ b/media-libs/fontconfig/fontconfig-2.13.1-r1.ebuild
22 @@ -38,7 +38,7 @@ PATCHES=(
23 "${FILESDIR}"/${PN}-2.12.3-latin-update.patch # 130466 + make liberation default
24
25 # Patches from upstream (can usually be removed with next version bump)
26 - #"${FILESDIR}"/${P}-static_build.patch
27 + "${FILESDIR}"/${P}-static_build.patch
28 "${FILESDIR}"/${P}-proper_homedir.patch
29 )
30
31 @@ -87,11 +87,6 @@ multilib_src_configure() {
32 )
33
34 ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
35 -
36 - # Ugly hackaround to prevent build failure
37 - find "${BUILD_DIR}" -name "Makefile" -print0 \
38 - | xargs --null sed 's@ FcStrBuildFilename\.3@@' -i \
39 - || die
40 }
41
42 multilib_src_install() {