diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:43:58 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:43:58 +0000 |
commit | 6565682535e09d25d0b7181ea4441705cddea335 (patch) | |
tree | 7709b3c696de9306600c4baea45c17b7e460bcdd /x11-proto | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-6565682535e09d25d0b7181ea4441705cddea335.tar.gz gentoo-2-6565682535e09d25d0b7181ea4441705cddea335.tar.bz2 gentoo-2-6565682535e09d25d0b7181ea4441705cddea335.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/xf86dgaproto/ChangeLog | 7 | ||||
-rw-r--r-- | x11-proto/xf86dgaproto/xf86dgaproto-2.1-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-proto/xf86dgaproto/ChangeLog b/x11-proto/xf86dgaproto/ChangeLog index 1d410b810b5c..8b3f3b99710f 100644 --- a/x11-proto/xf86dgaproto/ChangeLog +++ b/x11-proto/xf86dgaproto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-proto/xf86dgaproto -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86dgaproto/ChangeLog,v 1.70 2013/10/08 05:10:00 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86dgaproto/ChangeLog,v 1.71 2015/03/03 12:43:58 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> xf86dgaproto-2.1-r2.ebuild: + add arm64 support, tested on A53 board 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xf86dgaproto-2.1-r2.ebuild: Stable for x86, wrt bug #475480 diff --git a/x11-proto/xf86dgaproto/xf86dgaproto-2.1-r2.ebuild b/x11-proto/xf86dgaproto/xf86dgaproto-2.1-r2.ebuild index 7cbbcae9e8c7..8e1a521b46c9 100644 --- a/x11-proto/xf86dgaproto/xf86dgaproto-2.1-r2.ebuild +++ b/x11-proto/xf86dgaproto/xf86dgaproto-2.1-r2.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/xf86dgaproto/xf86dgaproto-2.1-r2.ebuild,v 1.11 2013/10/08 05:10:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86dgaproto/xf86dgaproto-2.1-r2.ebuild,v 1.12 2015/03/03 12:43:58 dlan Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit xorg-2 DESCRIPTION="X.Org XF86DGA 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="" RDEPEND="!<x11-libs/libXxf86dga-1.0.99.1" |