diff options
Diffstat (limited to 'dev-python/ssl-fetch')
-rw-r--r-- | dev-python/ssl-fetch/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/ssl-fetch/ssl-fetch-0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/ssl-fetch/ChangeLog b/dev-python/ssl-fetch/ChangeLog index 8905cd04d152..ead9f29aeedc 100644 --- a/dev-python/ssl-fetch/ChangeLog +++ b/dev-python/ssl-fetch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ssl-fetch # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v 1.8 2014/06/08 17:13:30 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v 1.9 2014/06/15 14:50:35 jer Exp $ + + 15 Jun 2014; Jeroen Roovers <jer@gentoo.org> ssl-fetch-0.2.ebuild: + Stable for HPPA (bug #513278). 08 Jun 2014; Akinori Hattori <hattya@gentoo.org> ssl-fetch-0.2.ebuild: keyword ~ia64 wrt bug #509628 diff --git a/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild index 23d2ec95bdb8..148e0901f521 100644 --- a/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-0.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/ssl-fetch/ssl-fetch-0.2.ebuild,v 1.2 2014/06/08 17:13:30 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild,v 1.3 2014/06/15 14:50:35 jer Exp $ EAPI="5" @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86" +KEYWORDS="~amd64 ~arm hppa ~ia64 ~x86" DEPEND="" |