Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/mujs: mujs-0_p20150202.ebuild ChangeLog
Date: Mon, 01 Jun 2015 12:30:45
Message-Id: 20150601123038.3E021A13@oystercatcher.gentoo.org
1 xmw 15/06/01 12:30:38
2
3 Modified: mujs-0_p20150202.ebuild ChangeLog
4 Log:
5 Add keywords
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
8
9 Revision Changes Path
10 1.3 dev-lang/mujs/mujs-0_p20150202.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mujs/mujs-0_p20150202.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mujs/mujs-0_p20150202.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mujs/mujs-0_p20150202.ebuild?r1=1.2&r2=1.3
15
16 Index: mujs-0_p20150202.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mujs/mujs-0_p20150202.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- mujs-0_p20150202.ebuild 1 Jun 2015 12:27:21 -0000 1.2
23 +++ mujs-0_p20150202.ebuild 1 Jun 2015 12:30:38 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mujs/mujs-0_p20150202.ebuild,v 1.2 2015/06/01 12:27:21 xmw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mujs/mujs-0_p20150202.ebuild,v 1.3 2015/06/01 12:30:38 xmw Exp $
29
30 EAPI=5
31
32 @@ -12,7 +12,7 @@
33
34 LICENSE="AGPL-3"
35 SLOT="0"
36 -KEYWORDS="~amd64"
37 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
38 IUSE=""
39
40 DEPEND=""
41 @@ -22,6 +22,6 @@
42 epatch "${FILESDIR}"/${P}-Makefile.patch
43 # workaround for linkage of app-text/mupdf-1.7a
44 # TODO: generate a shared library and IUSE=static-libs
45 - append-cflags -fPIC
46 + append-cflags -fPIC
47 tc-export CC
48 }
49
50
51
52 1.3 dev-lang/mujs/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mujs/ChangeLog?rev=1.3&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mujs/ChangeLog?rev=1.3&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mujs/ChangeLog?r1=1.2&r2=1.3
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mujs/ChangeLog,v
61 retrieving revision 1.2
62 retrieving revision 1.3
63 diff -u -r1.2 -r1.3
64 --- ChangeLog 1 Jun 2015 12:27:21 -0000 1.2
65 +++ ChangeLog 1 Jun 2015 12:30:38 -0000 1.3
66 @@ -1,6 +1,9 @@
67 # ChangeLog for dev-lang/mujs
68 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mujs/ChangeLog,v 1.2 2015/06/01 12:27:21 xmw Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mujs/ChangeLog,v 1.3 2015/06/01 12:30:38 xmw Exp $
71 +
72 + 01 Jun 2015; Michael Weber <xmw@g.o> mujs-0_p20150202.ebuild:
73 + Add keywords
74
75 01 Jun 2015; Michael Weber <xmw@g.o> mujs-0_p20150202.ebuild:
76 Add -fPIC to CFLAGS for mupdf.