summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2015-03-03 11:47:05 +0000
committerYixun Lan <dlan@gentoo.org>2015-03-03 11:47:05 +0000
commit922b906025217d6336e68d6cbf1a889ccb286db7 (patch)
tree62045c9364b044c84be991f885e6a4efd97c5242 /x11-libs/libxshmfence
parentadd arm64 support, tested on A53 board (diff)
downloadgentoo-2-922b906025217d6336e68d6cbf1a889ccb286db7.tar.gz
gentoo-2-922b906025217d6336e68d6cbf1a889ccb286db7.tar.bz2
gentoo-2-922b906025217d6336e68d6cbf1a889ccb286db7.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-libs/libxshmfence')
-rw-r--r--x11-libs/libxshmfence/ChangeLog5
-rw-r--r--x11-libs/libxshmfence/libxshmfence-1.1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/libxshmfence/ChangeLog b/x11-libs/libxshmfence/ChangeLog
index 3f39d024e6d6..3379833c3d2e 100644
--- a/x11-libs/libxshmfence/ChangeLog
+++ b/x11-libs/libxshmfence/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libxshmfence
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxshmfence/ChangeLog,v 1.25 2015/02/24 08:38:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxshmfence/ChangeLog,v 1.26 2015/03/03 11:47:05 dlan Exp $
+
+ 03 Mar 2015; Yixun Lan <dlan@gentoo.org> libxshmfence-1.1.ebuild:
+ add arm64 support, tested on A53 board
24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libxshmfence-1.2.ebuild:
Stable for alpha, wrt bug #530652
diff --git a/x11-libs/libxshmfence/libxshmfence-1.1.ebuild b/x11-libs/libxshmfence/libxshmfence-1.1.ebuild
index 29142572ecfa..9c688ca496b6 100644
--- a/x11-libs/libxshmfence/libxshmfence-1.1.ebuild
+++ b/x11-libs/libxshmfence/libxshmfence-1.1.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-libs/libxshmfence/libxshmfence-1.1.ebuild,v 1.14 2014/06/18 21:11:40 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxshmfence/libxshmfence-1.1.ebuild,v 1.15 2015/03/03 11:47:05 dlan Exp $
EAPI=5
XORG_MULTILIB=yes
@@ -8,7 +8,7 @@ inherit xorg-2
DESCRIPTION="Shared memory fences using futexes"
-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=""