diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:41:21 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:41:21 +0000 |
commit | cbcc35815ade5621314cc5cffa1ca3b3c73a97b9 (patch) | |
tree | 425e491dfd2569b1da5525f1a63af93808d72f6d /x11-proto/videoproto | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-cbcc35815ade5621314cc5cffa1ca3b3c73a97b9.tar.gz gentoo-2-cbcc35815ade5621314cc5cffa1ca3b3c73a97b9.tar.bz2 gentoo-2-cbcc35815ade5621314cc5cffa1ca3b3c73a97b9.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/videoproto')
-rw-r--r-- | x11-proto/videoproto/ChangeLog | 7 | ||||
-rw-r--r-- | x11-proto/videoproto/videoproto-2.3.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-proto/videoproto/ChangeLog b/x11-proto/videoproto/ChangeLog index 289fcf85403c..eb26dfa879f6 100644 --- a/x11-proto/videoproto/ChangeLog +++ b/x11-proto/videoproto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-proto/videoproto -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/videoproto/ChangeLog,v 1.59 2013/10/08 05:09:48 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/videoproto/ChangeLog,v 1.60 2015/03/03 12:41:21 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> videoproto-2.3.2.ebuild: + add arm64 support, tested on A53 board 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> videoproto-2.3.2.ebuild: Stable for x86, wrt bug #475480 diff --git a/x11-proto/videoproto/videoproto-2.3.2.ebuild b/x11-proto/videoproto/videoproto-2.3.2.ebuild index 181f31ae8e2b..3b2ec2215096 100644 --- a/x11-proto/videoproto/videoproto-2.3.2.ebuild +++ b/x11-proto/videoproto/videoproto-2.3.2.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/videoproto/videoproto-2.3.2.ebuild,v 1.10 2013/10/08 05:09:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/videoproto/videoproto-2.3.2.ebuild,v 1.11 2015/03/03 12:41:21 dlan Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit xorg-2 DESCRIPTION="X.Org Video protocol headers" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="" |