summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-08-08 07:32:49 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-08-08 07:32:49 +0000
commit9549e242b4cdf66217fa61861fba279672dfc8e4 (patch)
treef541baa913ef50f04ce910a8332f67b8a573a11a /dev-python/psutil
parentRemove old. (diff)
downloadgentoo-2-9549e242b4cdf66217fa61861fba279672dfc8e4.tar.gz
gentoo-2-9549e242b4cdf66217fa61861fba279672dfc8e4.tar.bz2
gentoo-2-9549e242b4cdf66217fa61861fba279672dfc8e4.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 'dev-python/psutil')
-rw-r--r--dev-python/psutil/ChangeLog5
-rw-r--r--dev-python/psutil/psutil-1.0.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/psutil/ChangeLog b/dev-python/psutil/ChangeLog
index bf142bc99382..4b669ba86777 100644
--- a/dev-python/psutil/ChangeLog
+++ b/dev-python/psutil/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/psutil
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v 1.22 2013/07/18 00:10:27 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v 1.23 2013/08/08 07:32:49 pinkbyte Exp $
+
+ 08 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> psutil-1.0.1.ebuild:
+ Add ~arm keyword, wrt bug #477832
*psutil-1.0.1 (18 Jul 2013)
diff --git a/dev-python/psutil/psutil-1.0.1.ebuild b/dev-python/psutil/psutil-1.0.1.ebuild
index e2e28cac683f..612b0554e680 100644
--- a/dev-python/psutil/psutil-1.0.1.ebuild
+++ b/dev-python/psutil/psutil-1.0.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/dev-python/psutil/psutil-1.0.1.ebuild,v 1.1 2013/07/18 00:10:27 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.0.1.ebuild,v 1.2 2013/08/08 07:32:49 pinkbyte Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
@@ -13,7 +13,7 @@ SRC_URI="http://psutil.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"