diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-08-11 13:15:02 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-08-11 13:15:02 +0000 |
commit | fcbc7ad27731818fd7738c6922b6289d8acc318f (patch) | |
tree | 76163e1af9a3b58ce5c17167892ae48d8ce58844 /dev-python | |
parent | Masked sci-libs/mccp4 for removal (diff) | |
download | gentoo-2-fcbc7ad27731818fd7738c6922b6289d8acc318f.tar.gz gentoo-2-fcbc7ad27731818fd7738c6922b6289d8acc318f.tar.bz2 gentoo-2-fcbc7ad27731818fd7738c6922b6289d8acc318f.zip |
Marked ~hppa too.
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-python')
-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 5bd0e26b9c58..49816dbc0b47 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ndg-httpsclient/ChangeLog,v 1.1 2013/08/09 03:20:39 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ndg-httpsclient/ChangeLog,v 1.2 2013/08/11 13:15:02 jer Exp $ + + 11 Aug 2013; Jeroen Roovers <jer@gentoo.org> ndg-httpsclient-0.3.2.ebuild: + Marked ~hppa too. *ndg-httpsclient-0.3.2 (09 Aug 2013) 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 84404eba69da..123f50467031 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-2013 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.1 2013/08/09 03:20:39 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild,v 1.2 2013/08/11 13:15:02 jer Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/-/_}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~hppa ~x86" IUSE="" RDEPEND="dev-python/pyopenssl[${PYTHON_USEDEP}]" |