diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-04-03 10:27:09 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-04-03 10:27:09 +0000 |
commit | 36b40f5c85641b6488de310da41df2f24273c770 (patch) | |
tree | 03d735c7b560600e1bbca66ce056baad4f34e537 /lxqt-base | |
parent | keyword arm/arm64, tested on cortex-a9/cortex-a53 hardware (diff) | |
download | gentoo-2-36b40f5c85641b6488de310da41df2f24273c770.tar.gz gentoo-2-36b40f5c85641b6488de310da41df2f24273c770.tar.bz2 gentoo-2-36b40f5c85641b6488de310da41df2f24273c770.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/libsysstat/ChangeLog | 5 | ||||
-rw-r--r-- | lxqt-base/libsysstat/libsysstat-0.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/lxqt-base/libsysstat/ChangeLog b/lxqt-base/libsysstat/ChangeLog index 97a65fa35bbe..ecee5c492eb5 100644 --- a/lxqt-base/libsysstat/ChangeLog +++ b/lxqt-base/libsysstat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for lxqt-base/libsysstat # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/libsysstat/ChangeLog,v 1.5 2015/02/10 14:54:29 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/libsysstat/ChangeLog,v 1.6 2015/04/03 10:27:09 dlan Exp $ + + 03 Apr 2015; Yixun Lan <dlan@gentoo.org> libsysstat-0.3.0.ebuild: + keyword arm/arm64, tested on cortex-a9/cortex-a53 hardware *libsysstat-0.3.0 (10 Feb 2015) diff --git a/lxqt-base/libsysstat/libsysstat-0.3.0.ebuild b/lxqt-base/libsysstat/libsysstat-0.3.0.ebuild index 5322d4080e13..3d9fb3b6291a 100644 --- a/lxqt-base/libsysstat/libsysstat-0.3.0.ebuild +++ b/lxqt-base/libsysstat/libsysstat-0.3.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/libsysstat/libsysstat-0.3.0.ebuild,v 1.1 2015/02/10 14:54:29 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/libsysstat/libsysstat-0.3.0.ebuild,v 1.2 2015/04/03 10:27:09 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/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi LICENSE="GPL-2 LGPL-2.1+" |