diff options
author | Markus Meier <maekke@gentoo.org> | 2013-05-16 17:17:55 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-05-16 17:17:55 +0000 |
commit | 8c18abbb6ca7cf27723dad83d237b72647879b60 (patch) | |
tree | 520bc335ab1cbff4206ce065004e23b6f4eee2d2 /dev-python/requests | |
parent | add ~arm, bug #447650 (diff) | |
download | gentoo-2-8c18abbb6ca7cf27723dad83d237b72647879b60.tar.gz gentoo-2-8c18abbb6ca7cf27723dad83d237b72647879b60.tar.bz2 gentoo-2-8c18abbb6ca7cf27723dad83d237b72647879b60.zip |
add ~arm, bug #447650
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/requests')
-rw-r--r-- | dev-python/requests/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/requests/requests-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/requests/ChangeLog b/dev-python/requests/ChangeLog index f3df6e816064..97c2195b482b 100644 --- a/dev-python/requests/ChangeLog +++ b/dev-python/requests/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/requests # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.37 2013/04/29 05:38:29 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.38 2013/05/16 17:17:55 maekke Exp $ + + 16 May 2013; Markus Meier <maekke@gentoo.org> requests-1.2.0.ebuild: + add ~arm, bug #447650 29 Apr 2013; Ian Delaney <idella4@gentoo.org> requests-1.2.0.ebuild: pypy support added diff --git a/dev-python/requests/requests-1.2.0.ebuild b/dev-python/requests/requests-1.2.0.ebuild index 375302b609c4..fb3e604bd690 100644 --- a/dev-python/requests/requests-1.2.0.ebuild +++ b/dev-python/requests/requests-1.2.0.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/requests/requests-1.2.0.ebuild,v 1.2 2013/04/29 05:38:29 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-1.2.0.ebuild,v 1.3 2013/05/16 17:17:55 maekke Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="test" # bundles dev-python/urllib3 snapshot |