summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2015-04-15 06:47:53 +0000
committerYixun Lan <dlan@gentoo.org>2015-04-15 06:47:53 +0000
commit1ca97cc9f50355e7275d4321b6d2904bb382123b (patch)
tree3f12debe2cc6b62428fd75303eb1c54c5e1c9df0 /lxqt-base
parentrestore arm keyword, bug 528676 (diff)
downloadgentoo-2-1ca97cc9f50355e7275d4321b6d2904bb382123b.tar.gz
gentoo-2-1ca97cc9f50355e7275d4321b6d2904bb382123b.tar.bz2
gentoo-2-1ca97cc9f50355e7275d4321b6d2904bb382123b.zip
restore arm keyword, bug 528676
(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-policykit/ChangeLog5
-rw-r--r--lxqt-base/lxqt-policykit/lxqt-policykit-0.9.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/lxqt-base/lxqt-policykit/ChangeLog b/lxqt-base/lxqt-policykit/ChangeLog
index f429d9901be1..1d8d655d153b 100644
--- a/lxqt-base/lxqt-policykit/ChangeLog
+++ b/lxqt-base/lxqt-policykit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for lxqt-base/lxqt-policykit
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-policykit/ChangeLog,v 1.10 2015/04/03 18:21:47 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-policykit/ChangeLog,v 1.11 2015/04/15 06:47:53 dlan Exp $
+
+ 15 Apr 2015; Yixun Lan <dlan@gentoo.org> lxqt-policykit-0.9.0.ebuild:
+ restore arm keyword, bug 528676
03 Apr 2015; Michael Palimaka <kensington@gentoo.org>
lxqt-policykit-0.9.0.ebuild:
diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-0.9.0.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-0.9.0.ebuild
index 6792c0f33c62..2e2e9b3ce603 100644
--- a/lxqt-base/lxqt-policykit/lxqt-policykit-0.9.0.ebuild
+++ b/lxqt-base/lxqt-policykit/lxqt-policykit-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-policykit/lxqt-policykit-0.9.0.ebuild,v 1.3 2015/04/03 18:21:47 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-policykit/lxqt-policykit-0.9.0.ebuild,v 1.4 2015/04/15 06:47:53 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 ~arm64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
LICENSE="GPL-2 LGPL-2.1+"