diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:36:21 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:36:21 +0000 |
commit | 7c7213702e8c28c674d32960ffad1f0cb14ca746 (patch) | |
tree | b1496a73b7a56274e8ab6a2be080a1e43c897b9c /x11-proto | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-7c7213702e8c28c674d32960ffad1f0cb14ca746.tar.gz gentoo-2-7c7213702e8c28c674d32960ffad1f0cb14ca746.tar.bz2 gentoo-2-7c7213702e8c28c674d32960ffad1f0cb14ca746.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/renderproto/ChangeLog | 7 | ||||
-rw-r--r-- | x11-proto/renderproto/renderproto-0.11.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-proto/renderproto/ChangeLog b/x11-proto/renderproto/ChangeLog index f41833a2e6f8..c99f4fc824a6 100644 --- a/x11-proto/renderproto/ChangeLog +++ b/x11-proto/renderproto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-proto/renderproto -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/renderproto/ChangeLog,v 1.76 2013/10/08 05:09:42 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/renderproto/ChangeLog,v 1.77 2015/03/03 12:36:21 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> renderproto-0.11.1-r1.ebuild: + add arm64 support, tested on A53 board 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> renderproto-0.11.1-r1.ebuild: Stable for x86, wrt bug #475480 diff --git a/x11-proto/renderproto/renderproto-0.11.1-r1.ebuild b/x11-proto/renderproto/renderproto-0.11.1-r1.ebuild index cd3814897e80..a0bca30abcac 100644 --- a/x11-proto/renderproto/renderproto-0.11.1-r1.ebuild +++ b/x11-proto/renderproto/renderproto-0.11.1-r1.ebuild @@ -1,6 +1,6 @@ -# 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/renderproto/renderproto-0.11.1-r1.ebuild,v 1.10 2013/10/08 05:09:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/renderproto/renderproto-0.11.1-r1.ebuild,v 1.11 2015/03/03 12:36:21 dlan Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit xorg-2 DESCRIPTION="X.Org Render protocol headers" -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="" RDEPEND="" |