diff options
author | 2014-05-29 08:02:34 +0000 | |
---|---|---|
committer | 2014-05-29 08:02:34 +0000 | |
commit | 7b4a29888a787b4c9a294d4acdf9c20097cf7962 (patch) | |
tree | d3321b43cc27fa474b1ae1809e40c5229028d52d /lxqt-base | |
parent | Add ~arm keyword. (diff) | |
download | gentoo-2-7b4a29888a787b4c9a294d4acdf9c20097cf7962.tar.gz gentoo-2-7b4a29888a787b4c9a294d4acdf9c20097cf7962.tar.bz2 gentoo-2-7b4a29888a787b4c9a294d4acdf9c20097cf7962.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-config/ChangeLog | 5 | ||||
-rw-r--r-- | lxqt-base/lxqt-config/lxqt-config-0.7.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/lxqt-base/lxqt-config/ChangeLog b/lxqt-base/lxqt-config/ChangeLog index 0154312da11a..dc914eef5143 100644 --- a/lxqt-base/lxqt-config/ChangeLog +++ b/lxqt-base/lxqt-config/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for lxqt-base/lxqt-config # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-config/ChangeLog,v 1.2 2014/05/27 16:11:45 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-config/ChangeLog,v 1.3 2014/05/29 08:02:34 mrueg Exp $ + + 29 May 2014; Manuel Rüger <mrueg@gentoo.org> lxqt-config-0.7.0-r1.ebuild: + Add ~arm keyword. *lxqt-config-0.7.0-r1 (27 May 2014) diff --git a/lxqt-base/lxqt-config/lxqt-config-0.7.0-r1.ebuild b/lxqt-base/lxqt-config/lxqt-config-0.7.0-r1.ebuild index 0fbf1b4e3be1..0fa522b2da20 100644 --- a/lxqt-base/lxqt-config/lxqt-config-0.7.0-r1.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-0.7.0-r1.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-config/lxqt-config-0.7.0-r1.ebuild,v 1.1 2014/05/27 16:11:45 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-config/lxqt-config-0.7.0-r1.ebuild,v 1.2 2014/05/29 08:02:34 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 |