diff options
author | 2015-04-03 10:32:39 +0000 | |
---|---|---|
committer | 2015-04-03 10:32:39 +0000 | |
commit | 841054e6de25e1488043d4c002da1c245a9a6174 (patch) | |
tree | c884584bfd29cb113b3b24e675125ef9de29bd33 /lxqt-base | |
parent | keyword arm/arm64, tested on cortex-a9/cortex-a53 hardware (diff) | |
download | gentoo-2-841054e6de25e1488043d4c002da1c245a9a6174.tar.gz gentoo-2-841054e6de25e1488043d4c002da1c245a9a6174.tar.bz2 gentoo-2-841054e6de25e1488043d4c002da1c245a9a6174.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)
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-qtplugin/ChangeLog | 5 | ||||
-rw-r--r-- | lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.9.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/lxqt-base/lxqt-qtplugin/ChangeLog b/lxqt-base/lxqt-qtplugin/ChangeLog index 401c7609d886..3933abf79ce2 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-qtplugin/ChangeLog,v 1.6 2015/02/10 17:13:19 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-qtplugin/ChangeLog,v 1.7 2015/04/03 10:32:39 dlan Exp $ + + 03 Apr 2015; Yixun Lan <dlan@gentoo.org> lxqt-qtplugin-0.9.0.ebuild: + keyword arm/arm64, tested on cortex-a9/cortex-a53 hardware *lxqt-qtplugin-0.9.0 (10 Feb 2015) diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.9.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.9.0.ebuild index 8ac20c398052..77f725547c23 100644 --- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.9.0.ebuild +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-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-qtplugin/lxqt-qtplugin-0.9.0.ebuild,v 1.1 2015/02/10 17:13:19 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.9.0.ebuild,v 1.2 2015/04/03 10:32:39 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="LGPL-2.1+" |