diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 07:41:40 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 07:41:40 +0000 |
commit | 94ab80040507b13c7926e0fc7dac3fd78ed85378 (patch) | |
tree | ad2c7db68e0f5829b32f7f097c1cf4415dec29a6 /dev-util/itstool | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-94ab80040507b13c7926e0fc7dac3fd78ed85378.tar.gz gentoo-2-94ab80040507b13c7926e0fc7dac3fd78ed85378.tar.bz2 gentoo-2-94ab80040507b13c7926e0fc7dac3fd78ed85378.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-util/itstool')
-rw-r--r-- | dev-util/itstool/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/itstool/itstool-2.0.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/itstool/ChangeLog b/dev-util/itstool/ChangeLog index cc606355e63c..04b3ccb29aaf 100644 --- a/dev-util/itstool/ChangeLog +++ b/dev-util/itstool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/itstool -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/ChangeLog,v 1.55 2014/10/11 11:57:01 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/ChangeLog,v 1.56 2015/03/03 07:41:40 dlan Exp $ + + 02 Mar 2015; Yixun Lan <dlan@gentoo.org> itstool-2.0.2.ebuild: + add arm64 support, tested on A53 board 11 Oct 2014; Markus Meier <maekke@gentoo.org> itstool-2.0.2.ebuild: arm stable, bug #512012 diff --git a/dev-util/itstool/itstool-2.0.2.ebuild b/dev-util/itstool/itstool-2.0.2.ebuild index a84f67daf422..e678b624be21 100644 --- a/dev-util/itstool/itstool-2.0.2.ebuild +++ b/dev-util/itstool/itstool-2.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/itstool-2.0.2.ebuild,v 1.10 2014/10/11 11:57:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/itstool-2.0.2.ebuild,v 1.11 2015/03/03 07:41:40 dlan Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="http://files.itstool.org/itstool/${P}.tar.bz2" # files in /usr/share/itstool/its are HPND/as-is || GPL-3 LICENSE="GPL-3+ || ( HPND GPL-3+ )" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~arm-linux ~x86-linux" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |