summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Klimaszewski <steev@gentoo.org>2012-07-25 17:57:50 +0000
committerStephen Klimaszewski <steev@gentoo.org>2012-07-25 17:57:50 +0000
commit7a264dcabfbeb679d8708c6ca1172e9475f67f6d (patch)
treed6b71aa5bd458c40a054ab71e6681f4397a3ee8e /dev-python
parentVersion bumps (diff)
downloadgentoo-2-7a264dcabfbeb679d8708c6ca1172e9475f67f6d.tar.gz
gentoo-2-7a264dcabfbeb679d8708c6ca1172e9475f67f6d.tar.bz2
gentoo-2-7a264dcabfbeb679d8708c6ca1172e9475f67f6d.zip
Add ~arm keywording. Tested on an mx51 and mx6.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyusb/ChangeLog7
-rw-r--r--dev-python/pyusb/pyusb-1.0.0_alpha1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pyusb/ChangeLog b/dev-python/pyusb/ChangeLog
index 21168452a8fc..7e9d0a3788a3 100644
--- a/dev-python/pyusb/ChangeLog
+++ b/dev-python/pyusb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyusb
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v 1.9 2011/03/05 21:30:55 josejx Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v 1.10 2012/07/25 17:57:50 steev Exp $
+
+ 25 Jul 2012; Steev Klimaszewski <steev@gentoo.org> pyusb-1.0.0_alpha1.ebuild:
+ Add ~arm keywording. Tested on an mx51 and mx6.
*pyusb-1.0.0_alpha1 (05 Mar 2011)
*pyusb-0.4.3 (05 Mar 2011)
diff --git a/dev-python/pyusb/pyusb-1.0.0_alpha1.ebuild b/dev-python/pyusb/pyusb-1.0.0_alpha1.ebuild
index 5bc457fd3442..d3b401bbf8ef 100644
--- a/dev-python/pyusb/pyusb-1.0.0_alpha1.ebuild
+++ b/dev-python/pyusb/pyusb-1.0.0_alpha1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/pyusb-1.0.0_alpha1.ebuild,v 1.2 2011/03/05 22:21:06 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/pyusb-1.0.0_alpha1.ebuild,v 1.3 2012/07/25 17:57:50 steev Exp $
EAPI="3"
PYTHON_DEPEND="*:2.5"
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE=""
### This version is compatible with both 0.X and 1.X versions of libusb