diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 11:55:30 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 11:55:30 +0000 |
commit | d05a53d8e5b2c099889e15f309941eeff5f02530 (patch) | |
tree | 8ded729170e115f7184f803242eeab6469334b4b /x11-libs/xcb-util-cursor | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-d05a53d8e5b2c099889e15f309941eeff5f02530.tar.gz gentoo-2-d05a53d8e5b2c099889e15f309941eeff5f02530.tar.bz2 gentoo-2-d05a53d8e5b2c099889e15f309941eeff5f02530.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/xcb-util-cursor')
-rw-r--r-- | x11-libs/xcb-util-cursor/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/xcb-util-cursor/ChangeLog b/x11-libs/xcb-util-cursor/ChangeLog index 275593496dcd..64a5c6f81bea 100644 --- a/x11-libs/xcb-util-cursor/ChangeLog +++ b/x11-libs/xcb-util-cursor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/xcb-util-cursor # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-cursor/ChangeLog,v 1.21 2015/02/24 08:38:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-cursor/ChangeLog,v 1.22 2015/03/03 11:55:30 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> xcb-util-cursor-0.1.1-r1.ebuild: + add arm64 support, tested on A53 board 24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xcb-util-cursor-0.1.1-r1.ebuild: diff --git a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.1-r1.ebuild b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.1-r1.ebuild index efb069333317..a49051b4bb94 100644 --- a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.1-r1.ebuild +++ b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.1-r1.ebuild,v 1.10 2015/02/24 08:38:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.1-r1.ebuild,v 1.11 2015/03/03 11:55:30 dlan Exp $ EAPI=5 @@ -16,7 +16,7 @@ EGIT_HAS_SUBMODULES=yes DESCRIPTION="X C-language Bindings sample implementations" HOMEPAGE="http://xcb.freedesktop.org/" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" RDEPEND=">=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}] |