diff options
author | Akinori Hattori <hattya@gentoo.org> | 2014-06-08 17:00:06 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2014-06-08 17:00:06 +0000 |
commit | d0af7986cced34924c0db2df7bd115c6744b77e7 (patch) | |
tree | 0ec59664411e9e691e108ed0925cb676c9831b00 /dev-python/ndg-httpsclient | |
parent | Version bump, bug 508010. Fixes CVE-2014-3153. (diff) | |
download | gentoo-2-d0af7986cced34924c0db2df7bd115c6744b77e7.tar.gz gentoo-2-d0af7986cced34924c0db2df7bd115c6744b77e7.tar.bz2 gentoo-2-d0af7986cced34924c0db2df7bd115c6744b77e7.zip |
keyword ~ia64 wrt bug #509628
(Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key EC917A6D)
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 005bf9907ad8..db935e2a2a91 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.4 2014/05/15 20:02:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ndg-httpsclient/ChangeLog,v 1.5 2014/06/08 17:00:06 hattya Exp $ + + 08 Jun 2014; Akinori Hattori <hattya@gentoo.org> ndg-httpsclient-0.3.2.ebuild: + keyword ~ia64 wrt bug #509628 15 May 2014; Markus Meier <maekke@gentoo.org> ndg-httpsclient-0.3.2.ebuild: add ~arm, bug #509628 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 495543a5cd8f..8d96fdea6e8c 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.4 2014/05/15 20:02:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild,v 1.5 2014/06/08 17:00:06 hattya 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 ~arm ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86" IUSE="" RDEPEND="dev-python/pyopenssl[${PYTHON_USEDEP}]" |