diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:26:44 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:26:44 +0000 |
commit | 868c0c56bf861299323c8160aa138ca061851d31 (patch) | |
tree | 5b1292a65c071e41d9a5b9c8cd08a0f6120ea5a8 /x11-proto | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-868c0c56bf861299323c8160aa138ca061851d31.tar.gz gentoo-2-868c0c56bf861299323c8160aa138ca061851d31.tar.bz2 gentoo-2-868c0c56bf861299323c8160aa138ca061851d31.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/fixesproto/ChangeLog | 7 | ||||
-rw-r--r-- | x11-proto/fixesproto/fixesproto-5.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-proto/fixesproto/ChangeLog b/x11-proto/fixesproto/ChangeLog index 154ec4c2ab11..248cea90a4ca 100644 --- a/x11-proto/fixesproto/ChangeLog +++ b/x11-proto/fixesproto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-proto/fixesproto -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/fixesproto/ChangeLog,v 1.67 2014/06/18 21:17:59 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/fixesproto/ChangeLog,v 1.68 2015/03/03 12:26:44 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> fixesproto-5.0-r1.ebuild: + add arm64 support, tested on A53 board 18 Jun 2014; Michał Górny <mgorny@gentoo.org> fixesproto-5.0-r1.ebuild: Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug diff --git a/x11-proto/fixesproto/fixesproto-5.0-r1.ebuild b/x11-proto/fixesproto/fixesproto-5.0-r1.ebuild index df09c4b23d92..45faf5834f48 100644 --- a/x11-proto/fixesproto/fixesproto-5.0-r1.ebuild +++ b/x11-proto/fixesproto/fixesproto-5.0-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/fixesproto/fixesproto-5.0-r1.ebuild,v 1.11 2014/06/18 21:17:59 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/fixesproto/fixesproto-5.0-r1.ebuild,v 1.12 2015/03/03 12:26:44 dlan Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit xorg-2 DESCRIPTION="X.Org Fixes protocol headers" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" RDEPEND=">=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]" |