diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:15:46 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:15:46 +0000 |
commit | 464811057ad192517d3b66cc51ddc0be7fa7e427 (patch) | |
tree | 54ee94d43fdcfb05d6f0ced5f2319b45ef31705c /x11-misc | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-464811057ad192517d3b66cc51ddc0be7fa7e427.tar.gz gentoo-2-464811057ad192517d3b66cc51ddc0be7fa7e427.tar.bz2 gentoo-2-464811057ad192517d3b66cc51ddc0be7fa7e427.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-misc')
-rw-r--r-- | x11-misc/xkeyboard-config/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xkeyboard-config/xkeyboard-config-2.13.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-misc/xkeyboard-config/ChangeLog b/x11-misc/xkeyboard-config/ChangeLog index c3987108008b..388e15b00b9e 100644 --- a/x11-misc/xkeyboard-config/ChangeLog +++ b/x11-misc/xkeyboard-config/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xkeyboard-config # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.212 2015/02/24 08:38:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.213 2015/03/03 12:15:46 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> xkeyboard-config-2.13.ebuild: + add arm64 support, tested on A53 board 24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xkeyboard-config-2.14.ebuild: Stable for alpha, wrt bug #530652 diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.13.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.13.ebuild index 7ac04eb0142c..85e7b35ea46a 100644 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.13.ebuild +++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.13.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-misc/xkeyboard-config/xkeyboard-config-2.13.ebuild,v 1.1 2014/11/04 16:56:31 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.13.ebuild,v 1.2 2015/03/03 12:15:46 dlan Exp $ EAPI=5 @@ -13,7 +13,7 @@ DESCRIPTION="X keyboard configuration database" HOMEPAGE="http://www.freedesktop.org/wiki/Software/XKeyboardConfig" [[ ${PV} == *9999* ]] || SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/data/${PN}/${P}.tar.bz2" -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 ~x86-macos ~sparc-solaris ~x86-solaris" +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 ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" LICENSE="MIT" |