Gentoo Archives: gentoo-commits

From: "Yixun Lan (dlan)" <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/yasm: ChangeLog yasm-1.2.0-r1.ebuild
Date: Tue, 03 Mar 2015 06:14:03
Message-Id: 20150303061353.B2CC612EE7@oystercatcher.gentoo.org
1 dlan 15/03/03 06:13:53
2
3 Modified: ChangeLog yasm-1.2.0-r1.ebuild
4 Log:
5 add arm64 support, tested on A53 board
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
8
9 Revision Changes Path
10 1.66 dev-lang/yasm/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?rev=1.66&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?rev=1.66&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?r1=1.65&r2=1.66
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v
19 retrieving revision 1.65
20 retrieving revision 1.66
21 diff -u -r1.65 -r1.66
22 --- ChangeLog 15 Jul 2014 16:40:51 -0000 1.65
23 +++ ChangeLog 3 Mar 2015 06:13:53 -0000 1.66
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-lang/yasm
26 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.65 2014/07/15 16:40:51 nimiux Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.66 2015/03/03 06:13:53 dlan Exp $
30 +
31 + 02 Mar 2015; Yixun Lan <dlan@g.o> yasm-1.2.0-r1.ebuild:
32 + add arm64 support, tested on A53 board
33
34 15 Jul 2014; Chema Alonso <nimiux@g.o> yasm-1.2.0-r1.ebuild:
35 Stable for amd64 wrt bug #509944
36
37
38
39 1.7 dev-lang/yasm/yasm-1.2.0-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild?r1=1.6&r2=1.7
44
45 Index: yasm-1.2.0-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- yasm-1.2.0-r1.ebuild 15 Jul 2014 16:40:51 -0000 1.6
52 +++ yasm-1.2.0-r1.ebuild 3 Mar 2015 06:13:53 -0000 1.7
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2014 Gentoo Foundation
55 +# Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild,v 1.6 2014/07/15 16:40:51 nimiux Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild,v 1.7 2015/03/03 06:13:53 dlan Exp $
59
60 EAPI=5
61 PYTHON_COMPAT=( python{2_6,2_7} )
62 @@ -13,7 +13,7 @@
63
64 LICENSE="BSD-2 BSD || ( Artistic GPL-2 LGPL-2 )"
65 SLOT="0"
66 -KEYWORDS="-* amd64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
67 +KEYWORDS="-* amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
68 IUSE="nls python"
69
70 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"