diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:46:35 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:46:35 +0000 |
commit | 02a73faf52fbdc83e8aea133d019c1bd0918d90b (patch) | |
tree | edb281f9694b59c8b032319c6b5af200f127ec8b /x11-proto | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-02a73faf52fbdc83e8aea133d019c1bd0918d90b.tar.gz gentoo-2-02a73faf52fbdc83e8aea133d019c1bd0918d90b.tar.bz2 gentoo-2-02a73faf52fbdc83e8aea133d019c1bd0918d90b.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 'x11-proto')
-rw-r--r-- | x11-proto/xf86miscproto/ChangeLog | 7 | ||||
-rw-r--r-- | x11-proto/xf86miscproto/xf86miscproto-0.9.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-proto/xf86miscproto/ChangeLog b/x11-proto/xf86miscproto/ChangeLog index 304896654b27..8b0c1bdbd154 100644 --- a/x11-proto/xf86miscproto/ChangeLog +++ b/x11-proto/xf86miscproto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-proto/xf86miscproto -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86miscproto/ChangeLog,v 1.40 2012/05/16 14:04:28 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86miscproto/ChangeLog,v 1.41 2015/03/03 12:46:35 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> xf86miscproto-0.9.3.ebuild: + add arm64 support, tested on A53 board 16 May 2012; Alexis Ballier <aballier@gentoo.org> xf86miscproto-0.9.3.ebuild: keyword ~amd64-fbsd diff --git a/x11-proto/xf86miscproto/xf86miscproto-0.9.3.ebuild b/x11-proto/xf86miscproto/xf86miscproto-0.9.3.ebuild index 9ddeda3e471f..07fa3a772a0f 100644 --- a/x11-proto/xf86miscproto/xf86miscproto-0.9.3.ebuild +++ b/x11-proto/xf86miscproto/xf86miscproto-0.9.3.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86miscproto/xf86miscproto-0.9.3.ebuild,v 1.12 2012/05/16 14:04:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86miscproto/xf86miscproto-0.9.3.ebuild,v 1.13 2015/03/03 12:46:35 dlan Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="X.Org XF86Misc protocol headers" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-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-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" RDEPEND="" |