diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-04-03 10:27:43 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-04-03 10:27:43 +0000 |
commit | f1d5667695de00177f3b4a3822cb32cab425381e (patch) | |
tree | 4ba6b4e43ba31a4b8a3b1664a730ccb50007300a /lxqt-base | |
parent | keyword arm/arm64, tested on cortex-a9/cortex-a53 hardware (diff) | |
download | gentoo-2-f1d5667695de00177f3b4a3822cb32cab425381e.tar.gz gentoo-2-f1d5667695de00177f3b4a3822cb32cab425381e.tar.bz2 gentoo-2-f1d5667695de00177f3b4a3822cb32cab425381e.zip |
keyword arm/arm64, tested on cortex-a9/cortex-a53 hardware
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-about/ChangeLog | 5 | ||||
-rw-r--r-- | lxqt-base/lxqt-about/lxqt-about-0.9.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/lxqt-base/lxqt-about/ChangeLog b/lxqt-base/lxqt-about/ChangeLog index 7e0057c773c4..547a755e1cb4 100644 --- a/lxqt-base/lxqt-about/ChangeLog +++ b/lxqt-base/lxqt-about/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for lxqt-base/lxqt-about # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-about/ChangeLog,v 1.6 2015/02/10 17:08:17 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-about/ChangeLog,v 1.7 2015/04/03 10:27:43 dlan Exp $ + + 03 Apr 2015; Yixun Lan <dlan@gentoo.org> lxqt-about-0.9.0.ebuild: + keyword arm/arm64, tested on cortex-a9/cortex-a53 hardware *lxqt-about-0.9.0 (10 Feb 2015) diff --git a/lxqt-base/lxqt-about/lxqt-about-0.9.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-0.9.0.ebuild index 51113533b933..a6180371c06b 100644 --- a/lxqt-base/lxqt-about/lxqt-about-0.9.0.ebuild +++ b/lxqt-base/lxqt-about/lxqt-about-0.9.0.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/lxqt-base/lxqt-about/lxqt-about-0.9.0.ebuild,v 1.1 2015/02/10 17:08:17 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-about/lxqt-about-0.9.0.ebuild,v 1.2 2015/04/03 10:27:43 dlan Exp $ EAPI=5 inherit cmake-utils @@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="http://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi LICENSE="GPL-2 LGPL-2.1+" |