diff options
author | 2015-04-15 06:52:00 +0000 | |
---|---|---|
committer | 2015-04-15 06:52:00 +0000 | |
commit | cd02a9d706adf3e9b1b8dab058ef96bd803f77a4 (patch) | |
tree | 7e652633b2e208304b7532c03e96c6d55f19d85b /lxqt-base/lxqt-panel/lxqt-panel-0.9.0.ebuild | |
parent | tidy (diff) | |
download | historical-cd02a9d706adf3e9b1b8dab058ef96bd803f77a4.tar.gz historical-cd02a9d706adf3e9b1b8dab058ef96bd803f77a4.tar.bz2 historical-cd02a9d706adf3e9b1b8dab058ef96bd803f77a4.zip |
keyword arm/arm64, tested on cortex-A9/A53 hardware; support lxqt, bug 528676
Package-Manager: portage-2.2.18/cvs/Linux x86_64
Manifest-Sign-Key: 0xAABEFD55
Diffstat (limited to 'lxqt-base/lxqt-panel/lxqt-panel-0.9.0.ebuild')
-rw-r--r-- | lxqt-base/lxqt-panel/lxqt-panel-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.9.0.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-0.9.0.ebuild index 3d8b11ed76bd..583fc84ccece 100644 --- a/lxqt-base/lxqt-panel/lxqt-panel-0.9.0.ebuild +++ b/lxqt-base/lxqt-panel/lxqt-panel-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-panel/lxqt-panel-0.9.0.ebuild,v 1.3 2015/03/22 06:25:50 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.9.0.ebuild,v 1.4 2015/04/15 06:51: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="GPL-2 LGPL-2.1+" |