diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-06-15 14:50:35 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-06-15 14:50:35 +0000 |
commit | c7c59c158bf78d7b4794750ef177cb2350f982ef (patch) | |
tree | 5d949458b0646efc3207dc13f931665d45fa07a9 /dev-python/ssl-fetch | |
parent | Stable for HPPA (bug #513278). (diff) | |
download | gentoo-2-c7c59c158bf78d7b4794750ef177cb2350f982ef.tar.gz gentoo-2-c7c59c158bf78d7b4794750ef177cb2350f982ef.tar.bz2 gentoo-2-c7c59c158bf78d7b4794750ef177cb2350f982ef.zip |
Stable for HPPA (bug #513278).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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="" |