diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 10:38:46 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 10:38:46 +0000 |
commit | 5cc517b31c6466520314686492faa2907961de0a (patch) | |
tree | d2e1426de82eff6c5f19c53ee6e5af3b4c1cbf80 /x11-apps/xauth | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-5cc517b31c6466520314686492faa2907961de0a.tar.gz gentoo-2-5cc517b31c6466520314686492faa2907961de0a.tar.bz2 gentoo-2-5cc517b31c6466520314686492faa2907961de0a.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-apps/xauth')
-rw-r--r-- | x11-apps/xauth/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xauth/xauth-1.0.9-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xauth/ChangeLog b/x11-apps/xauth/ChangeLog index d478d898640e..2cc333867294 100644 --- a/x11-apps/xauth/ChangeLog +++ b/x11-apps/xauth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xauth # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.109 2015/02/24 08:37:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.110 2015/03/03 10:38:46 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> xauth-1.0.9-r1.ebuild: + add arm64 support, tested on A53 board 24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xauth-1.0.9-r1.ebuild: Stable for alpha, wrt bug #530652 diff --git a/x11-apps/xauth/xauth-1.0.9-r1.ebuild b/x11-apps/xauth/xauth-1.0.9-r1.ebuild index 875e0fd2a5b3..08220674d844 100644 --- a/x11-apps/xauth/xauth-1.0.9-r1.ebuild +++ b/x11-apps/xauth/xauth-1.0.9-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-apps/xauth/xauth-1.0.9-r1.ebuild,v 1.9 2015/02/24 08:37:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.9-r1.ebuild,v 1.10 2015/03/03 10:38:46 dlan Exp $ EAPI=4 @@ -8,7 +8,7 @@ inherit autotools-utils xorg-2 DESCRIPTION="X authority file utility" -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 ~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 ~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="ipv6" RDEPEND="x11-libs/libX11 |