diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:47:52 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:47:52 +0000 |
commit | 1b60e97539eb4693ddb96671d87930f6c1665876 (patch) | |
tree | ba321ede1b6efffe3cc6e670dff8320a25b586cb | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-1b60e97539eb4693ddb96671d87930f6c1665876.tar.gz gentoo-2-1b60e97539eb4693ddb96671d87930f6c1665876.tar.bz2 gentoo-2-1b60e97539eb4693ddb96671d87930f6c1665876.zip |
add arm64 support, tested on A53 board
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
-rw-r--r-- | x11-proto/xf86rushproto/ChangeLog | 7 | ||||
-rw-r--r-- | x11-proto/xf86rushproto/xf86rushproto-1.1.2-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-proto/xf86rushproto/ChangeLog b/x11-proto/xf86rushproto/ChangeLog index 913bdd56173a..1674f8511c72 100644 --- a/x11-proto/xf86rushproto/ChangeLog +++ b/x11-proto/xf86rushproto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-proto/xf86rushproto -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86rushproto/ChangeLog,v 1.40 2013/02/27 05:58:12 zmedico Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86rushproto/ChangeLog,v 1.41 2015/03/03 12:47:52 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> xf86rushproto-1.1.2-r1.ebuild: + add arm64 support, tested on A53 board 27 Feb 2013; Zac Medico <zmedico@gentoo.org> xf86rushproto-1.1.2-r1.ebuild: Add ~arm-linux keyword. diff --git a/x11-proto/xf86rushproto/xf86rushproto-1.1.2-r1.ebuild b/x11-proto/xf86rushproto/xf86rushproto-1.1.2-r1.ebuild index 50df9c0b2d12..d9f129364bb5 100644 --- a/x11-proto/xf86rushproto/xf86rushproto-1.1.2-r1.ebuild +++ b/x11-proto/xf86rushproto/xf86rushproto-1.1.2-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 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/xf86rushproto/xf86rushproto-1.1.2-r1.ebuild,v 1.11 2013/02/27 05:58:12 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86rushproto/xf86rushproto-1.1.2-r1.ebuild,v 1.12 2015/03/03 12:47:52 dlan Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="X.Org XF86Rush protocol headers" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" |