summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-08-08 07:32:51 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-08-08 07:32:51 +0000
commit55730bb5f14ab657347903d15c70b8ca66ae4f3f (patch)
tree1267fa10ee0f24cc4e8c03c9496d31448d479f8f /dev-python/psutil/psutil-1.0.1.ebuild
parentRemove old. (diff)
downloadhistorical-55730bb5f14ab657347903d15c70b8ca66ae4f3f.tar.gz
historical-55730bb5f14ab657347903d15c70b8ca66ae4f3f.tar.bz2
historical-55730bb5f14ab657347903d15c70b8ca66ae4f3f.zip
Add ~arm keyword, wrt bug #477832
Package-Manager: portage-2.2.0_alpha193/cvs/Linux x86_64 Manifest-Sign-Key: 0x1F357D42
Diffstat (limited to 'dev-python/psutil/psutil-1.0.1.ebuild')
-rw-r--r--dev-python/psutil/psutil-1.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
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}]"