diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 07:38:23 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 07:38:23 +0000 |
commit | 97e837ff3ebda218c5dc8256081826c9c80bb7df (patch) | |
tree | 1f28afec0d024ac4e5890d35f9d6699d6a8793bd /dev-util | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-97e837ff3ebda218c5dc8256081826c9c80bb7df.tar.gz gentoo-2-97e837ff3ebda218c5dc8256081826c9c80bb7df.tar.bz2 gentoo-2-97e837ff3ebda218c5dc8256081826c9c80bb7df.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')
-rw-r--r-- | dev-util/automoc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/automoc/automoc-0.9.88-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/automoc/ChangeLog b/dev-util/automoc/ChangeLog index efb5c6ef5cfb..0c12afdf8e5a 100644 --- a/dev-util/automoc/ChangeLog +++ b/dev-util/automoc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/automoc -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/automoc/ChangeLog,v 1.8 2014/08/13 23:12:48 johu Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/automoc/ChangeLog,v 1.9 2015/03/03 07:38:23 dlan Exp $ + + 02 Mar 2015; Yixun Lan <dlan@gentoo.org> automoc-0.9.88-r1.ebuild: + add arm64 support, tested on A53 board *automoc-0.9.88-r1 (13 Aug 2014) diff --git a/dev-util/automoc/automoc-0.9.88-r1.ebuild b/dev-util/automoc/automoc-0.9.88-r1.ebuild index 1aed110d1783..be039f9e3c40 100644 --- a/dev-util/automoc/automoc-0.9.88-r1.ebuild +++ b/dev-util/automoc/automoc-0.9.88-r1.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/automoc/automoc-0.9.88-r1.ebuild,v 1.1 2014/08/13 23:12:48 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/automoc/automoc-0.9.88-r1.ebuild,v 1.2 2015/03/03 07:38:23 dlan Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/${MY_P}.tar.bz2" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" DEPEND=" |