dlan        15/03/03 07:36:44

  Modified:             qtscript-5.4.1.ebuild ChangeLog
  Log:
  add arm64 support, tested on A53 board
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  Changes    Path
1.2                  dev-qt/qtscript/qtscript-5.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-5.4.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-5.4.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-5.4.1.ebuild?r1=1.1&r2=1.2

Index: qtscript-5.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-5.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qtscript-5.4.1.ebuild       24 Feb 2015 18:41:25 -0000      1.1
+++ qtscript-5.4.1.ebuild       3 Mar 2015 07:36:44 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-5.4.1.ebuild,v 1.1 
2015/02/24 18:41:25 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-5.4.1.ebuild,v 1.2 
2015/03/03 07:36:44 dlan Exp $
 
 EAPI=5
 
@@ -9,9 +9,9 @@
 DESCRIPTION="Application scripting library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == live ]]; then
-       KEYWORDS="~hppa"
+       KEYWORDS="~arm64 ~hppa"
 else
-       KEYWORDS="~amd64 ~arm ~hppa ~x86"
+       KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
 fi
 
 IUSE="scripttools"



1.26                 dev-qt/qtscript/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.26&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.26&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   24 Feb 2015 18:41:25 -0000      1.25
+++ ChangeLog   3 Mar 2015 07:36:44 -0000       1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-qt/qtscript
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.25 2015/02/24 
18:41:25 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.26 2015/03/03 
07:36:44 dlan Exp $
+
+  02 Mar 2015; Yixun Lan <[email protected]> qtscript-5.4.1.ebuild:
+  add arm64 support, tested on A53 board
 
 *qtscript-5.4.1 (24 Feb 2015)
 




Reply via email to