summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2012-05-28 17:58:22 +0000
committerMarkus Meier <maekke@gentoo.org>2012-05-28 17:58:22 +0000
commitcbd1ffdcc1d40f370111cccbd69cc1a21d0e4c27 (patch)
treecde16a6b7bdd9c97298ac1d073f92e2679d54ff8 /dev-python/requests
parentadd ~arm, bug #415187 (diff)
downloadgentoo-2-cbd1ffdcc1d40f370111cccbd69cc1a21d0e4c27.tar.gz
gentoo-2-cbd1ffdcc1d40f370111cccbd69cc1a21d0e4c27.tar.bz2
gentoo-2-cbd1ffdcc1d40f370111cccbd69cc1a21d0e4c27.zip
add ~arm, bug #415187
(Portage version: 2.1.10.62/cvs/Linux i686)
Diffstat (limited to 'dev-python/requests')
-rw-r--r--dev-python/requests/ChangeLog5
-rw-r--r--dev-python/requests/requests-0.12.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/requests/ChangeLog b/dev-python/requests/ChangeLog
index e6b231dd509e..bf1fffba33fb 100644
--- a/dev-python/requests/ChangeLog
+++ b/dev-python/requests/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/requests
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.10 2012/05/08 23:06:57 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.11 2012/05/28 17:58:22 maekke Exp $
+
+ 28 May 2012; Markus Meier <maekke@gentoo.org> requests-0.12.1.ebuild:
+ add ~arm, bug #415187
08 May 2012; Mike Gilbert <floppym@gentoo.org> requests-0.12.1.ebuild:
Depend on dev-python/oauthlib for bug 415173 by candrews. Drop arm keyword due
diff --git a/dev-python/requests/requests-0.12.1.ebuild b/dev-python/requests/requests-0.12.1.ebuild
index b95f7c2ac963..197bfafd2986 100644
--- a/dev-python/requests/requests-0.12.1.ebuild
+++ b/dev-python/requests/requests-0.12.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-0.12.1.ebuild,v 1.2 2012/05/08 23:06:57 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-0.12.1.ebuild,v 1.3 2012/05/28 17:58:22 maekke Exp $
EAPI="4"
PYTHON_DEPEND="*:2.6"
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DEPEND="dev-python/setuptools"