diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:24:11 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:24:11 +0000 |
commit | 7e546dd713cb9be6d414df3e9cbbe643ae1ed12f (patch) | |
tree | e2306aab5b9ca25845222feb9dac976ae1d22043 /x11-proto/dri2proto/dri2proto-2.8-r1.ebuild | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-7e546dd713cb9be6d414df3e9cbbe643ae1ed12f.tar.gz gentoo-2-7e546dd713cb9be6d414df3e9cbbe643ae1ed12f.tar.bz2 gentoo-2-7e546dd713cb9be6d414df3e9cbbe643ae1ed12f.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/dri2proto/dri2proto-2.8-r1.ebuild')
-rw-r--r-- | x11-proto/dri2proto/dri2proto-2.8-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-proto/dri2proto/dri2proto-2.8-r1.ebuild b/x11-proto/dri2proto/dri2proto-2.8-r1.ebuild index b7c2dcd0e9dc..17e0bf76faf3 100644 --- a/x11-proto/dri2proto/dri2proto-2.8-r1.ebuild +++ b/x11-proto/dri2proto/dri2proto-2.8-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/dri2proto/dri2proto-2.8-r1.ebuild,v 1.10 2014/06/08 09:16:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/dri2proto/dri2proto-2.8-r1.ebuild,v 1.11 2015/03/03 12:24:11 dlan Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit xorg-2 DESCRIPTION="X.Org DRI2 protocol headers" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~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 ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="" |