diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-04-15 05:03:56 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-04-15 05:03:56 +0000 |
commit | 230dfb3ebacbd08e239f51c3d43b7f0789af964a (patch) | |
tree | f8aa7dc0dd5816ce5beb6af63a36f09d3a31500c /lxqt-base | |
parent | keyword arm/arm64, tested on cortex-A9/A53 hardware; support lxqt, bug 528676 (diff) | |
download | gentoo-2-230dfb3ebacbd08e239f51c3d43b7f0789af964a.tar.gz gentoo-2-230dfb3ebacbd08e239f51c3d43b7f0789af964a.tar.bz2 gentoo-2-230dfb3ebacbd08e239f51c3d43b7f0789af964a.zip |
keyword arm/arm64, tested on cortex-A9/A53 hardware; support lxqt, 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-common/ChangeLog | 5 | ||||
-rw-r--r-- | lxqt-base/lxqt-common/lxqt-common-0.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/lxqt-base/lxqt-common/ChangeLog b/lxqt-base/lxqt-common/ChangeLog index 535708381349..1b4158ec2791 100644 --- a/lxqt-base/lxqt-common/ChangeLog +++ b/lxqt-base/lxqt-common/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for lxqt-base/lxqt-common # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-common/ChangeLog,v 1.7 2015/02/20 11:44:27 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-common/ChangeLog,v 1.8 2015/04/15 05:03:56 dlan Exp $ + + 15 Apr 2015; Yixun Lan <dlan@gentoo.org> lxqt-common-0.9.1.ebuild: + keyword arm/arm64, tested on cortex-A9/A53 hardware; support lxqt, bug 528676 *lxqt-common-0.9.1 (20 Feb 2015) diff --git a/lxqt-base/lxqt-common/lxqt-common-0.9.1.ebuild b/lxqt-base/lxqt-common/lxqt-common-0.9.1.ebuild index a3ad948c8093..2d1e2c836778 100644 --- a/lxqt-base/lxqt-common/lxqt-common-0.9.1.ebuild +++ b/lxqt-base/lxqt-common/lxqt-common-0.9.1.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-common/lxqt-common-0.9.1.ebuild,v 1.1 2015/02/20 11:44:27 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-common/lxqt-common-0.9.1.ebuild,v 1.2 2015/04/15 05:03:56 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+" |