summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2015-03-03 12:50:26 +0000
committerYixun Lan <dlan@gentoo.org>2015-03-03 12:50:26 +0000
commit1df330139bf448c37b6e555e890df913c5afc295 (patch)
tree244a1fab58be2ab3f9086257dac0ff0ff9ca2146 /x11-proto
parentadd arm64 support, tested on A53 board (diff)
downloadgentoo-2-1df330139bf448c37b6e555e890df913c5afc295.tar.gz
gentoo-2-1df330139bf448c37b6e555e890df913c5afc295.tar.bz2
gentoo-2-1df330139bf448c37b6e555e890df913c5afc295.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/xineramaproto/ChangeLog7
-rw-r--r--x11-proto/xineramaproto/xineramaproto-1.2.1-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-proto/xineramaproto/ChangeLog b/x11-proto/xineramaproto/ChangeLog
index 7335a34bd86b..87c026f3dd2f 100644
--- a/x11-proto/xineramaproto/ChangeLog
+++ b/x11-proto/xineramaproto/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xineramaproto
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xineramaproto/ChangeLog,v 1.62 2013/10/08 05:10:07 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xineramaproto/ChangeLog,v 1.63 2015/03/03 12:50:26 dlan Exp $
+
+ 03 Mar 2015; Yixun Lan <dlan@gentoo.org> xineramaproto-1.2.1-r1.ebuild:
+ add arm64 support, tested on A53 board
08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xineramaproto-1.2.1-r1.ebuild:
Stable for x86, wrt bug #475480
diff --git a/x11-proto/xineramaproto/xineramaproto-1.2.1-r1.ebuild b/x11-proto/xineramaproto/xineramaproto-1.2.1-r1.ebuild
index e511267d907f..60f302609798 100644
--- a/x11-proto/xineramaproto/xineramaproto-1.2.1-r1.ebuild
+++ b/x11-proto/xineramaproto/xineramaproto-1.2.1-r1.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/xineramaproto/xineramaproto-1.2.1-r1.ebuild,v 1.10 2013/10/08 05:10:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xineramaproto/xineramaproto-1.2.1-r1.ebuild,v 1.11 2015/03/03 12:50:26 dlan Exp $
EAPI=5
@@ -9,7 +9,7 @@ inherit xorg-2
DESCRIPTION="X.Org Xinerama protocol headers"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~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 ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="!<x11-libs/libXinerama-1.0.99.1"