diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 10:44:00 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 10:44:00 +0000 |
commit | d7acb004f77f51479da16db1708fcaa33dec1bce (patch) | |
tree | 42756aa18699ee1c81b691152952286699731a01 /x11-apps/xinit | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-d7acb004f77f51479da16db1708fcaa33dec1bce.tar.gz gentoo-2-d7acb004f77f51479da16db1708fcaa33dec1bce.tar.bz2 gentoo-2-d7acb004f77f51479da16db1708fcaa33dec1bce.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/xinit')
-rw-r--r-- | x11-apps/xinit/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xinit/xinit-1.3.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog index 7342bafc411e..d3fe5e660162 100644 --- a/x11-apps/xinit/ChangeLog +++ b/x11-apps/xinit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xinit # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.265 2015/02/24 08:37:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.266 2015/03/03 10:44:00 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> xinit-1.3.3-r1.ebuild: + add arm64 support, tested on A53 board 24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xinit-1.3.3-r1.ebuild: Stable for alpha, wrt bug #530652 diff --git a/x11-apps/xinit/xinit-1.3.3-r1.ebuild b/x11-apps/xinit/xinit-1.3.3-r1.ebuild index 6cccc801f8fe..aa61456cd415 100644 --- a/x11-apps/xinit/xinit-1.3.3-r1.ebuild +++ b/x11-apps/xinit/xinit-1.3.3-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/xinit/xinit-1.3.3-r1.ebuild,v 1.10 2015/02/24 08:37:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.3.3-r1.ebuild,v 1.11 2015/03/03 10:44:00 dlan Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit xorg-2 DESCRIPTION="X Window System initializer" LICENSE="${LICENSE} GPL-2" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="+minimal" RDEPEND=" |