summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2015-03-03 07:36:44 +0000
committerYixun Lan <dlan@gentoo.org>2015-03-03 07:36:44 +0000
commit441a1b4f6ec5f3be1278b081a36a8e54820e1684 (patch)
treecc67161daf96a8c7de1a782042272fa6d10aeecb /dev-qt/qtscript
parentadd arm64 support, tested on A53 board (diff)
downloadgentoo-2-441a1b4f6ec5f3be1278b081a36a8e54820e1684.tar.gz
gentoo-2-441a1b4f6ec5f3be1278b081a36a8e54820e1684.tar.bz2
gentoo-2-441a1b4f6ec5f3be1278b081a36a8e54820e1684.zip
add arm64 support, tested on A53 board
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'dev-qt/qtscript')
-rw-r--r--dev-qt/qtscript/ChangeLog5
-rw-r--r--dev-qt/qtscript/qtscript-5.4.1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-qt/qtscript/ChangeLog b/dev-qt/qtscript/ChangeLog
index 7b73592e10bf..8a07781b2d07 100644
--- a/dev-qt/qtscript/ChangeLog
+++ b/dev-qt/qtscript/ChangeLog
@@ -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 <dlan@gentoo.org> qtscript-5.4.1.ebuild:
+ add arm64 support, tested on A53 board
*qtscript-5.4.1 (24 Feb 2015)
diff --git a/dev-qt/qtscript/qtscript-5.4.1.ebuild b/dev-qt/qtscript/qtscript-5.4.1.ebuild
index c3ad91eaaad6..024c38f07929 100644
--- a/dev-qt/qtscript/qtscript-5.4.1.ebuild
+++ b/dev-qt/qtscript/qtscript-5.4.1.ebuild
@@ -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 @@ inherit qt5-build
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"