diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:59:33 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:59:33 +0000 |
commit | f4e346b8449de63779fb2680df8e632704347140 (patch) | |
tree | 7ac127ad3e2a5a87f374e2c06561b9903deea980 /xfce-base | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-f4e346b8449de63779fb2680df8e632704347140.tar.gz gentoo-2-f4e346b8449de63779fb2680df8e632704347140.tar.bz2 gentoo-2-f4e346b8449de63779fb2680df8e632704347140.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 'xfce-base')
-rw-r--r-- | xfce-base/exo/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-base/exo/exo-0.10.2-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/xfce-base/exo/ChangeLog b/xfce-base/exo/ChangeLog index 4e0cd4aad9be..f2d81571bb1c 100644 --- a/xfce-base/exo/ChangeLog +++ b/xfce-base/exo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/exo -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.110 2014/07/18 20:02:27 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.111 2015/03/03 12:59:33 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> exo-0.10.2-r1.ebuild: + add arm64 support, tested on A53 board 18 Jul 2014; Samuli Suominen <ssuominen@gentoo.org> -exo-0.10.2.ebuild: old diff --git a/xfce-base/exo/exo-0.10.2-r1.ebuild b/xfce-base/exo/exo-0.10.2-r1.ebuild index 170bb9d54565..fa0641750184 100644 --- a/xfce-base/exo/exo-0.10.2-r1.ebuild +++ b/xfce-base/exo/exo-0.10.2-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/xfce-base/exo/exo-0.10.2-r1.ebuild,v 1.9 2014/07/18 19:56:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.10.2-r1.ebuild,v 1.10 2015/03/03 12:59:33 dlan Exp $ EAPI=5 inherit xfconf @@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="debug" RDEPEND=">=dev-lang/perl-5.6 |