diff options
author | 2015-03-03 12:40:01 +0000 | |
---|---|---|
committer | 2015-03-03 12:40:01 +0000 | |
commit | 989685c9be948fe128d7c927d77da108ff21a945 (patch) | |
tree | 80eb6c58bfbf4d18bd980ed6ad4bd10a4d8f74cc /x11-proto | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-989685c9be948fe128d7c927d77da108ff21a945.tar.gz gentoo-2-989685c9be948fe128d7c927d77da108ff21a945.tar.bz2 gentoo-2-989685c9be948fe128d7c927d77da108ff21a945.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/trapproto/ChangeLog | 7 | ||||
-rw-r--r-- | x11-proto/trapproto/trapproto-3.4.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-proto/trapproto/ChangeLog b/x11-proto/trapproto/ChangeLog index ba15e4857456..87427d4ab3ba 100644 --- a/x11-proto/trapproto/ChangeLog +++ b/x11-proto/trapproto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-proto/trapproto -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/trapproto/ChangeLog,v 1.33 2013/02/21 18:35:14 zmedico Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/trapproto/ChangeLog,v 1.34 2015/03/03 12:40:01 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> trapproto-3.4.3.ebuild: + add arm64 support, tested on A53 board 21 Feb 2013; Zac Medico <zmedico@gentoo.org> trapproto-3.4.3.ebuild: Add ~arm-linux keyword. diff --git a/x11-proto/trapproto/trapproto-3.4.3.ebuild b/x11-proto/trapproto/trapproto-3.4.3.ebuild index 5bfe21788982..67a0e327d18f 100644 --- a/x11-proto/trapproto/trapproto-3.4.3.ebuild +++ b/x11-proto/trapproto/trapproto-3.4.3.ebuild @@ -1,13 +1,13 @@ -# 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/trapproto/trapproto-3.4.3.ebuild,v 1.22 2013/02/21 18:35:14 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/trapproto/trapproto-3.4.3.ebuild,v 1.23 2015/03/03 12:40:01 dlan Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="X.Org Trap protocol headers" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-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 ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" RDEPEND="" |