summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-05-29 08:03:19 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-05-29 08:03:19 +0000
commitafb2679badde33e6dd2cb2e50d861b86a21e9895 (patch)
treec20fff03f05d5a9710b19614f6a96091279ddc0b /lxqt-base
parentAdd ~arm keyword. (diff)
downloadgentoo-2-afb2679badde33e6dd2cb2e50d861b86a21e9895.tar.gz
gentoo-2-afb2679badde33e6dd2cb2e50d861b86a21e9895.tar.bz2
gentoo-2-afb2679badde33e6dd2cb2e50d861b86a21e9895.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-qtplugin/ChangeLog5
-rw-r--r--lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.7.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/lxqt-base/lxqt-qtplugin/ChangeLog b/lxqt-base/lxqt-qtplugin/ChangeLog
index 7116a52bf0cb..8a55ea506bd2 100644
--- a/lxqt-base/lxqt-qtplugin/ChangeLog
+++ b/lxqt-base/lxqt-qtplugin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for lxqt-base/lxqt-qtplugin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-qtplugin/ChangeLog,v 1.1 2014/05/25 11:45:45 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-qtplugin/ChangeLog,v 1.2 2014/05/29 08:03:19 mrueg Exp $
+
+ 29 May 2014; Manuel Rüger <mrueg@gentoo.org> lxqt-qtplugin-0.7.0.ebuild:
+ Add ~arm keyword.
*lxqt-qtplugin-0.7.0 (25 May 2014)
diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.7.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.7.0.ebuild
index 9561f11148d2..d6fda4b8c2c3 100644
--- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.7.0.ebuild
+++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-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-qtplugin/lxqt-qtplugin-0.7.0.ebuild,v 1.1 2014/05/25 11:45:45 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.7.0.ebuild,v 1.2 2014/05/29 08:03:19 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"
fi
LICENSE="LGPL-2.1+"