diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-09-24 09:33:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-09-24 09:33:10 +0000 |
commit | 3dca70d4736b8ac7c070d42e78223f1fcc247ced (patch) | |
tree | 06f8d19420557dba9e558f8cc1a54d0a55e67f15 /dev-python/ndg-httpsclient | |
parent | Stable for ppc64, wrt bug #513278 (diff) | |
download | gentoo-2-3dca70d4736b8ac7c070d42e78223f1fcc247ced.tar.gz gentoo-2-3dca70d4736b8ac7c070d42e78223f1fcc247ced.tar.bz2 gentoo-2-3dca70d4736b8ac7c070d42e78223f1fcc247ced.zip |
Stable for ppc64, wrt bug #513278
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
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 f6796ed92576..78f1e539649f 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.17 2014/09/24 09:32:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ndg-httpsclient/ChangeLog,v 1.18 2014/09/24 09:33:10 ago Exp $ + + 24 Sep 2014; Agostino Sarubbo <ago@gentoo.org> ndg-httpsclient-0.3.2.ebuild: + Stable for ppc64, wrt bug #513278 24 Sep 2014; Agostino Sarubbo <ago@gentoo.org> ndg-httpsclient-0.3.2.ebuild: Stable for ppc, wrt bug #513278 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 9ab26abf192b..630e98db1023 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.17 2014/09/24 09:32:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild,v 1.18 2014/09/24 09:33:10 ago 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="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos" IUSE="" RDEPEND="dev-python/pyopenssl[${PYTHON_USEDEP}]" |