Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:pkg-config commit in: eclass/
Date: Thu, 29 Nov 2012 07:11:25
Message-Id: 1354139070.40fca611523c9846f0576a1bf5865cafa0a3ab96.jlec@gentoo
1 commit: 40fca611523c9846f0576a1bf5865cafa0a3ab96
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 28 21:44:30 2012 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 28 21:44:30 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=40fca611
7
8 Keep order in pc file
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 ---
13 eclass/pkgconfig.eclass | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-)
15
16 diff --git a/eclass/pkgconfig.eclass b/eclass/pkgconfig.eclass
17 index cd401de..f706a82 100644
18 --- a/eclass/pkgconfig.eclass
19 +++ b/eclass/pkgconfig.eclass
20 @@ -165,9 +165,9 @@ create_pkgconfig() {
21 Requires: ${PC_REQUIRES}
22 Requires.private: ${PC_REQUIRES_PRIVATE}
23 Conflicts: ${PC_CONFLICTS}
24 - Cflags: ${PC_CFLAGS}
25 Libs: ${PC_LIBS}
26 Libs.private: ${PC_LIBS_PRIVATE}
27 + Cflags: ${PC_CFLAGS}
28 EOF
29
30 insinto /usr/$(get_libdir)/pkgconfig