summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-08-08 07:33:32 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-08-08 07:33:32 +0000
commitca52a2c06c2e7ead95ab83ece806c2a5af2310d7 (patch)
treed7255beeb0cb8579e9bec18331786b544c187fe1 /sys-process
parentAdd ~arm keyword, wrt bug #477832 (diff)
downloadgentoo-2-ca52a2c06c2e7ead95ab83ece806c2a5af2310d7.tar.gz
gentoo-2-ca52a2c06c2e7ead95ab83ece806c2a5af2310d7.tar.bz2
gentoo-2-ca52a2c06c2e7ead95ab83ece806c2a5af2310d7.zip
Add ~arm keyword, wrt bug #477832
(Portage version: 2.2.0_alpha193/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/glances/ChangeLog5
-rw-r--r--sys-process/glances/glances-1.6.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/glances/ChangeLog b/sys-process/glances/ChangeLog
index cacccbd162db..63f0ebd0ea38 100644
--- a/sys-process/glances/ChangeLog
+++ b/sys-process/glances/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/glances
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/glances/ChangeLog,v 1.8 2013/08/07 17:05:06 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/glances/ChangeLog,v 1.9 2013/08/08 07:33:32 pinkbyte Exp $
+
+ 08 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> glances-1.6.1.ebuild:
+ Add ~arm keyword, wrt bug #477832
07 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> glances-1.6.1.ebuild:
Keyword amd64-linux and x86-linux
diff --git a/sys-process/glances/glances-1.6.1.ebuild b/sys-process/glances/glances-1.6.1.ebuild
index 281b30536352..bf589a84f686 100644
--- a/sys-process/glances/glances-1.6.1.ebuild
+++ b/sys-process/glances/glances-1.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/glances/glances-1.6.1.ebuild,v 1.3 2013/08/07 17:05:06 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/glances/glances-1.6.1.ebuild,v 1.4 2013/08/08 07:33:32 pinkbyte Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/nicolargo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"