diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 05:57:19 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 05:57:19 +0000 |
commit | 82ce71735392ff6fc7c7a86c32434c16311092a8 (patch) | |
tree | adfa04fe68029939c13eda1ef394e6951f742b9f /app-text | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-82ce71735392ff6fc7c7a86c32434c16311092a8.tar.gz gentoo-2-82ce71735392ff6fc7c7a86c32434c16311092a8.tar.bz2 gentoo-2-82ce71735392ff6fc7c7a86c32434c16311092a8.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 'app-text')
-rw-r--r-- | app-text/iso-codes/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/iso-codes/iso-codes-3.57.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/iso-codes/ChangeLog b/app-text/iso-codes/ChangeLog index dbc8090e5d1b..d53b1e3aabc3 100644 --- a/app-text/iso-codes/ChangeLog +++ b/app-text/iso-codes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/iso-codes # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.183 2015/01/02 12:08:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.184 2015/03/03 05:57:19 dlan Exp $ + + 02 Mar 2015; Yixun Lan <dlan@gentoo.org> iso-codes-3.57.ebuild: + add arm64 support, tested on A53 board 02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> iso-codes-3.57.ebuild: Stable for alpha, wrt bug #529964 diff --git a/app-text/iso-codes/iso-codes-3.57.ebuild b/app-text/iso-codes/iso-codes-3.57.ebuild index 626e5cee50c3..af10cc989605 100644 --- a/app-text/iso-codes/iso-codes-3.57.ebuild +++ b/app-text/iso-codes/iso-codes-3.57.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/app-text/iso-codes/iso-codes-3.57.ebuild,v 1.10 2015/01/02 12:08:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-3.57.ebuild,v 1.11 2015/03/03 05:57:19 dlan Exp $ EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND="" |