diff options
author | Markus Meier <maekke@gentoo.org> | 2014-05-15 20:02:20 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-05-15 20:02:20 +0000 |
commit | e31cca085acd0e9a97996cec43b93ab49df75353 (patch) | |
tree | d21ca8a8d6aa2feb69c1283500b0cc89469fc3ac /dev-python/ndg-httpsclient | |
parent | arm stable, bug #509830 (diff) | |
download | gentoo-2-e31cca085acd0e9a97996cec43b93ab49df75353.tar.gz gentoo-2-e31cca085acd0e9a97996cec43b93ab49df75353.tar.bz2 gentoo-2-e31cca085acd0e9a97996cec43b93ab49df75353.zip |
add ~arm, bug #509628
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/ndg-httpsclient')
-rw-r--r-- | dev-python/ndg-httpsclient/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/ndg-httpsclient/ChangeLog b/dev-python/ndg-httpsclient/ChangeLog index 84b0944631e9..005bf9907ad8 100644 --- a/dev-python/ndg-httpsclient/ChangeLog +++ b/dev-python/ndg-httpsclient/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ndg-httpsclient # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ndg-httpsclient/ChangeLog,v 1.3 2014/03/31 21:17:29 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ndg-httpsclient/ChangeLog,v 1.4 2014/05/15 20:02:20 maekke Exp $ + + 15 May 2014; Markus Meier <maekke@gentoo.org> ndg-httpsclient-0.3.2.ebuild: + add ~arm, bug #509628 31 Mar 2014; Michał Górny <mgorny@gentoo.org> ndg-httpsclient-0.3.2.ebuild: Add support for the new PyPy slotting. diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild b/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild index b663991ec34f..495543a5cd8f 100644 --- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild +++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild,v 1.3 2014/03/31 21:17:29 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild,v 1.4 2014/05/15 20:02:20 maekke Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/-/_}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~x86" IUSE="" RDEPEND="dev-python/pyopenssl[${PYTHON_USEDEP}]" |