summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2015-03-03 12:45:14 +0000
committerYixun Lan <dlan@gentoo.org>2015-03-03 12:45:14 +0000
commit687951cdb41b1ddf800fecf0a8c308ddbc5a8abc (patch)
treed5001d57f841ec120d4927da5693a99b8d90ea1d /x11-proto
parentadd arm64 support, tested on A53 board (diff)
downloadgentoo-2-687951cdb41b1ddf800fecf0a8c308ddbc5a8abc.tar.gz
gentoo-2-687951cdb41b1ddf800fecf0a8c308ddbc5a8abc.tar.bz2
gentoo-2-687951cdb41b1ddf800fecf0a8c308ddbc5a8abc.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/xf86driproto/ChangeLog7
-rw-r--r--x11-proto/xf86driproto/xf86driproto-2.1.1-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-proto/xf86driproto/ChangeLog b/x11-proto/xf86driproto/ChangeLog
index db5c6cbcaf9a..359a72b062dc 100644
--- a/x11-proto/xf86driproto/ChangeLog
+++ b/x11-proto/xf86driproto/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xf86driproto
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86driproto/ChangeLog,v 1.63 2014/06/08 09:16:26 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86driproto/ChangeLog,v 1.64 2015/03/03 12:45:14 dlan Exp $
+
+ 03 Mar 2015; Yixun Lan <dlan@gentoo.org> xf86driproto-2.1.1-r1.ebuild:
+ add arm64 support, tested on A53 board
08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> xf86driproto-2.1.1-r1.ebuild:
Stable for arm, wrt bug #500368
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=""