diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 08:01:17 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 08:01:17 +0000 |
commit | 6ad35808b24067f2b48ecf737a4050d71280ab20 (patch) | |
tree | 7596131bf0a00503b6e83dfd59a528a4cc2c4236 /lxde-base | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-6ad35808b24067f2b48ecf737a4050d71280ab20.tar.gz gentoo-2-6ad35808b24067f2b48ecf737a4050d71280ab20.tar.bz2 gentoo-2-6ad35808b24067f2b48ecf737a4050d71280ab20.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 'lxde-base')
-rw-r--r-- | lxde-base/lxde-common/ChangeLog | 7 | ||||
-rw-r--r-- | lxde-base/lxde-common/lxde-common-0.5.5-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/lxde-base/lxde-common/ChangeLog b/lxde-base/lxde-common/ChangeLog index 4b2dd4f9eeb7..2d3435dd988d 100644 --- a/lxde-base/lxde-common/ChangeLog +++ b/lxde-base/lxde-common/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for lxde-base/lxde-common -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.39 2013/02/23 02:20:39 zmedico Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.40 2015/03/03 08:01:17 dlan Exp $ + + 02 Mar 2015; Yixun Lan <dlan@gentoo.org> lxde-common-0.5.5-r3.ebuild: + add arm64 support, tested on A53 board 23 Feb 2013; Zac Medico <zmedico@gentoo.org> lxde-common-0.5.5-r3.ebuild: Add ~arm-linux and ~x86-linux keywords. diff --git a/lxde-base/lxde-common/lxde-common-0.5.5-r3.ebuild b/lxde-base/lxde-common/lxde-common-0.5.5-r3.ebuild index 458b479fe8e2..29fd36c52a0e 100644 --- a/lxde-base/lxde-common/lxde-common-0.5.5-r3.ebuild +++ b/lxde-base/lxde-common/lxde-common-0.5.5-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.5-r3.ebuild,v 1.2 2013/02/23 02:20:39 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.5-r3.ebuild,v 1.3 2015/03/03 08:01:17 dlan Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ppc x86 ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~arm-linux ~x86-linux" IUSE="" RDEPEND="x11-libs/gtk+:2" |