Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pango/files/
Date: Tue, 08 Aug 2017 15:58:39
Message-Id: 1502207885.978c63fdbf1c82cb45254da1979e618a155ff313.kentnl@gentoo
1 commit: 978c63fdbf1c82cb45254da1979e618a155ff313
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Aug 7 15:53:30 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 8 15:58:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=978c63fd
7
8 dev-perl/Pango: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/5337
11
12 dev-perl/Pango/files/Pango-1.224.0-linking.patch | 10 ----------
13 1 file changed, 10 deletions(-)
14
15 diff --git a/dev-perl/Pango/files/Pango-1.224.0-linking.patch b/dev-perl/Pango/files/Pango-1.224.0-linking.patch
16 deleted file mode 100644
17 index e93069ba200..00000000000
18 --- a/dev-perl/Pango/files/Pango-1.224.0-linking.patch
19 +++ /dev/null
20 @@ -1,10 +0,0 @@
21 ---- Makefile.PL
22 -+++ Makefile.PL
23 -@@ -161,6 +161,7 @@
24 - if ($have_cairo) {
25 - push @deps, qw/Cairo/;
26 - $inc .= $pangocairo_pkgcfg{cflags};
27 -+ $libs .= ' ';
28 - $libs .= $pangocairo_pkgcfg{libs};
29 - }
30 -