summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-05-29 08:19:08 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-05-29 08:19:08 +0000
commit7e7c2a42e465ee7e3b69326a6022cf0b17a33be1 (patch)
tree120dad34ccde4df2d29c3c535f16a277ffa9c4f5 /lxqt-base
parentAdd ~arm keyword. (diff)
downloadgentoo-2-7e7c2a42e465ee7e3b69326a6022cf0b17a33be1.tar.gz
gentoo-2-7e7c2a42e465ee7e3b69326a6022cf0b17a33be1.tar.bz2
gentoo-2-7e7c2a42e465ee7e3b69326a6022cf0b17a33be1.zip
Add ~arm keyword.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'lxqt-base')
-rw-r--r--lxqt-base/lxqt-globalkeys/ChangeLog5
-rw-r--r--lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.7.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/lxqt-base/lxqt-globalkeys/ChangeLog b/lxqt-base/lxqt-globalkeys/ChangeLog
index dcfd36392448..b191cef38927 100644
--- a/lxqt-base/lxqt-globalkeys/ChangeLog
+++ b/lxqt-base/lxqt-globalkeys/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for lxqt-base/lxqt-globalkeys
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-globalkeys/ChangeLog,v 1.1 2014/05/26 15:30:07 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-globalkeys/ChangeLog,v 1.2 2014/05/29 08:19:08 mrueg Exp $
+
+ 29 May 2014; Manuel Rüger <mrueg@gentoo.org> lxqt-globalkeys-0.7.0.ebuild:
+ Add ~arm keyword.
*lxqt-globalkeys-0.7.0 (26 May 2014)
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.7.0.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.7.0.ebuild
index f6848a32e7fb..f854d934cfe9 100644
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.7.0.ebuild
+++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.7.0.ebuild,v 1.1 2014/05/26 15:30:07 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.7.0.ebuild,v 1.2 2014/05/29 08:19:08 mrueg 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://lxqt.org/downloads/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm ~x86"
S=${WORKDIR}
fi