summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2015-04-03 10:26:37 +0000
committerYixun Lan <dlan@gentoo.org>2015-04-03 10:26:37 +0000
commit61ce7f6ce31bb41d3bdf466ef5aadeb96ab5695e (patch)
tree1f20c94828eaff9258791195e8487c4aad9e4e50
parentBump options to 1.2.1.1 (diff)
downloadgentoo-2-61ce7f6ce31bb41d3bdf466ef5aadeb96ab5695e.tar.gz
gentoo-2-61ce7f6ce31bb41d3bdf466ef5aadeb96ab5695e.tar.bz2
gentoo-2-61ce7f6ce31bb41d3bdf466ef5aadeb96ab5695e.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)
-rw-r--r--lxqt-base/liblxqt-mount/ChangeLog5
-rw-r--r--lxqt-base/liblxqt-mount/liblxqt-mount-0.9.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/lxqt-base/liblxqt-mount/ChangeLog b/lxqt-base/liblxqt-mount/ChangeLog
index 85d1b365c590..faff88d9bcbc 100644
--- a/lxqt-base/liblxqt-mount/ChangeLog
+++ b/lxqt-base/liblxqt-mount/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for lxqt-base/liblxqt-mount
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxqt-base/liblxqt-mount/ChangeLog,v 1.6 2015/02/10 17:07:59 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxqt-base/liblxqt-mount/ChangeLog,v 1.7 2015/04/03 10:26:37 dlan Exp $
+
+ 03 Apr 2015; Yixun Lan <dlan@gentoo.org> liblxqt-mount-0.9.0.ebuild:
+ keyword arm/arm64, tested on cortex-a9/cortex-a53 hardware
*liblxqt-mount-0.9.0 (10 Feb 2015)
diff --git a/lxqt-base/liblxqt-mount/liblxqt-mount-0.9.0.ebuild b/lxqt-base/liblxqt-mount/liblxqt-mount-0.9.0.ebuild
index 8b8edb9d49e0..efa90e79d0c7 100644
--- a/lxqt-base/liblxqt-mount/liblxqt-mount-0.9.0.ebuild
+++ b/lxqt-base/liblxqt-mount/liblxqt-mount-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/liblxqt-mount/liblxqt-mount-0.9.0.ebuild,v 1.1 2015/02/10 17:07:59 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxqt-base/liblxqt-mount/liblxqt-mount-0.9.0.ebuild,v 1.2 2015/04/03 10:26:37 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+"