diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:50:32 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:50:32 +0000 |
commit | 61d26597d79856d26a4f24faa79bbbcb2b6f3722 (patch) | |
tree | d7ff2e77160fbb1174781c7fd303f0098ca709ae /x11-proto/xf86driproto/xf86driproto-2.1.1-r1.ebuild | |
parent | Version bump (diff) | |
download | historical-61d26597d79856d26a4f24faa79bbbcb2b6f3722.tar.gz historical-61d26597d79856d26a4f24faa79bbbcb2b6f3722.tar.bz2 historical-61d26597d79856d26a4f24faa79bbbcb2b6f3722.zip |
add arm64 support, tested on A53 board
Package-Manager: portage-2.2.17/cvs/Linux x86_64
Manifest-Sign-Key: 0xAABEFD55
Diffstat (limited to 'x11-proto/xf86driproto/xf86driproto-2.1.1-r1.ebuild')
-rw-r--r-- | x11-proto/xf86driproto/xf86driproto-2.1.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-proto/xf86driproto/xf86driproto-2.1.1-r1.ebuild b/x11-proto/xf86driproto/xf86driproto-2.1.1-r1.ebuild index b3dffc2c4786..6dbfc855b617 100644 --- a/x11-proto/xf86driproto/xf86driproto-2.1.1-r1.ebuild +++ b/x11-proto/xf86driproto/xf86driproto-2.1.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 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/xf86driproto/xf86driproto-2.1.1-r1.ebuild,v 1.10 2014/06/08 09:16:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86driproto/xf86driproto-2.1.1-r1.ebuild,v 1.11 2015/03/03 12:45:14 dlan Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit xorg-2 DESCRIPTION="X.Org XF86DRI protocol headers" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="" |