Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/mg: mg-20140220.ebuild
Date: Sun, 02 Mar 2014 15:37:55
Message-Id: 20140302153743.F28162004C@flycatcher.gentoo.org
1 ulm 14/03/02 15:37:43
2
3 Modified: mg-20140220.ebuild
4 Log:
5 Whitespace and cosmetic fix in emake arguments.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.3 app-editors/mg/mg-20140220.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/mg-20140220.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/mg-20140220.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/mg-20140220.ebuild?r1=1.2&r2=1.3
15
16 Index: mg-20140220.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/mg/mg-20140220.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- mg-20140220.ebuild 2 Mar 2014 15:07:51 -0000 1.2
23 +++ mg-20140220.ebuild 2 Mar 2014 15:37:43 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/mg-20140220.ebuild,v 1.2 2014/03/02 15:07:51 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/mg-20140220.ebuild,v 1.3 2014/03/02 15:37:43 ulm Exp $
29
30 EAPI=5
31
32 @@ -35,10 +35,10 @@
33 local pkgc=$(tc-getPKG_CONFIG)
34
35 emake CC="$(tc-getCC)" \
36 - CPPFLAGS="-DFKEYS -DREGEX -DXKEYS -D__dead=__dead2 \
37 - $("${pkgc}" --cflags libbsd-overlay)" \
38 + CPPFLAGS="-DFKEYS -DREGEX -DXKEYS -D__dead=__dead2 $("${pkgc}" \
39 + --cflags libbsd-overlay)" \
40 CFLAGS="${CFLAGS}" \
41 - LIBS="$("${pkgc}" --libs ncurses) $("${pkgc}" --libs libbsd-overlay)"
42 + LIBS="$("${pkgc}" --libs ncurses libbsd-overlay)"
43 }
44
45 src_install() {