diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 11:56:51 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 11:56:51 +0000 |
commit | 4526bd00e38f53aa3fc8622795549cb626cbab13 (patch) | |
tree | 8409459b5e36324123479c5b378b19b5e05400a4 /x11-libs/xcb-util-image | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-4526bd00e38f53aa3fc8622795549cb626cbab13.tar.gz gentoo-2-4526bd00e38f53aa3fc8622795549cb626cbab13.tar.bz2 gentoo-2-4526bd00e38f53aa3fc8622795549cb626cbab13.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-image')
-rw-r--r-- | x11-libs/xcb-util-image/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/xcb-util-image/xcb-util-image-0.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/xcb-util-image/ChangeLog b/x11-libs/xcb-util-image/ChangeLog index 2b8464f1b736..76c584483b69 100644 --- a/x11-libs/xcb-util-image/ChangeLog +++ b/x11-libs/xcb-util-image/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/xcb-util-image # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-image/ChangeLog,v 1.30 2015/02/24 08:38:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-image/ChangeLog,v 1.31 2015/03/03 11:56:51 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> xcb-util-image-0.4.0.ebuild: + add arm64 support, tested on A53 board 24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xcb-util-image-0.4.0.ebuild: Stable for alpha, wrt bug #530652 diff --git a/x11-libs/xcb-util-image/xcb-util-image-0.4.0.ebuild b/x11-libs/xcb-util-image/xcb-util-image-0.4.0.ebuild index 8f2ae9e394f9..ec9919d6d417 100644 --- a/x11-libs/xcb-util-image/xcb-util-image-0.4.0.ebuild +++ b/x11-libs/xcb-util-image/xcb-util-image-0.4.0.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-image/xcb-util-image-0.4.0.ebuild,v 1.9 2015/02/24 08:38:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-image/xcb-util-image-0.4.0.ebuild,v 1.10 2015/03/03 11:56:51 dlan Exp $ EAPI=5 @@ -15,7 +15,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-image" 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 ~arm-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 ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}] |