diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 06:15:06 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 06:15:06 +0000 |
commit | 209aa68648cf4e675ec9edc662ff777c366cf865 (patch) | |
tree | 1e9be905c1bd73b7665ffe200d80db0d6c13a9ae /dev-libs/atk | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-209aa68648cf4e675ec9edc662ff777c366cf865.tar.gz gentoo-2-209aa68648cf4e675ec9edc662ff777c366cf865.tar.bz2 gentoo-2-209aa68648cf4e675ec9edc662ff777c366cf865.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-libs/atk')
-rw-r--r-- | dev-libs/atk/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/atk/atk-2.14.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/atk/ChangeLog b/dev-libs/atk/ChangeLog index fc75eec2338a..17cb9f85bcfa 100644 --- a/dev-libs/atk/ChangeLog +++ b/dev-libs/atk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/atk -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.298 2014/12/21 12:28:59 eva Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.299 2015/03/03 06:15:06 dlan Exp $ + + 02 Mar 2015; Yixun Lan <dlan@gentoo.org> atk-2.14.0.ebuild: + add arm64 support, tested on A53 board *atk-2.14.0 (21 Dec 2014) diff --git a/dev-libs/atk/atk-2.14.0.ebuild b/dev-libs/atk/atk-2.14.0.ebuild index 8e0a8b6a5f5a..c9b21013d014 100644 --- a/dev-libs/atk/atk-2.14.0.ebuild +++ b/dev-libs/atk/atk-2.14.0.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-libs/atk/atk-2.14.0.ebuild,v 1.1 2014/12/21 12:28:59 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.14.0.ebuild,v 1.2 2015/03/03 06:15:06 dlan Exp $ EAPI="5" GCONF_DEBUG="no" @@ -12,7 +12,7 @@ HOMEPAGE="http://projects.gnome.org/accessibility/" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="+introspection nls test" RDEPEND=" |